| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-10 | Add files via upload | DarkElvenAngel | |
| 2019-06-06 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2019-06-06 | Update emsdk version for testing | Ray | |
| 2019-06-06 | Change ANGLE binaries location | Mohamed Shazan | |
| 2019-06-06 | Merge pull request #872 from msmshazan/ANGLE-fix | Ray | |
| Added VS2017.ANGLE Project | |||
| 2019-06-06 | Review function prototype | Ray | |
| 2019-06-06 | Add VS2017.ANGLE Project | Mohamed Shazan | |
| 2019-06-05 | Replace TABS by spaces | Ray | |
| 2019-06-05 | Merge pull request #862 from a3f/master | Ray | |
| build: increment API_VERSION after release | |||
| 2019-06-05 | build: increment API_VERSION after release | Ahmad Fatoum | |
| With v2.5.0 out, increment API_VERSION, so binaries dynamically linked against the released raylib aren't accidentally paired with a development or later released raylib that may be incompatible. | |||
| 2019-06-04 | Update camera.h | PompPenguin | |
| Removed unused code for CAMERA_THIRD_PERSON. | |||
| 2019-06-04 | Update camera.h | PompPenguin | |
| Updated CAMERA_THIRD_PERSON | |||
| 2019-06-04 | Support SSH keyboard on RPI | Ray | |
| 2019-06-02 | Add MP3 config | Reece Mackie | |
| 2019-06-01 | Comments review | Ray | |
| 2019-05-30 | Review compilation resources | Ray | |
| 2019-05-29 | Fix jar_xm_reset | Wilhem Barbier | |
| 2019-05-29 | Define standard examples size | Ray | |
| 2019-05-28 | Hide progress bar | Ray | |
| 2019-05-27 | Setup version for release | Ray | |
| 2019-05-25 | Review easings PR | Ray | |
| 2019-05-24 | Use tgmath.h and float constants in easings.h | flashback-fx | |
| 2019-05-23 | Merge pull request #850 from wbrbr/xm_fix | Ray | |
| Add rewind for the XM music format | |||
| 2019-05-23 | Move jar_xm_reset to jar_xm.h | Wilhem Barbier | |
| 2019-05-22 | Add rewind for the XM music format | Wilhem Barbier | |
| 2019-05-22 | Fix #848 | Wilhem Barbier | |
| 2019-05-22 | Added AudioContext Resume/Suspend button | Ray | |
| 2019-05-22 | Rename function to follow javascript notation | Ray | |
| 2019-05-22 | Add code to resume blocked AudioContexts | Ray | |
| 2019-05-22 | Review js formatting for better readability | Ray | |
| 2019-05-22 | Move emscripten web shell to src | Ray | |
| 2019-05-21 | Add config SUPPORT_SSH_KEYBOARD_RPI | Ray | |
| Allow to reconfigure stdin to read input keys, this process could lead to undesired effects. Use with care. Disabled by default. | |||
| 2019-05-21 | Review Makefiles | Ray | |
| 2019-05-21 | Review paths | Ray | |
| 2019-05-20 | Reverted change that breaks mouse on web | Ray | |
| 2019-05-20 | Avoid some warnings | Ray | |
| 2019-05-20 | Update raylib version to 2.5 | Ray | |
| 2019-05-20 | Review glTF implementation formatting | Ray | |
| Added comments for the future | |||
| 2019-05-18 | Load glTF | Wilhem Barbier | |
| 2019-05-17 | Makefile: move -x objective-c option before filename | Ahmad Fatoum | |
| From the Clang documentation[1]: > -x<language>, --language <arg>, --language=<arg> > Treat subsequent input files as having type <language> Follow the advice. Fixes #840. [1]: https://clang.llvm.org/docs/ClangCommandLineReference.html | |||
| 2019-05-17 | Revert "fixed GLFW compiler flag for OSX" | Ahmad Fatoum | |
| This reverts #841 commit 97160fd970dec330703a1579b8659942ca04b441. | |||
| 2019-05-17 | fixed GLFW compiler flag for OSX | Ilya Kolbin | |
| 2019-05-16 | Corrected bug on NEON | Ray | |
| 2019-05-16 | Review build config on web | Ray | |
| 2019-05-16 | Update dr_flac, dr_mp3, dr_wav to latest version | Ray | |
| 2019-05-16 | Update miniaudio to v0.9.4 | Ray | |
| 2019-05-15 | Corrected issue with multi-mesh obj models | Ray | |
| Note that all meshes are loaded as a single one at this moment, loading should be improved! | |||
| 2019-05-15 | Corrected issue with texture flip X | Ray | |
| 2019-05-15 | external: glfw: Revert "Added WinMM library" | Ahmad Fatoum | |
| This reverts commit 4773de26a50c29ae918e306c9936ad9d4ebf80aa. which adds -lwinmm at the wrong place. It should be in the raylib linker flags, not GLFW's. | |||
| 2019-05-15 | CMake: add winmm.dll as Windows dependency | Ahmad Fatoum | |
| Fixes: e0e2346c2266 ("NO SUPPORT_BUSY_WAIT_LOOP by default") | |||
