| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-20 | Review some comments | Ray | |
| 2017-03-20 | Merge branch 'staging-linux-gitignore' of https://github.com/RDR8/raylib ↵ | RDR8 | |
| into staging-linux-gitignore | |||
| 2017-03-20 | Ignore vim temporary files, .a and .so, games/ | RDR8 | |
| 2017-03-20 | Ignore additional vim temporary files, .a and .so files, games/ executables | RDR8 | |
| 2017-03-19 | Add files via upload | Ray | |
| 2017-03-19 | Added new patrons | raysan5 | |
| 2017-03-19 | Working on file header comments... | raysan5 | |
| 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-14 | Added function: DrawLineBezier() | raysan5 | |
| 2017-03-12 | Updated game to raylib v1.7 | raysan5 | |
| 2017-03-12 | Added some tools images | raysan5 | |
| 2017-03-09 | Corrected naming issue | raysan5 | |
| 2017-03-09 | Corrected typo introduced in last commit | Ray | |
| 2017-03-09 | Corrected issue with reserved words: near, far | Ray | |
| 2017-03-09 | Corrected bugs on RPI compilation | Ray | |
| 2017-03-07 | Merge pull request #242 from raysan5/master | Ray | |
| Integrate master changes into develop | |||
| 2017-03-07 | Merge pull request #241 from raysan5/develop | Ray | |
| Integrate develop branch | |||
| 2017-03-07 | Removed unnecesary libs | - | |
| 2017-03-07 | Merge pull request #240 from victorfisac/develop | Ray | |
| Updated Physac and examples with last changes | |||
| 2017-03-06 | Update physac source and examples with new changes | victorfisac | |
| 2017-03-06 | Merge pull request #239 from victorfisac/develop | Ray | |
| Fix bug in isGrounded state calculations | |||
| 2017-03-06 | Fix bug in isGrounded state calculations | victorfisac | |
| 2017-03-06 | Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop | victorfisac | |
| 2017-03-05 | Revert test code... | raysan5 | |
| 2017-03-05 | Added function: DrawLineEx() | raysan5 | |
| Supports line thickness | |||
| 2017-03-05 | Merge pull request #238 from raysan5/develop | Ray | |
| Integrate Develop branch | |||
| 2017-03-05 | Merge branch 'develop' of https://github.com/raysan5/raylib into develop | raysan5 | |
| 2017-03-05 | Work on timming functions... | raysan5 | |
| It seems Sleep() behaves weird on my computer, disabled by default returning to the busy wait loop... also re-implemented DrawFPS() to avoid frame blitting... | |||
| 2017-03-05 | Update basic_game.c | Ray | |
| 2017-03-05 | Merge pull request #237 from raysan5/master | Ray | |
| Integrate master change into develop | |||
| 2017-03-05 | Merge pull request #236 from raysan5/develop | Ray | |
| Integrate Develop branch | |||
| 2017-03-05 | Add files via upload | Ray | |
| 2017-03-05 | Clear music buffers on stop | raysan5 | |
| 2017-03-05 | Added some flags and functions to manage window | raysan5 | |
| - SetWindowPosition(int x, int y); - SetWindowMonitor(int monitor); | |||
| 2017-03-03 | Merge pull request #234 from bugcaptor/fix-vs2015-build-audio_c | Ray | |
| fix for audio.c(607): error C2036 in Visual Studio. | |||
| 2017-03-02 | fix for audio.c(607): error C2036: 'void *': unknown size in Visual Studio 2015. | bugcaptor | |
| 2017-02-28 | Update Makefile | Ray | |
| 2017-02-23 | Merge pull request #230 from OdnetninI/develop | Ray | |
| Examples Linux Physics Fix | |||
| 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-23 | Review .html typo | Ray San | |
| 2017-02-23 | Merge pull request #229 from OdnetninI/develop | Ray | |
| Fixed examples link | |||
| 2017-02-23 | Fixed examples link | OdnetninI | |
| Last character 'l' was missing on examples link. | |||
| 2017-02-16 | Improved modules description -IN PROGRESS- | Ray | |
| Working in modules configuration flags... | |||
| 2017-02-16 | Review rres loading to support multiple parts | Ray | |
| 2017-02-16 | Added function DrawRectanglePro() | Ray | |
| 2017-02-15 | Support resources divided in multiple parts | raysan5 | |
| Every part is a resource itself, they are loaded in an array | |||
| 2017-02-11 | Corrected issue with OpenAL being 'keg only' on OSX | raysan5 | |
| Also reviewed issue with stdbool when compiling with clang | |||
| 2017-02-11 | Reviewed fread() usage around the code | raysan5 | |
| 2017-02-09 | [audio] Renamed variable | Ray | |
