raylib/src
Ahmad Fatoum 468309d06c
Early-exit InitWindow if InitGraphicsDevice fails
Otherwise we may run into LoadDefaultFont and crash in rlLoadTexture
Also moves InitTimer() before InitGraphicsDevice(), to allow it to be
tested even if InitWindow ultimately fails.
2018-02-09 22:54:35 +01:00
..
external Updated external libraries 2018-02-09 00:01:00 +01:00
audio.c Code tweak while using OpenAL backend 2018-01-15 13:54:25 +01:00
audio.h Force OpenAL backend on some platforms 2017-12-20 12:34:18 +01:00
camera.h Some comment tweaks 2017-05-08 21:16:46 +02:00
CMakeLists.txt Bump version to 1.9.4 2018-02-04 13:36:08 +01:00
core.c Early-exit InitWindow if InitGraphicsDevice fails 2018-02-09 22:54:35 +01:00
easings.h Working on file header comments... 2017-03-19 12:52:58 +01:00
gestures.h Updated copyright year 2017-12-20 12:37:08 +01:00
Makefile Bump version to 1.9.4 2018-02-04 13:36:08 +01:00
models.c Minor tweaks 2017-12-28 19:27:02 +01:00
physac.h #include header for time() on Windows 2018-01-25 23:12:03 +01:00
raylib.h Added function LoadShaderCode() 2018-02-05 01:03:13 +01:00
raylib.ico Added resource config file 2017-10-22 11:07:17 +02:00
raylib.rc Added resource config file 2017-10-22 11:07:17 +02:00
raymath.h Manually review previous PR 2017-12-15 13:44:31 +01:00
resources Added resource config file 2017-10-22 11:07:17 +02:00
rglfw.c Some formatting tweaks 2017-12-24 16:12:52 +01:00
rlgl.c Added function LoadShaderCode() 2018-02-05 01:03:13 +01:00
rlgl.h Improved pixel formats support 2018-01-06 13:43:48 +01:00
shader_distortion.h Review default shaders usage on loading 2017-11-12 10:33:44 +01:00
shapes.c Added function DrawRectangleLinesEx() 2018-02-02 11:01:38 +01:00
text.c Corrected several issues... 2018-01-28 16:52:18 +01:00
textures.c Corrected several issues... 2018-01-28 16:52:18 +01:00
utils.c Renamed function to SetTraceLog() 2017-12-24 16:49:54 +01:00
utils.h Updated copyright year 2017-12-20 12:37:08 +01:00