| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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") | |||
| 2019-05-14 | Corrected web issue | Ray | |
| 2019-05-12 | Update CMakeLists.txt | raysan5 | |
| 2019-05-10 | Add WinMM library for linkage | raysan5 | |
| Now it's required on Windows if not using a busy wait loop | |||
| 2019-05-10 | Fixed DrawTextRecEx() selection when wordwrap is ON | Demizdor | |
| 2019-05-09 | Make code a bit clearer for beginners | Ray | |
| 2019-05-09 | Add comment in CheckCollisionSpheres() | Ray | |
| 2019-05-08 | Update models.c | ProfJski | |
| 2019-05-08 | Update CheckCollisionSpheres() to avoid sqrt | ProfJski | |
| Square root calls are computationally expensive. In this case, they can be avoided. Instead of checking distance<RadA+RadB, check distance squared against (RadA+RadB) squared. The dot product of Vector3Subtract(B,A) with itself gives distance squared, so I used this code instead of an element-by-element computation of distance squared. The only downside is that your geometric code is very readable, whereas this is less so. | |||
| 2019-05-08 | Remove trail spaces | Ray | |
| 2019-05-07 | Added WinMM library | Ray | |
| Required for high resolution timer | |||
| 2019-05-07 | Tweak ON flag | Ray | |
| 2019-05-07 | Added resource file for raylib.dll | Ray | |
| Some minor tweaks | |||
| 2019-05-07 | Review CMake option flags | Ray | |
| 2019-05-07 | NO SUPPORT_BUSY_WAIT_LOOP by default | Ray | |
| 2019-05-07 | Add comment tweak | Ray | |
