raylib/src
Ray 2853b28d6d REVIEWED: Avoid program crash if GPU data is tried to be loaded before InitWindow() #4751
Following raylib design, a warning log message is shown and program can continue execution.
Some early return checks have been added on most  critical functions.
[rtext] Previous implementation checking `isGpuReady` cross-module variable is not needed any more, resulting in a more decoupled code, load failure is managed at rlgl level
2025-12-11 18:21:57 +01:00
..
external REVIEWED: External libraries sdefl and sinfl to address #5367 2025-11-30 18:32:11 +01:00
platforms REVIEWED: Avoid program crash if GPU data is tried to be loaded before InitWindow() #4751 2025-12-11 18:21:57 +01:00
CMakeLists.txt [build][cmake] fix issue introduced by #5181 (#5198) 2025-09-23 18:04:30 +02:00
config.h Some formatting 2025-11-24 15:37:28 +01:00
Makefile fix newer NDK version compiling errors (#5389) 2025-12-06 20:01:47 +01:00
minshell.html REVIEWED: Code/Web-Makefile formatting 2025-01-12 16:19:10 +01:00
raudio.c ADDED: Multiply security checks to avoid crashes on wrongly provided string data #4751 2025-12-11 12:59:55 +01:00
raylib.dll.rc Update year to 2025 2025-01-01 00:02:52 +01:00
raylib.dll.rc.data Update year to 2025 2025-01-01 00:02:52 +01:00
raylib.h [core] Camera2d comment updates (#5401) 2025-12-11 13:37:17 +01:00
raylib.ico Update raylib.ico 2024-11-14 16:40:04 +01:00
raylib.rc Update year to 2025 2025-01-01 00:02:52 +01:00
raylib.rc.data Update year to 2025 2025-01-01 00:02:52 +01:00
raymath.h Update raymath.h 2025-11-02 19:59:46 +01:00
rcamera.h REVIEWED: Code sections description for consistency 2025-09-02 12:34:04 +02:00
rcore.c REVIEWED: Avoid program crash if GPU data is tried to be loaded before InitWindow() #4751 2025-12-11 18:21:57 +01:00
rgestures.h C++ compiler support v2 (#5252) 2025-10-15 19:11:44 +02:00
rglfw.c Update year to 2025 2025-01-01 00:02:52 +01:00
rlgl.h REVIEWED: Avoid program crash if GPU data is tried to be loaded before InitWindow() #4751 2025-12-11 18:21:57 +01:00
rmodels.c REVIEWED: Avoid program crash if GPU data is tried to be loaded before InitWindow() #4751 2025-12-11 18:21:57 +01:00
rshapes.c Some TODOs and format reviews 2025-11-23 21:40:39 +01:00
rtext.c REVIEWED: Avoid program crash if GPU data is tried to be loaded before InitWindow() #4751 2025-12-11 18:21:57 +01:00
rtextures.c ADDED: Multiply security checks to avoid crashes on wrongly provided string data #4751 2025-12-11 12:59:55 +01:00
shell.html [build][cmake] Review web compilation system (#5181) 2025-09-14 10:05:07 +02:00
utils.c ADDED: Multiply security checks to avoid crashes on wrongly provided string data #4751 2025-12-11 12:59:55 +01:00
utils.h Update year to 2025 2025-01-01 00:02:52 +01:00