| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-23 | Review Makefiles default raylib path | raysan5 | |
| 2017-04-23 | Review game examples Makefiles | raysan5 | |
| 2017-04-22 | Renamed function for lib consistency | raysan5 | |
| LoadSpriteFontTTF() --> LoadSpriteFontEx() | |||
| 2017-04-21 | Small tweak | Ray | |
| 2017-04-20 | Turn transparent pixels to black | Ray | |
| 2017-04-20 | Update some files | Ray | |
| 2017-04-18 | Delete some old data... | Ray | |
| - Removed raylib_demo (outdated) - Removed some old examples | |||
| 2017-04-17 | Added physac examples to web | raysan5 | |
| Some tweaks on original src files | |||
| 2017-04-17 | Review and recompile web examples | raysan5 | |
| 2017-04-16 | Working on examples... | raysan5 | |
| - Removed rbmf font example - Reviewed physac examples | |||
| 2017-04-14 | new example: shapes_lines_bezier | raysan5 | |
| 2017-04-14 | new example: text_input_box | raysan5 | |
| 2017-04-14 | Replaced some images and updated examples | raysan5 | |
| 2017-04-12 | PLATFORM_WEB cleanup | RDR8 | |
| 2017-04-12 | Added _DEFAULT_SOURCE to CFLAGS for C99 compatibility | RDR8 | |
| 2017-04-08 | Working on examples... | Ray | |
| 2017-04-08 | Support generic target compilation | Ray | |
| 2017-04-07 | Redesigned textures_rectangle example | Ray | |
| 2017-04-05 | Working on web examples | Ray | |
| 2017-04-05 | Improve vr support and simulator | Ray | |
| 2017-04-04 | Reorganize examples folder | Ray | |
| 2017-03-29 | Fine-tuning PLATFORM_WEB CFLAGS | RDR8 | |
| 2017-03-29 | Edit examples/Makefile PLATFORM_WEB CFLAGS to match src/Makefile | RDR8 | |
| 2017-03-29 | Restore inadvertant changes to Makefiles | RDR8 | |
| 2017-03-24 | Strip trailing spaces | RDR8 | |
| 2017-03-24 | Automate compiler flags selection. | RDR8 | |
| 2017-03-24 | c99 fix, some linux housekeeping | RDR8 | |
| 2017-03-19 | Review contact information | raysan5 | |
| 2017-03-14 | Remove Oculus support from code | raysan5 | |
| Moved to custom example, now raylib only supports simulated VR rendering. Oculus code was too device dependant... waiting for OpenXR. | |||
| 2017-03-06 | Update physac source and examples with new changes | victorfisac | |
| 2017-03-05 | Revert test code... | raysan5 | |
| 2017-03-05 | Added function: DrawLineEx() | raysan5 | |
| Supports line thickness | |||
| 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-02-05 | Remove rlua from raylib main repo | raysan5 | |
| Moved to own repo at https://github.com/raysan5/raylib-lua | |||
| 2017-02-05 | Refactor SpriteFont struct | raysan5 | |
| Now it uses CharInfo data, this way, it's better aligned with the future RRES file format data layout for sprite font characters. | |||
| 2017-01-27 | Move lighting system out of raylib | Ray | |
| Lighting is implemented as a raylib example now | |||
| 2017-01-22 | Upload wave collector - GGJ17 game | Ray | |
| 2017-01-05 | Lattest PR review | raysan5 | |
| Function names, code formatting... | |||
| 2017-01-02 | Added RaycastMesh function and example test case | Joel Davis | |
| 2016-12-31 | Added RaycastGround and ray picking example | Joel Davis | |
| 2016-12-26 | Added some comments to sample | raysan5 | |
| Some work still required... | |||
| 2016-12-26 | Improved FLAC audio support | raysan5 | |
| 2016-12-25 | Complete review of audio module | raysan5 | |
| 2016-12-22 | Fix building audio_standalone example on linux | Saggi Mizrahi | |
| Signed-off-by: Saggi Mizrahi <saggi@mizrahi.cc> | |||
| 2016-12-22 | Fix bad call to oculus API | Saggi Mizrahi | |
| Missing passing of &camera Signed-off-by: Saggi Mizrahi <saggi@mizrahi.cc> | |||
| 2016-11-26 | Corrected path slash separator | Ray | |
| 2016-11-24 | Updated background color | Ray | |
| 2016-11-22 | Added physics samples to makefile | Ray | |
