| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-28 | Avoid error on `implicit-function-declaration` | Ray | |
| 2022-08-28 | Update posix_poll.c | Ray | |
| 2022-08-28 | Update rglfw.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-28 | Update NimraylibNow! bindings version (#2667) | Dmitry Matveyev | |
| 2022-08-27 | Update raylib-go bindings (#2665) | Milan Nikolic | |
| 2022-08-26 | REVIEWED: Support M3D file loading #2648 | Ray | |
| 2022-08-22 | ADDED: `-latomic` library on Linux (only required for ARM32) | Ray | |
| This linkage is only required for arm 32bit but I don't know how to detect that specific architecture in the Makefile... | |||
| 2022-08-22 | REVIEWED: M3D implementation #2648 | Ray | |
| 2022-08-21 | Fix PATH for Web target (#2647) | Rodrigo Escar | |
| 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-21 | BINDINGS: raylib-cpp has support for raylib 4.2 (#2652) | Rob Loach | |
| https://github.com/robloach/raylib-cpp | |||
| 2022-08-20 | ADDED: Support M3D model file format (meshes and materials) #2648 | Ray | |
| 2022-08-18 | REVIEWED: Avoid crash on bad data provided | Ray | |
| 2022-08-18 | minor tweak | Ray | |
| 2022-08-17 | Update `raylib.jl` and `raylib.v` to `4.2.0` (#2644) | irishgreencitrus | |
| 2022-08-17 | REVIEW: Fix issue with external GLFW missing define #2638 | Ray | |
| 2022-08-15 | update raylib.zig to 4.2 (#2642) | Michael Scherbakow | |
| 2022-08-15 | Tiny documentation fix in reasings.h (#2640) | moosey | |
| 2022-08-15 | raylib-freebasic updated to 4.2 (#2639) | WIITD | |
| 2022-08-14 | Fixed issue with new output format | Ray | |
| 2022-08-13 | P A I N | Ray | |
| 2022-08-13 | WARNING: REVIEWED: `rlCheckRenderBatchLimit()` | Ray | |
| 2022-08-13 | minor tweaks | Ray | |
| 2022-08-13 | Fix string lacking null termination in IsFileExtension (#2637) | HarriP | |
| When file extension is longer or equal length compared to buffer holding lowercased string, strncpy does not null terminate the string. Increased buffer size by 1 to ensure it will always be null-terminated, so that following strcmp does not read out of buffer bounds. | |||
| 2022-08-13 | Fix Codepoint position truncation (#2636) | Dan Bechard | |
| This truncation causes text that spans the zero coord boundary to round differently left or zero vs. right of zero, in turn causing letters to appear squished together. If you actually need the position to be an integer, you should instead `floorf()` the float, rather than doing an integer truncation, but I don't see any reason to convert it to an integer in the first place. Everything else in the equation is a float. | |||
| 2022-08-12 | Update BINDINGS.md (#2631) | Gunko Vadim | |
| Update to ray4laz | |||
| 2022-08-12 | updating jaylib binding to 4.2 (#2630) | Richard Smith | |
| 2022-08-12 | update raylib-python-cffi bindings to 4.2 (#2629) | Richard Smith | |
| 2022-08-11 | Update android.yml | Ray | |
| 2022-08-11 | Update android.yml | Ray | |
| 2022-08-11 | Update android.yml | Ray | |
| 2022-08-11 | Update android.yml | Ray | |
| 2022-08-11 | Update android.yml | Ray | |
| 2022-08-11 | Update windows.yml | Ray | |
| 2022-08-11 | Update HISTORY.md | Ray | |
| 2022-08-11 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2022-08-11 | Update CHANGELOG | Ray | |
| 2022-08-11 | Fix typos and reworded a question in the FAQ (#2628) | SomeUnusualGames | |
| 2022-08-11 | Improve the readability of the FAQ page (#2627) | Eliza Milburn | |
| 2022-08-11 | Update CHANGELOG | Ray | |
| 2022-08-11 | Reword FAQ page, and fix some typos (#2626) | Peter0x44 | |
| 2022-08-11 | Revert "Update core_3d_camera_mode.c" | Ray | |
| This reverts commit 4f6fbaed4137be6ba41609ce9a96c11fd240953d. | |||
| 2022-08-11 | Update core_3d_camera_mode.c | Ray | |
| 2022-08-11 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2022-08-11 | Create FAQ.md | Ray | |
| 2022-08-09 | Fix #2621: Set CMP0054 policy to NEW and appropriately quote ${PLATFORM} (#2622) | archie2x | |
| 2022-08-08 | Update c_raylib.xml | Ray | |
| 2022-08-08 | Updated Npp scripts | Ray | |
| 2022-08-08 | Updated to work with zig master branch (#2620) | Jacob Dennis | |
| Specifically, std.fs.OpenDirOptions struct no longer has the iterable flag, now it's a standalone function call std.fs.openIterableDir | |||
