summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
AgeCommit message (Expand)Author
2021-09-22WARNING: MODULES RENAMING!!!Ray
2021-09-21ADDED: `GetTouchPointId(index)` #1972raysan5
2021-09-21Reviewed some compilation issues #1997raysan5
2021-09-17Add SetRandomSeed(unsigned int seed) function (#1994)Tommi Sinivuo
2021-09-12Implemented GetGamepadName() for emscripten (#1986)Neil Barkhina
2021-09-10Update core.cRay
2021-09-10REVIEWED: Touch input system #1975 #1960Ray
2021-09-01REVIEWED: Naming: length vs sizeRay
2021-09-01REVIEWED: <name>Count for consistencyRay
2021-08-24REVIEWED: Support mouse wheel on x-axis #1948raysan5
2021-08-22Added note on GLFW custom allocators for the futureRay
2021-08-22Minor tweak to avoid false error logsRay
2021-07-31REVIEWED: rlgl defines for consistencyraysan5
2021-07-30REVIEWED: Added new mechanism to avoid data types collision between modules t...raysan5
2021-07-30REVERTED: Removed the need for `rlMatrix`raysan5
2021-07-30Review include path that was breaking the buildraysan5
2021-07-30Review some issuesraysan5
2021-07-29WARNING: BREAKING CHANGE: rlgl complete decoupling from raylib -WIP-raysan5
2021-07-28fixed DisableCursor() on web by registering an empty mouse click event functi...Kyle Appelgate
2021-07-17Raspberry RPI/DRM keyboard fix (#1879)Luiz Pestana
2021-07-16Minor format tweaksraysan5
2021-07-13Fix Android multi-touch (#1869)Humberto Yeverino Jr
2021-07-09WARNING on emscripten_set_fullscreenchange_callback()raysan5
2021-07-09Minor tweaks and commentsraysan5
2021-07-06REVIEWED: RPI: Keyboard stdin input #1769raysan5
2021-07-06Minor tweaks on DRM systemraysan5
2021-07-05Review formattingraysan5
2021-07-05WARNING: BREAKING: REMOVED PLATFORM_UWP supportraysan5
2021-07-03Review some commentsraysan5
2021-07-03Update core.craysan5
2021-07-03Review variables initializationraysan5
2021-07-01Minor tweaksraysan5
2021-06-30Remove trailing spacesraysan5
2021-06-29Fix DecompressData() pointer issue (#1856)masterex1000
2021-06-29Review issue with pointer #1854raysan5
2021-06-28Reviewed commentsraysan5
2021-06-26Minor tweaks to follow code conventionsRay
2021-06-25WARNING: REVIEWED: Default shader uniform namesRay
2021-06-25REVIEWED: LoadShader() and default locationsRay
2021-06-24fix to LoadShaderFromMemory (#1851)Ruminant
2021-06-24REVIEWED: `CORE.Storage.basePath`Ray
2021-06-24REVIEWED: WaitTime() #1841Ray
2021-06-23Allow SetWindowSize() on web (#1847)Nikhilesh S
2021-06-23Review BeginTextureMode() usageRay
2021-06-22Review and un-expose InitTimer()Ray
2021-06-22Formatting reviewRay
2021-06-22Add support for resizing Emscripten canvas (#1840)Sky
2021-06-21Review GetFPS()Ray
2021-06-21core: added `GetMouseDelta()` (#1832)Adrian Guerrero Vera
2021-06-17RENAMED: `SwapBuffers()` -> `SwapScreenBuffer()`Ray