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
/
rcore.c
Age
Commit message (
Expand
)
Author
2023-03-12
ADDED: Security check for `emscripten_run_script()` #2954
Ray
2023-03-12
Update rcore.c
Ray
2023-03-06
Remove trailing spaces
Ray
2023-03-06
Tweak `WindowDropCallback()` #2943
Ray
2023-03-05
REVIEWED: `GetWindowHandle()` #2950
Ray
2023-03-05
Close issue #2949
Ray
2023-03-04
REVIEWED: `GetWindowHandle()` #2938
Ray
2023-02-25
Minimal tweak
Ray
2023-02-24
Update rcore.c
Ray
2023-02-21
REVIEWED: `GetMonitorWidth()` and `GetMonitorHeight()` #2934
Ray
2023-02-21
REVIEWED: `IsWindowFocused()` to consider Android App state #2935
Ray
2023-02-21
REVIEWED: `IsShaderReady()`
Ray
2023-02-21
ADDED: `SetWindowIcons()` to set multiple icon image sizes
Ray
2023-02-15
Avoid centering mouse when program launches
Ray
2023-02-15
Make sure window position always inits in the middle of the current monitor
Ray
2023-02-14
REVIEWED: Issue with camera jump on first frame
Ray
2023-02-14
REVIEWED: Camera redesign PR
Ray
2023-02-09
Fixed some grammar mistakes and typos. (#2914)
Julio C. Galindo
2023-02-07
Enable GetWindowHandle() on macOS (#2915)
Nikolas
2023-02-05
Clean trailing spaces
Ray
2023-02-05
some typos review
Ray
2023-01-27
ADDED: `IsShaderReady()`, `IsImageReady()`, `IsFontReady()`, `IsWaveReady()`,...
Rob Loach
2023-01-22
Fix to use TRACELOG() instead of TraceLog() for internal modules (#2881)
Rob Loach
2023-01-21
minor format tweak
Ray
2023-01-10
Set initial window position for display-sized fullscreen (#2742)
Daijiro Fukuda
2023-01-10
ADDED: Required define on Linux #2729
Ray
2023-01-04
REVIEWED: `GetClipboardText()` on `PLATFORM_WEB`
Ray
2023-01-03
Avoid trying to setup uniform for invalid locations
Ray
2023-01-02
REVIEWED: Avoid possible gamepad index as `-1` #2839
Ray
2023-01-01
Update year to 2023
Ray
2022-12-18
Minor tweak
Ray
2022-12-17
Minor tweaks
Ray
2022-11-29
REVIEWED: Issue with shader linkage
Ray
2022-11-29
Updated rcore.c, renamed 'time' to 'nanoSeconds' (#2816)
jtainer
2022-11-28
Fix array out of range (#2814)
Daijiro Fukuda
2022-11-28
REVIEWED: Some compilation warnings (for strict rules)
Ray
2022-11-22
REVIEWED: UnloadDirectoryFiles()
Ray
2022-11-22
Minor tweaks
Ray
2022-11-15
Warning on GetRandomValue range limit (#2800)
Pere001
2022-11-05
Update rcore.c
Ray
2022-10-26
REVIEWED: Issue with `OpenURL()`
Ray
2022-10-02
removed glfwSetWindowPos on InitWindow (#2732)
Random
2022-09-30
fix issue #2728 (#2731)
Random
2022-09-29
Reviewed monitor checking order
Ray
2022-09-29
Fix #2722
Ray
2022-09-25
Fix isssue #2718
Ray
2022-09-25
ADDED: Support CAPS/NUM lock keys registering if locked
Ray
2022-09-22
Update rcore.c
Ray
2022-09-19
REVIEWED: `ScanDirectoryFilesRecursively()`, fix #2704
Ray
2022-09-18
Remove touch points on touch up events on Android (#2711)
Denis Pobedrya
[next]