| Age | Commit message (Expand) | Author |
| 2023-10-30 | Update rcore.c | Ray |
| 2023-10-30 | REVIEWED: `GetRender*()` issue on macOS highDPI #3367 | Ray |
| 2023-10-29 | ADDED: Pseudo-random numbers generator! | Ray |
| 2023-10-29 | Some notes and comments | Ray |
| 2023-10-29 | [core] Move `rcore.h` content to inside `rcore.c` (#3479) | ubkp |
| 2023-10-27 | ADDED: `SetAutomationEventBaseFrame(int frame)` | Ray |
| 2023-10-26 | ADDED: Automation Events System, exposed to users | Ray |
| 2023-10-23 | REVIEWED: `InitPlatform()` organization and code-gardening | Ray |
| 2023-10-23 | REVIEWED: Move screen capture logic to `rcore.c`, available for all platforms | Ray |
| 2023-10-23 | When the frame counter gets to 0, reset the FPS average counter. This allows ... | Jeffery Myers |
| 2023-10-19 | REVIEWED: Issue with functions definitions | Ray |
| 2023-10-19 | REDESIGNED: Move platforms to separate directory #3313 | Ray |
| 2023-10-18 | REVIEWED: Move `InitWindow()`/`CloseWindow()` to `rcore.c` #3313 | Ray |
| 2023-10-16 | ADDED: NEW PLATFORM: SDL (DESKTOP) `rcore_desktop_sdl` #3313 | Ray |
| 2023-10-14 | [core] Change axisCount to be an array (#3421) | MichaelFiber |
| 2023-10-14 | WARNING: REDESIGN: `InitPlatform()` to initialize all platform data #3313 | Ray |
| 2023-10-14 | tweaks | Ray |
| 2023-10-14 | Minor tweaks | Ray |
| 2023-10-13 | Moved some platforms functions to generic `rcore` #3313 | Ray |
| 2023-10-11 | REVIEWED: `TextFormat()`, added "..." for truncation #3366 | Ray |
| 2023-10-11 | REVIEWED: #3399, Fix #3366 | Ray |
| 2023-10-11 | [rtext] TextFormat() warn user if buffer overflow occured. (#3399) | Murlocohol |
| 2023-10-11 | Reorganized some functions, `WaitTime()` is common to all platforms | Ray |
| 2023-10-11 | Reordered one function | Ray |
| 2023-10-11 | REVIEWED: Mouse and Touch functions generic to all platforms #3313 | Ray |
| 2023-10-11 | Added gamepad functions as generic for all platforms | Ray |
| 2023-10-10 | Added comments and review some functions #3313 | Ray |
| 2023-10-09 | Update rcore.c (#3326) | SuperUserNameMan |
| 2023-10-09 | REVIEWED: Reorganize functions | Ray |
| 2023-10-09 | REVIEWED: `WaitTime()`, added validation #3377 | Ray |
| 2023-10-09 | REVIEWED: `SetupViewport()` macOS #3313 | Ray |
| 2023-10-09 | REVIEWED: Some warnings #3313 | Ray |
| 2023-10-09 | WARNING: REDESIGN: Move platform specific data to platform submodules #3313 | Ray |
| 2023-10-08 | Reviewed #3313 | Ray |
| 2023-10-08 | WARNING: `rcore` module split per-platform **BIG CHANGE** (#3388) | Ray |
| 2023-10-01 | [rcore] reveiwed GetWorldToScreenEx (#3351) | Brian E |
| 2023-09-20 | REVIEWED: `CompressData()`, possible stack overflow | Ray |
| 2023-09-18 | Reviewed #3323 | Ray |
| 2023-09-18 | Fix #3323 | Ray |
| 2023-09-14 | Rename windowM* to screenM* (#3312) | ubkp |
| 2023-09-13 | Add SetWindowMaxSize for desktop and web (#3309) | ubkp |
| 2023-09-11 | Implement FLAG_WINDOW_RESIZABLE for web (#3305) | Peter0x44 |
| 2023-09-09 | Remove unneeded #if (#3301) | MichaelFiber |
| 2023-09-08 | Some code restructuring for input functions, consistency review | Ray |
| 2023-09-07 | Remove PLATFORM_RPI (#3232) | MichaelFiber |
| 2023-09-06 | Update rcore.c | Ray |
| 2023-09-06 | Mouse offset and scaling must be considered also on web! | Ray |
| 2023-09-04 | Fix #3247 | Ray |
| 2023-09-02 | Some tweaks | Ray |
| 2023-08-29 | REVIEWED: `GetFileLength()`, added comment #3262 | Ray |