summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
AgeCommit message (Collapse)Author
2014-01-23Updated raylib to version 1.0.41.0.4raysan5
Lots of changes added, check CHANGELOG for detailed description
2014-01-07Corrected function bugraysan5
2013-12-19Update to version 1.0.3raysan5
View CHANGELOG for full list of changes
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-11-28Added some functions and Updated examplesraysan5
View CHANGELOG for details
2013-11-23Replaced tab by 4 spaces and adjust textraysan5
2013-11-18raylib basic folders structure and some files... ;)Ray