| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2019-05-15 | Ammended comment. | eggmund | |
| Also changed path to shader back to what it was originally. | |||
| 2019-05-15 | Updating julia set example. | eggmund | |
| Now dividing by the zoom instead of multiplying (in the shader), so zoom works as expected. Also zoom increase/decrease is now scaled depending on the current zoom. | |||
| 2019-05-15 | Update example! | 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 | Update shaders_julia_set.c | Ray | |
| 2019-05-15 | Update shaders_julia_set.c | Ray | |
| 2019-05-15 | Added new examples to Makefile | Ray | |
| 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 | .travis.yml: update wayland dependency ECM version | Ahmad Fatoum | |
| extra-cmake-modules 5.38.0a is no longer hosted at the specified kernel.org link. Use the occasion to move on to 5.58. Because newer ECM debian packages have the control.tar file xz-compressed, we need to update dpkg as well on trusty. For more information, see https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1730627 | |||
