| Age | Commit message (Expand) | Author |
| 2024-06-09 | tweaks | Ray |
| 2024-06-09 | REVIEWED: Animation name being NULL #4037 | Ray |
| 2024-06-08 | Update RGFW (#4048) | Colleague Riley |
| 2024-06-07 | fix: infer CMAKE_MODULE_PATH in super-build (#4042) | fruzitent |
| 2024-06-07 | The example always showed a xbox controller, never a ps3 controller (#4040) | Konrad Gutvik Grande |
| 2024-06-06 | [rlgl] Rename near, far variables (#4039) | jgabaut |
| 2024-06-06 | Fix examples not building with gestures system disabled (#4020) | Sprix |
| 2024-06-06 | RENAME: near, far vaiables | Ray |
| 2024-06-04 | Update rcore_desktop.c | Ray |
| 2024-06-04 | Fix #4024, cylinder drawing was incorrect due to imprecise angle (#4034) | Paul Melis |
| 2024-06-03 | rtext: added functions for camel case and snake case (reopened due to formatt... | IoIxD |
| 2024-06-03 | LoadIQM: attempt to load texture from IQM at loadtime. (#4029) | Jett |
| 2024-06-03 | Update Raylib-CSharp to `5.1-dev`. (#4030) | MrScautHD |
| 2024-06-02 | [rmodels] Send full matModel to shader in DrawMesh (#4005) (#4022) | David Holland |
| 2024-06-02 | LoadModelAnimationsIQM: fix corrupted animation names (#4026) | Jett |
| 2024-05-30 | Update raylib_api.* by CI | github-actions[bot] |
| 2024-05-30 | [rshapes]Circle line collision function (#4018) | kai-z99 |
| 2024-05-30 | Fix typos in markdowns and comments, Fix invalid links in HISTORY.md (#4017) | vaezim |
| 2024-05-29 | review color tint functions (#4015) | Le Juez Victor |
| 2024-05-29 | Update raylib.h | Ray |
| 2024-05-29 | REVIEWED: `ExportFontAsCode()`, avoid `const` #4013 | Ray |
| 2024-05-29 | [rtext] Added cast to ExportFontAsCode output to fix C++ compiler errors (#4013) | DarkAssassin23 |
| 2024-05-29 | [build.zig] Fix Zig emscripten build (#4012) | Dylan |
| 2024-05-29 | Update raylib_api.* by CI | github-actions[bot] |
| 2024-05-29 | ADDED: `IsFileNameValid()` | Ray |
| 2024-05-29 | [rmodels] Multiplication of colors in `DrawModelEx` which can be simplified (... | Le Juez Victor |
| 2024-05-29 | [parser] MemoryCopy() calls: Prevent buffer overflow by replacing hard-coded ... | avx0 |
| 2024-05-24 | Update BINDINGS.md (#4004) | Lionel Briand |
| 2024-05-24 | fix WaveCrop(): update wave->frameCount (#4003) | listeria |
| 2024-05-21 | nim bindings are in 5.1-dev, remove umaintained repos (#3999) | Antonis Geralis |
| 2024-05-21 | Update rcore_desktop_sdl.c | Ray |
| 2024-05-21 | REVIEWED: `ColorToInt()` PR | Ray |
| 2024-05-21 | Call SDL_GL_SetSwapInterval() after GL context creation (#3997) | JupiterRider |
| 2024-05-21 | [rtextures] Fix Undefined behaviour in ColorToInt (#3996) | OetkenPurveyorOfCode |
| 2024-05-21 | fixed out of bounds error in GenMeshTangents (#3990) | Salvador Galindo |
| 2024-05-21 | Update BINDINGS.md | Ray |
| 2024-05-21 | Update BINDINGS.md (#3995) | Carmine Pietroluongo |
| 2024-05-21 | BINDINGS.md: raylib-rs now at 5.0 (#3991) | IoIxD |
| 2024-05-21 | Update raylib_api.* by CI | github-actions[bot] |
| 2024-05-21 | fix WaveCrop() and use frames instead of samples (#3994) | listeria |
| 2024-05-18 | REVIEWED: LoadBMFont(), issue on not glyph data initialized | Ray |
| 2024-05-18 | Update config.h | Ray |
| 2024-05-16 | [raudio] Removed drwav_uninit in LoadMusicStream to fix a crash (#3986) | FishingHacks |
| 2024-05-16 | [rcore_web] Relative mouse mode issues. (#3940) | Cemal Gönültaş |
| 2024-05-16 | [RAYMATH] Revert Extern 'C' in raymath (#3985) | Jeffery Myers |
| 2024-05-15 | LazyPath.path has been deprecated, using b.path() (#3983) | CosmicBagel |
| 2024-05-15 | REVIEWED: 2d camera zoom, add alternative method #3977 | Ray |
| 2024-05-15 | Update shaders_palette_switch.c | Ray |
| 2024-05-15 | Use logarithmic scaling for a 2d example with zoom functionality (#3977) | Mike Will |
| 2024-05-15 | [parser] Don't crash for files that don't end in newlines (#3981) | Peter0x44 |