summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
AgeCommit message (Expand)Author
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
2021-02-07Fix initialize GLFW's Joystick subsystem before window is created on Desktop ...Gil Barbosa Reis
2021-02-07Review formating for latest PRraysan5
2021-02-07Fix wrong values shown for monitor width and height in pixels when fullscreen...hristo
2021-02-05REVIEWED: DecompressData()raysan5
2021-02-05removed redundant call to eglGetConfig (https://github.com/raysan5/raylib/iss...kernelkinetic
2021-02-05REVIEWED: Gamepad issues on Androidraysan5
2021-02-05REVIEWED: DecompressData(), memory reallocationraysan5
2021-01-31REVIEWED: Gamepad system, specially for RPIraysan5
2021-01-30Use local (") includes for GLFW since it is included with the source tree. (#...Jeffery Myers
2021-01-28REVIEWED: SetGamepadMappings()raysan5
2021-01-22Remove automatic pointer lock on mouse click #1513Ray
2021-01-21ADDED: SetGamepadMappings() #1506Ray
2021-01-20Merge branch 'master' of https://github.com/raysan5/raylibRay
2021-01-20Review screen capture / gif recording #1540Ray
2021-01-16Fix absolute path handling in GetFileName and GetDirectoryPath (#1534) (#1535)Gil Barbosa Reis
2021-01-14REVIEWED: DecompressData()Ray
2021-01-12REDESIGN: Compresion APIRay
2021-01-12Add commentsRay
2021-01-06Fix keyboard state change detection on RPI (#1488)badlydrawnrod
2021-01-02Update year to 2021raysan5
2020-12-31 Modify the check condition for the screen window height and width. It can't ...Victor Gallet
2020-12-30Add a current monitor function for window mode windows. (#1492)Jeffery Myers