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