| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-12 | Update external sdefl and sinfl | Ray | |
| 2023-07-12 | Revert "UPDATED: `sdefl` and `sinfl` compression libraries" | Ray | |
| This reverts commit e190b7eee9199b681a8c50fb69f2fce07e92c7af. | |||
| 2023-06-30 | UPDATED: `sdefl` and `sinfl` compression libraries | Ray | |
| 2023-06-05 | Addition of support for vox files in version 200. (#3097) | Le Juez Victor | |
| 2023-05-30 | UPDATED: `sdefl` and `sinfl` DEFLATE compression libraries | Ray | |
| 2023-05-17 | UPDATE: miniaudio v0.11.12 --> v0.11.16 | Ray | |
| 2023-05-10 | Update cgltf.h | Ray | |
| 2023-05-08 | Remove trailing spaces | Ray | |
| 2023-03-22 | Update rl_gputex.h | Ray | |
| 2023-03-19 | Add const qualifier to char * path argument in qoaplay_open() (#2972) | Webfra | |
| * Add const qualifier to char * path argument in qoa_open() * Remove unnecessary cast | |||
| 2023-03-13 | Update miniaudio.h | Ray | |
| 2023-03-06 | Replace TABS by 4 spaces | Ray | |
| 2023-03-06 | Remove trailing spaces | Ray | |
| 2023-03-06 | ADDED: QOA music streaming (with auxiliar lib) | Ray | |
| Some format tweaks | |||
| 2023-03-05 | Update qoa.h | Ray | |
| 2023-02-12 | Update qoa.h | Ray | |
| 2023-02-12 | Update rl_gputex.h | Ray | |
| 2023-02-04 | ADDED: QOA audio format support -WIP- | Ray | |
| 2023-02-03 | Update qoi.h | Ray | |
| 2023-02-01 | Update external libraries | Ray | |
| Switch to official `stb_vorbis.c` instead of using an outdated fork | |||
| 2023-01-10 | OpenGLES 2.0 support on PLATFORM_DESKTOP (#2840) | Go Watanabe | |
| * OpenGLES 2.0 support on PLATFORM_DESKTOP * exmples raylib_opengl_interop desktop GLES2 support * rename gles2.h -> glad_gles2.h | |||
| 2022-10-24 | Update to latest miniaudio (dev) | Ray | |
| 2022-10-12 | Fix & Simplify .vox signature check (#2752) | CrezyDud | |
| and make version check be only 150 not over 150 | |||
| 2022-09-30 | minor tweaks | Ray | |
| 2022-09-30 | fix issue #2728 (#2731) | Random | |
| * fix issue #2728 * updated gamecontrollerdb: fixes GLFW warning due to invalid entry | |||
| 2022-09-29 | Update gamepad mappings with latest gamecontrollerdb, fix #2725 | Ray | |
| 2022-09-18 | [rlgl] Check for extensions before enabling them (#2706) | Nikolas | |
| * [rlgl] Check for extensions before enabling them * Shift to glad on macOS * #undef CORE_OPENGL_33 * Remove version hack and fix ASTC compression assumption * Remove loader from glad * Use GLAD_MALLOC/FREE instead of malloc/free * More explicit extension checking | |||
| 2022-09-17 | Move compressed textures loading to a separate self-contained library | Ray | |
| 2022-09-17 | ADDED: `GenImagePerlinNoise()` | Ray | |
| 2022-08-28 | Reviewed GLFW compilation requirements on Linux: `_GNU_SOURCE` | Ray | |
| Reasons to NOT define `_GNU_SOURCE`: - access to lots of nonstandard GNU/Linux extension functions - access to traditional functions which were omitted from the POSIX standard (often for good reason, such as being replaced with better alternatives, or being tied to particular legacy implementations) - access to low-level functions that cannot be portable, but that you sometimes need for implementing system utilities like mount, ifconfig, etc. - broken behavior for lots of POSIX-specified functions, where the GNU folks disagreed with the standards committee on how the functions should behave and decided to do their own thing. | |||
| 2022-08-28 | Reviewed GLFW issue with `ppoll()` function | Ray | |
| 2022-08-28 | Update posix_poll.c | Ray | |
| 2022-08-28 | WARNING: UPDATED GLFW to latest master branch! | Ray | |
| WARNING: This could be a BREAKING CHANGE for some platforms! I'm afraid something could be wrong on `rglfw.c` module. To be able to compile on Windows I had to modify `glfw/src/platform.c` line 74. I couldn't manage to compile without that change, help is welcome! | |||
| 2022-08-26 | REVIEWED: Support M3D file loading #2648 | Ray | |
| 2022-08-21 | Win32: resolve some symbols re-definition of windows.h in glfw3native.h (#2643) | Daijiro Fukuda | |
| * Win32: resolve some symbols re-definition of windows.h in glfw3native.h This reflects GLFW's fix: https://github.com/glfw/glfw/issues/1348 This enables to build with a external GLFW containing the following fix: * https://github.com/glfw/glfw/commit/05f6c13d119ea2662c97527d2421fb4cffd3dbfc Currently, glfw3native.h of the internal GLFW is customized at https://github.com/raysan5/raylib/commit/2feea87b616292b5bce4454a42c2d048f1cce7d8 This fix is compatible with the current customized glfw3native.h. This fix enables us to update it to the latest and remove the customization. * Win32: remove unneeded typedef | |||
| 2022-08-20 | ADDED: Support M3D model file format (meshes and materials) #2648 | Ray | |
| 2022-08-02 | Update cgltf.h | Ray | |
| 2022-08-02 | Update miniaudio.h | Ray | |
| 2022-07-23 | fixed build for cygwin (#2588) | Julianiolo | |
| 2022-05-18 | Revert "UPDATE: `DEFLATE` algorithm" | Ray | |
| This reverts commit d786af83fc0364e6a773254a9ebc8cc7f1e621d1. | |||
| 2022-05-18 | UPDATE: `DEFLATE` algorithm | Ray | |
| 2022-03-24 | Update to miniaudio 11.8 | Ray | |
| 2022-02-03 | Fix Undefined Symbol `_ftelli64` (#2319) | Audi Nugraha | |
| 2022-01-26 | Update qoi.h | raysan5 | |
| 2021-12-21 | Update dr_wav.h | raysan5 | |
| 2021-12-21 | Re-enable QOI support (#2236) | Uneven Prankster | |
| * Updated QOI to latest version. * Enable back QOI support! * Stray extra space! Should be good now. | |||
| 2021-12-16 | Turn on interpolation for XM playback (#2216) | ptarabbia | |
| 2021-12-16 | Fix issue #2092 (#2215) | ptarabbia | |
| 2021-12-07 | REVIEWED: vox_loader.h, 64bit issue #2186 | raysan5 | |
| 2021-11-28 | REVIEWED: Updated QOI to first official release | Ray | |
