| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-24 | Use tgmath.h and float constants in easings.h | flashback-fx | |
| 2019-05-24 | Delete HELPME.md | Ray | |
| 2019-05-24 | Update CONTRIBUTING.md | Ray | |
| 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 | Merge pull request #849 from wbrbr/master | Ray | |
| Fix unitialized struct member bug (#848) | |||
| 2019-05-22 | Add rewind for the XM music format | Wilhem Barbier | |
| 2019-05-22 | Fix #848 | Wilhem Barbier | |
| 2019-05-22 | Update Makefile | Ray | |
| 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 | Update Makefile | Ray | |
| 2019-05-22 | Move emscripten web shell to src | Ray | |
| 2019-05-22 | Comment tweaks | Ray | |
| 2019-05-21 | Review metat tags and embed logo | Ray | |
| 2019-05-21 | Review games | 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 | Update Makefile | Ray | |
| 2019-05-21 | Ignore web bitcode lib | Ray | |
| 2019-05-21 | Review sample games | Ray | |
| 2019-05-21 | Review Makefiles | Ray | |
| 2019-05-21 | Update issue templates | Ray | |
| 2019-05-21 | Review paths | Ray | |
| 2019-05-21 | Update core_3d_picking.c | Ray | |
| 2019-05-20 | Reverted change that breaks mouse on web | Ray | |
| 2019-05-20 | Avoid some warnings | Ray | |
| 2019-05-20 | Review ALL examples | 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-20 | Merge pull request #842 from wbrbr/gltf2 | Ray | |
| Load glTF | |||
| 2019-05-18 | Load glTF | Wilhem Barbier | |
| 2019-05-18 | Tweaks | Ray | |
| 2019-05-18 | Corrected issue with shader loading | Ray | |
| When using FormatText() several times in same function, returned string is static and so, the same is returned, resulting in failures on shader loading. | |||
| 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 | Review shader examples | Ray | |
| 2019-05-17 | Merge pull request #841 from iskolbin/master | Ray | |
| [build] fixed GLFW compiler flag for OSX | |||
| 2019-05-17 | fixed GLFW compiler flag for OSX | Ilya Kolbin | |
| 2019-05-17 | examples review | Ray | |
| 2019-05-16 | new example: shaders_eratosthenes | Ray | |
| Contributed by ProfJski | |||
| 2019-05-16 | Review shader to use provided texture coordinates | Ray | |
| Now shader uses `fragTexCoord` that are the full screen texture coordinates normalized, instead of `gl_fragCoord`, the unnormalized screen coordinates | |||
| 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-16 | Implement VR distortion shader for GLSL 100 | Ray | |
| 2019-05-16 | Review shaders for GLSL 100 | Ray | |
| 2019-05-15 | Merge pull request #838 from eggmund/master | Ray | |
| Update julia set example. | |||
