aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-08-23Fix typo in raymath.hMichael Campagnaro
2017-08-06Added function DrawRectangleT()raysan5
2017-08-06Minor tweaksraysan5
2017-08-04Force OpenGL 3.3 on OSX if selected OpenGL 2.1raysan5
2017-08-04Review transforms to match OpenGL 1.1raysan5
2017-08-04Updated stb libs to latest versionraysan5
2017-07-30Make physac work on OS XBenjamin Summerton
2017-07-28Added Vector3MultiplyV()Ray
2017-07-28Corrected compilation on OpenGL ES 2.0Ray
2017-07-25Some tweaksraysan5
2017-07-23Corrected issue on QuaternionFromVector3ToVector3()raysan5
2017-07-23Implemented some changesraysan5
2017-07-22Updated Vector math to new namingraysan5
2017-07-22Renamed Vector*() functions to Vector3*()raysan5
2017-07-22Corrected bug on texture rotationraysan5
2017-07-22Corrected GetMouseRay() and rlUnproject()raysan5
2017-07-22Remove BOM from file encodingraysan5
2017-07-22Corrected bug on MatrixPerspective()raysan5
2017-07-21Some tweaks raymath relatedraysan5
2017-07-21Complete review of raymathraysan5
2017-07-21Moved some functions to raymathraysan5
2017-07-21rlgl usable as standalone libraryraysan5
2017-07-21MatrixPerspective() angle required in radiansraysan5
2017-07-21Review mesh loading and textures generationraysan5
2017-07-20Simplify a bit GenTexture*() functionsraysan5
2017-07-20Removed useless functionsraysan5
2017-07-20Corrected some issuesraysan5
2017-07-19Reorganized a couple of functionsraysan5
2017-07-19Working on PBR systemraysan5
2017-07-19Merge pull request #329 from define-private-public/328.shared-library-on-os-xRay
2017-07-19Working on PBR materials, renamed some dataraysan5
2017-07-18Able to make a .dylib for OS XBenjamin N. Summerton
2017-07-17Review shared library generationRay
2017-07-17Corrected some issuesraysan5
2017-07-17Manual integration of material-pbr into developRay
2017-07-08Removed function referenceraysan5
2017-07-08Corected some issues with jar_xmraysan5
2017-07-02Incremented version number for referenceraysan5
2017-07-02Review some formatting for consistencyraysan5
2017-07-02Rename enum LogType names...raysan5
2017-06-30Prevent bogus triangle being added when there is whitespace at end of .OBJ fileJoel Davis
2017-06-29Fix some other typosWilhem Barbier
2017-06-29Fix some typos in raymath.hWilhem Barbier
2017-06-28Add a density parameter to GenImageRadialGradientWilhem Barbier
2017-06-28Merge pull request #311 from nounoursheureux/image_genRay
2017-06-28Swap the two parametersWilhem Barbier
2017-06-28Add more image generation functions: radial gradient and perlin noiseWilhem Barbier
2017-06-28Add the SaveImageAs functionWilhem Barbier
2017-06-28Add some functions to generate imagesWilhem Barbier
2017-06-12Additional check on file openRay