aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-01-13Vertex shaders optimizationraysan5
2016-01-11Added world to screen conversionvictorfisac
2016-01-11Review Light/Material systemraysan5
2016-01-11Change drawing order to avoid artifacts with...raysan5
2016-01-08Fixed small glitch on zoom-in with mouse wheelvictorfisac
2016-01-07Added collision check between ray and boxvictorfisac
2016-01-07Implemented ray trace from mouse positionvictorfisac
2016-01-06Simplified MatrixMultiply() functionraysan5
2016-01-05Added some comments and fixed spacesvictorfisac
2016-01-05Fixed Android lock screen bugvictorfisac
2016-01-04Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developvictorfisac
2016-01-04Add Android physic buttons input detectionvictorfisac
2016-01-04Matrix variables renamingraysan5
2016-01-04Added functionality: Storage valuesraysan5
2016-01-04Fixed bug: rlglGenerateMipmaps()raysan5
2016-01-03Improved and added functions to physac engine modulevictorfisac
2016-01-03Fixed lighting engine module newlines at end of filevictorfisac
2016-01-03Reviewed Android inputs and gestures systemraysan5
2016-01-02Improved fonts supportraysan5
2016-01-02Updated to latest versionraysan5
2016-01-02Added module: easings (header only)raysan5
2016-01-02Eat Android Back key to avoid crashraysan5
2016-01-02Small code tweaksraysan5
2015-12-30Update and rename physics.c to physac.cRay
2015-12-30Update and rename physics.h to physac.hRay
2015-12-30Some tweaks and details reviewraysan5
2015-12-30Reviewed function GetCurrentTime() on WIN32raysan5
2015-12-30Reviewed function: CheckCollisionCircleRec()raysan5
2015-12-30Added function: SubText()raysan5
2015-12-30Added function: ImageDither()raysan5
2015-12-21Added physics engine-module and examplevictorfisac
2015-12-21Added lighting engine modulevictorfisac
2015-12-21Added new matrix location points and extra functionsvictorfisac
2015-12-14Added BeginDrawingEx()raysan5
2015-12-09MeasureTextEx() - Added support for multi-line size measureraysan5
2015-12-09DrawTextureRec() function review to allow flipped rectangleraysan5
2015-12-09Corrected bugraysan5
2015-12-03Small bug correctedraysan5
2015-12-03Corrected bug on spritefont loadingraysan5
2015-11-09Corrected bugRay
2015-11-05Corrected html5 glfw3 bugRay
2015-11-05Added texture retrieval support on OpenGL ES 2.0Ray
2015-11-05Variables initializationRay
2015-11-05Corrected alpha issue on screenshots takenRay
2015-11-04Added some texture functionality (view details)Ray
2015-11-03Merge pull request #62 from kd7tck/developRay
2015-10-30Moved gestures touch functionality back to coreRay
2015-10-27Removed unneeded commentRay
2015-10-26Corrected bug on webRay San
2015-10-26Added support for s3tc compression on webRay San