summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
AgeCommit message (Expand)Author
2021-04-18WARNING: REDESIGNED: rlLoadExtensions() #1295Ray
2021-04-09Fix off by one bug with GetGamepadAxisCount on PLATFORM_DESKTOP (#1715)Chris
2021-04-09REVIEWED: GetKeyPressed() #1712Ray
2021-04-06REDESIGNED: Vr stereo modeRay
2021-04-06Reviewed Vr stereoRay
2021-04-06REDESIGNED: Vr stereo renderingRay
2021-04-06Minor comment tweaksRay
2021-04-05Update version to raylib 3.7raysan5
2021-04-04REDESIGNED: Shapes texture/rec moved to shapes moduleraysan5
2021-04-02REVIEWED: ToggleFullscreen() on web #1241raysan5
2021-04-02Review compress/decompress logsraysan5
2021-04-01Review libc dependencyraysan5
2021-04-01Remove trailing spacesraysan5
2021-03-31ADDED: Support model normal matrix location #1691raysan5
2021-03-31Review code formattingraysan5
2021-03-28ADDED: LoadShaderFromMemory() #1690raysan5
2021-03-25WARNING: BREAKING: rlgl redesign -WIP-Ray
2021-03-24Reviewed DrawFPS() commentRay
2021-03-22WARNING: BREAKING: REDESIGNED: rlgl moduleRay
2021-03-21WARNING: BREAKING: rlgl module redesign -WIP-Ray
2021-03-20Corrected issue with HighDPI on macOSRay
2021-03-20Review HighDPI macOS support #1510Ray
2021-03-20Considering the window's scale when setting the viewport. (#1659)Sean Heber
2021-03-20BIG CHANGE: REDESIGNED: Vr device simulator #1582Ray
2021-03-20Merge branch 'master' of https://github.com/raysan5/raylibRay
2021-03-20REVIEWED: HighDPI support on macOS retina #1510Ray
2021-03-20Fixed funny typo mistake... (#1657)Rabia Alhaffar
2021-03-19REVIEWED: BeginMode3D()Ray
2021-03-19Removed trailing spacesRay
2021-03-19REMOVED: GetMouseCursor()Ray
2021-03-19WARNING: BREAKING: RENAMED: camera.type to camera.projectionRay
2021-03-19REVIEWED: BeginMode3D()Ray
2021-03-14Use UnloadFileData()Ray
2021-03-14WARNING: VERY BREAKING CHANGE: Renamed some enum values for consistencyRay
2021-03-12Add config flag: SUPPORT_WINMM_HIGHRES_TIMER #1641Ray
2021-03-08Fix fullscreen resolution (#1637)Hristo Stamenov
2021-03-08Always try to set vsync. (#1636)Jeffery Myers
2021-03-03WARNING: BREAKING: RENAMED: enums valuesRay
2021-03-03Removing +1 on comparing extesnions because this way it checked the file exte...hristo
2021-03-02Reviewed defines, try to avoid elif statementsRay
2021-03-02REVIEWED: Wait() to support FreeBSD #1618Ray
2021-03-02Some misc tweaksRay
2021-03-02REVIEWED: GetFileExtension() to include the dot #1523Ray
2021-03-01REVIEWED: GetScreen*() #1570Ray
2021-02-14Fix support of touchscreens for RPI (#1586)jpe230
2021-02-14Update core.craysan5
2021-02-09REMOVED: GetGamepadButton() internal funcraysan5
2021-02-08Poll inputs after frame sleep (#1573)masterex1000
2021-02-07Disabling WindowSizeCallback around fullscreen toggle. (#1480)hristo
2021-02-07Review latest PR formatingraysan5