index
:
raylib
2.6
UWP
fix_build.zig
master
sdl-gles-fix
A simple and easy-to-use library to enjoy videogames programming
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
platforms
Age
Commit message (
Expand
)
Author
2023-11-14
Fix missing keys on PLATFORM_DESKTOP_SDL (#3539)
ubkp
2023-11-13
Fix mouse button order for SDL (#3534)
ubkp
2023-11-11
Review #3526
Ray
2023-11-10
Reviewed duplicate lines
Ray
2023-11-10
Reviewing automation events on web...
Ray
2023-11-07
Fix absRange for PLATFORM_DRM (#3517)
ubkp
2023-11-07
Fix mouse/touch/gestures for PLATFORM_DRM (#3515)
ubkp
2023-11-02
Remove unneeded line on web platform
Ray
2023-11-02
Support OpenGL ES 3.0 building on Web
Ray
2023-11-02
Comments tweaks
Ray
2023-11-02
Partial fix the gesture system for DRM (#3502)
ubkp
2023-11-02
[core] Fix gestures for `PLATFORM_DESKTOP_SDL` (#3499)
ubkp
2023-11-01
Update rcore_web.c
Ray
2023-11-01
Update rcore_web.c
Ray
2023-11-01
Moves keymapUS[] and fixes GetCharPressed for DRM (#3498)
ubkp
2023-10-31
Remove trailing spaces
Ray
2023-10-31
Comments tweaks
Ray
2023-10-31
Fix relative mouse mode for DRM (#3492)
ubkp
2023-10-29
Fix drm hang up on exit and mouse input issues (#3484)
ubkp
2023-10-29
Update rcore_desktop_sdl.c
Ray
2023-10-29
REVIEWED: `GetCurrentMonitor()` #3472
Ray
2023-10-29
Remove rcore.h include from SDL (#3475)
ubkp
2023-10-27
GetCurrentMonitor() - use closest monitor (#3472)
Alexandre Almeida
2023-10-26
ADDED: Drop files support to `PLATFORM_DESKTOP_SDL`
Ray
2023-10-26
Remove trail spaces
Ray
2023-10-26
REVIEWED: `glfwGetError()` not availbale on `PLATFORM_WEB` fix #3470
Ray
2023-10-26
GetCurrentMonitor() - check window center instead of top-left corner (#3468)
Alexandre Almeida
2023-10-25
Fix gamepad names for PLATFORM_DESKTOP/GLFW (#3462)
ubkp
2023-10-25
Fix OpenURL on SDL (#3460)
ubkp
2023-10-25
Revert "Fix #3461"
Ray
2023-10-25
Fix #3461
Ray
2023-10-23
REVIEWED: Check OpenGL version required, fix #3457
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-22
REVIEWED: New platform backend template comments
Ray
2023-10-22
Update rcore_desktop.c
Ray
2023-10-22
[core] Complement implementations for `SDL` (3) (#3450)
ubkp
2023-10-21
[core] Complement implementations for `SDL` (2) (#3447)
ubkp
2023-10-20
[core] Complement implementations for `SDL` (#3444)
ubkp
2023-10-19
REVIEWED: Issue with functions definitions
Ray
2023-10-19
REVIEWED: Issue with symbols exposure
Ray
2023-10-19
REDESIGNED: Move platforms to separate directory #3313
Ray