| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-29 | Travis CI: Add OpenAL-Configuration | Ahmad Fatoum | |
| 2018-07-29 | Merge pull request #607 from jubalh/fixmu | Ray | |
| Fix bug in LoadMusicStream | |||
| 2018-07-29 | Fix bug in LoadMusicStream | Michael Vetter | |
| free() and NULL at the end. | |||
| 2018-07-28 | Corrected bug LoadMusicStream() | raysan5 | |
| 2018-07-28 | Corrected timing typo | raysan5 | |
| 2018-07-28 | Reviewed music loading | raysan5 | |
| 2018-07-28 | Reviewed custom logging functionality | raysan5 | |
| 2018-07-28 | Merge pull request #603 from jubalh/lse | Ray | |
| Deal with failed LoadMusicStream | |||
| 2018-07-27 | Deal with failed LoadMusicStream | Michael Vetter | |
| It would be good to have a way to continue execution even when loading a stream didn't work. Free music and set it to NULL in case something went wrong, so that users can check for it. | |||
| 2018-07-26 | Add SetTraceLogCallback to enable users setting custom logging (#597) | Pablo Marcos Oltra | |
| 2018-07-25 | Reviewed audio example | Ray | |
| 2018-07-25 | Merge pull request #591 from triplefox/patch-1 | Ray | |
| Complete raw_audio_stream example | |||
| 2018-07-25 | Merge pull request #593 from jubalh/update_builder_example | Ray | |
| Update Builder example | |||
| 2018-07-25 | Update Builder example | Michael Vetter | |
| Update Builder example for raylib 2.0.0. External OpenAL and GLFW are not required anymore. | |||
| 2018-07-25 | Complete raw_audio_stream example | James Hofmann | |
| 1. Always synthesize a complete frame of audio, using a second buffer (this prevents gaps in playback) 2. Sine is computed correctly, with an adjustable frequency 3. User can modulate frequency in real-time with mouse 4. Entire audio buffer data is shown, visually demonstrating how sine changes in wavelength | |||
| 2018-07-25 | Merge pull request #590 from pamarcos/fix_rlgl_standalone | Ray | |
| Fix rlgl.h to be used as a standalone | |||
| 2018-07-25 | Fix rlgl.h to be used as a standalone | Pablo Marcos Oltra | |
| 2018-07-25 | CMake: Don't build rlgl_standalone as part of the examples | Ahmad Fatoum | |
| Closes #588. | |||
| 2018-07-25 | Traivs CI: Add newer (9.4.1) Xcode configuration | Ahmad Fatoum | |
| 2018-07-25 | Fix HTML5 examples and games using CMake (#589) | Pablo Marcos Oltra | |
| Mimic the Makefile by outputting html + js instead of LLVM IR. | |||
| 2018-07-24 | Updated animations support | Ray | |
| 2018-07-24 | First working version of IQM animations | Ray | |
| Still a work in progress but it already works... Current riqm API could be simplified... | |||
| 2018-07-23 | Travis CI: remove stray $ in .travis.yml | Ahmad Fatoum | |
| Fixes: 1d0ba96 ("Add GLFW-installed-but-using-our-GLFW-anyway configuration") | |||
| 2018-07-23 | CMake: Fail when -D{PLATFORM,OPENGL_VERSION}=INVALID_VALUE | Ahmad Fatoum | |
| as well as -DUSE_EXTERNAL_GLFW. Nips issues like #584 in the bud. | |||
| 2018-07-23 | Travis CI: Add GLFW-installed-but-using-our-GLFW-anyway configuration | Ahmad Fatoum | |
| 2018-07-23 | Create CODE_OF_CONDUCT.md | Ray | |
| 2018-07-23 | Merge pull request #583 from leereilly/exclamation-period | Ray | |
| Remove period after exclamation | |||
| 2018-07-22 | Remove period :grey_exclamation: | Lee Reilly | |
| Fixes https://www.reddit.com/r/gamedev/comments/90z6fy/raylib_20_released/e2v5qpl/ :) | |||
| 2018-07-22 | Updated MSVC lib release | raysan5 | |
| 2018-07-21 | Travis CI: Fix emscripten build breakage2.0.0 | Ahmad Fatoum | |
| 2018-07-21 | Merge pull request #579 from jessp/patch-2 | Ray | |
| Convert window render sizes to floats | |||
| 2018-07-21 | Convert window render sizes to floats | Jess Peter | |
| GLSL 1.10 is typesafe ([PDF specs](https://www.khronos.org/registry/OpenGL/specs/gl/GLSLangSpec.1.10.pdf), page 22), so this shader will not load properly during build. It's not a super important change, but I came across it while playing with the examples on my pi. | |||
| 2018-07-21 | Added Android Makefile for games | raysan5 | |
| 2018-07-21 | Review formatting | raysan5 | |
| 2018-07-21 | Review templates Makefiles | raysan5 | |
| 2018-07-21 | Updated html5 library | raysan5 | |
| 2018-07-21 | Support examples with Emterpreter | raysan5 | |
| Examples can be compiled for web with no code change at all! Usually examples need to be refactored for web... using emscripten code interpreter (emterpreter), it can manage synchronous while() loops internally... as a downside, execution is very slow... | |||
| 2018-07-21 | Looking for a place for raylib resource file | raysan5 | |
| 2018-07-21 | Review VS2015 and VS2017 projects | raysan5 | |
| 2018-07-21 | Remove VS2017 UWP project | raysan5 | |
| Not properly configured, use VS2015.UWP as reference | |||
| 2018-07-19 | Working on MP3 support | Ray | |
| 2018-07-16 | Avoid config.h in standalone mode | Ray | |
| 2018-07-16 | Updated to latest mini_al dev | Ray | |
| 2018-07-16 | Reviewed audio_standalone | Ray | |
| Now it works with mini_al library | |||
| 2018-07-16 | Reviewed lighting example... | Ray | |
| No model available, this example should probably be redesigned... | |||
| 2018-07-16 | Reviewed compilation options | Ray | |
| 2018-07-16 | Removed Oculus example | Ray | |
| Oculus API has changed so much that it has no sense to keep this example here... it was funny to test it in the past... | |||
| 2018-07-16 | Reviewed rlgl_standalone example | Ray | |
| 2018-07-16 | Converted rlgl module in header-only | Ray | |
| This change allows rlgl.h usage as independent single-file header-only module... still some tweaks required, like removing GLAD dependency... required extensions could be manually loaded! Also removed shader_distortion.h, embedded in rlgl.h | |||
| 2018-07-16 | Update HISTORY.md | Ray | |
