| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-24 | Automate compiler flags selection. | RDR8 | |
| 2017-03-24 | c99 fix, some linux housekeeping | RDR8 | |
| 2017-02-28 | Update Makefile | Ray | |
| 2017-02-23 | Examples Linux Physics Fix | OdnetninI | |
| According to Man Pages, timespec with std=c99 needs "_POSIX_C_SOURCE 199309L". Due a some kind of bug, "#define _POSIX_C_SOURCE 199309L" doesn't work, so we must use "-D_POSIX_C_SOURCE=199309L" in compiler options. | |||
| 2017-02-11 | Corrected issue with OpenAL being 'keg only' on OSX | raysan5 | |
| Also reviewed issue with stdbool when compiling with clang | |||
| 2017-01-05 | Lattest PR review | raysan5 | |
| Function names, code formatting... | |||
| 2016-12-31 | Added RaycastGround and ray picking example | Joel Davis | |
| 2016-11-22 | Added physics samples to makefile | Ray | |
| 2016-11-21 | Added new text sample: text_bmfont_unordered | raysan5 | |
| BMFont loading has been improved to support unordered chars and extended characters (up to 255) | |||
| 2016-11-18 | Review examples and added new ones | raysan5 | |
| 2016-08-06 | Added example audio_raw_stream | raysan5 | |
| 2016-07-30 | Corrected bug on Linux linking | Ray | |
| 2016-07-25 | Corrected issue with paths on RPI | raysan5 | |
| 2016-07-17 | Added new example to makefile | raysan5 | |
| 2016-07-12 | Corrected some issues on OpenGL ES | raysan5 | |
| 2016-06-30 | Updated examples and makefile | Ray | |
| 2016-06-27 | Review examples makefile for RPI | raysan5 | |
| 2016-06-09 | Updated to raylib 1.5 | Ray | |
| 2016-05-13 | Fix building examples on OSX | Chris Hemingway | |
| 2016-04-03 | Remove recipes of GLEW from Makefile (not used any more) | LelixSuper | |
| 2016-04-03 | Remove duplicate code | LelixSuper | |
| 2016-03-13 | Remove GLEW library and uncomment other GNU/Linux dependences | LelixSuper | |
| 2016-03-13 | Convert tabs to spaces when it is possible in Makefile files | LelixSuper | |
| 2016-03-12 | Raname all makefile files to "Makefile" | LelixSuper | |
| I've renamed all makefile files to "Makefile" because they appear in the first files. | |||
