aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-12-02Corrected WARNING on ErrorCallback()Ray
The default compiler flags on Ubuntu includes -Wformat -Wformat-security which is what gives this error. That flag is used as a precaution against introducing security related bugs.
2013-12-01Audio issues solved... Audio Works!raysan5
2013-11-30Updated to version 1.0.2raysan5
Some functions added (collision detection) Check CHANGELOG for details
2013-11-29Added GetDefaultFont() functionRay
Useful to be used with DrawTextEx() to draw with default font and extended parameters
2013-11-29Updated version number to 1.0.1Ray
2013-11-28Added some functions and Updated examplesraysan5
View CHANGELOG for details
2013-11-24Updated with some minor changesraysan5
2013-11-23Replaced tab by 4 spaces and adjust textraysan5
2013-11-19Update raylib.hRay
2013-11-18raylib basic folders structure and some files... ;)Ray