aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-02Security check for unsupported BMFontsraysan5
- Check if first character is the expected Space char (32) - Check if characters are ordered in definition file (.fnt)
2016-03-02Review rlglUnproject() systemraysan5
2016-03-01Updated BoundingBox collision detectionsraysan5
2016-03-01Added color to DrawBoundigBox()raysan5
2016-03-01Adjust buffers usageraysan5
- Removed DrawQuad() function - DrawBillboard() uses DrawBillboardRec() - DrawPlane() uses RL_TRIANGLES - DrawRectangleV() uses RL_TRIANGLES, that way, [shapes] module uses only TRIANGLES buffers.
2016-03-01Do not free model meshraysan5
2016-03-01Corrected memory leakraysan5
2016-02-23Removed a couple of TODOsRay
2016-02-21Updatedraysan5
2016-02-21Corrected typoraysan5
2016-02-21Updated some filesraysan5
2016-02-21Update README.mdRay
2016-02-21Update README.mdRay
2016-02-21Merge pull request #86 from raysan5/masterRay
Small change from master to develop
2016-02-21Update ROADMAP.mdRay
2016-02-21Merge pull request #85 from raysan5/developRay
Integrate Develop branch
2016-02-21Update README.mdRay
2016-02-21Updatedraysan5
2016-02-21Merge pull request #84 from raysan5/developRay
Integrate Develop branch
2016-02-21Corrected typoraysan5
2016-02-21Updated docsraysan5
2016-02-21Update makefilesraysan5
2016-02-20Updated for webraysan5
2016-02-20Updated image to POTraysan5
2016-02-20Uploaded raylib bitcode library (PLATFORM_WEB)raysan5
2016-02-20Games makefileraysan5
2016-02-20Reorganized games folderraysan5
Simplified to match raylib installer package folder structure
2016-02-20Corrected compiler complaintraysan5
2016-02-20Merge pull request #83 from raysan5/developRay
Develop branch integration
2016-02-20Merge branch 'master' into developRay
# Conflicts: # src/gestures.c # src/makefile
2016-02-19Reviewed RPI inputsRay San
2016-02-19Working on RPI gamepad supportRay
2016-02-18Redesigned RPI input system -IN PROGRESS-Ray San
2016-02-17Updated gestures moduleRay
Using normalized [0..1] input points
2016-02-14Updated logo size on t-shirtraysan5
2016-02-14Added raylib promotional T-shirt designraysan5
2016-02-13Updated show-logo and start reviewing RPI inputsraysan5
2016-02-13Updated fullscreen issue commentraysan5
2016-02-13Reviewed physics moduleraysan5
A deeper revision required, not clear enough for the user Key: Create a PhysicObjects pool
2016-02-13Some tweaksraysan5
2016-02-13Added web template (shell) for html5 gamesraysan5
2016-02-12Some code tweaksraysan5
2016-02-12Reviewed code TODOsraysan5
2016-02-11Improved LoadHeightmap()raysan5
2016-02-11Updated examples to make them clearerraysan5
2016-02-11Add a note about an issueraysan5
2016-02-11Solve bug on matrix multiply order for scale and rotationraysan5
2016-02-11Added 6 new examplesraysan5
2016-02-10Updated commentsRay
2016-02-10Fixed a bugRay