raylib/src
hristo f3ce3a6f74
Removing config.h.in file (#1546)
CMake relied on this file for configurations and also was interfering in the regular config.h by having a separate definition if building with CMake. This was not entirely correct so instead we will define compile time definitions separately through CMake (CompileDefinitions.cmake) and also will use the provided EXTERNAL_CONFIG_FLAGS that I found that will not use config.h in through the build process.

I also introduced a new compiler option (CUSTOMIZE_BUILD) that when OFF will use the default config.h and when ON will show other options for redefining your own options.

Fixed an error in rlgl.h where if you have both RLGL_STANDALONE and SUPPORT_VR_SIMULATOR you get a compile time error.
2021-01-25 10:47:53 +01:00
..
external Update miniaudio to v0.10.30 #1518 2021-01-12 22:51:26 +01:00
camera.h Update year to 2021 2021-01-02 18:15:13 +01:00
CMakeLists.txt Removing config.h.in file (#1546) 2021-01-25 10:47:53 +01:00
config.h Removing config.h.in file (#1546) 2021-01-25 10:47:53 +01:00
core.c Remove automatic pointer lock on mouse click #1513 2021-01-22 11:57:57 +01:00
easings.h Update easings.h (#1210) 2020-04-21 21:17:58 +02:00
gestures.h Update year to 2021 2021-01-02 18:15:13 +01:00
Makefile Update Makefile 2020-12-24 19:08:02 +01:00
models.c ADDED: UploadMesh() #1529 2021-01-22 12:16:19 +01:00
physac.h REVIEWED: physac module and examples #1525 2021-01-20 20:55:12 +01:00
raudio.c Review warning 2021-01-15 00:20:23 +01:00
raudio.h Update year to 2021 2021-01-02 18:15:13 +01:00
raylib.dll.rc Added resource file for DLL compilation info 2020-08-19 11:59:50 +02:00
raylib.dll.rc.data Avoid architecture selection on gcc, use correct gcc version instead 2020-08-20 17:37:01 +02:00
raylib.h ADDED: UploadMesh() #1529 2021-01-22 12:16:19 +01:00
raylib.ico Updated icon data 2018-09-26 16:02:42 +02:00
raylib.rc Update resource file 2020-12-23 13:48:43 +01:00
raylib.rc.data Update resource file 2020-12-23 13:48:43 +01:00
raymath.h Update year to 2021 2021-01-02 18:15:13 +01:00
rglfw.c Update year to 2021 2021-01-02 18:15:13 +01:00
rlgl.h Removing config.h.in file (#1546) 2021-01-25 10:47:53 +01:00
rmem.h Remove trailing spaces 2020-12-23 15:03:26 +01:00
rnet.h [rnet] Renamed some functions 2020-02-20 13:46:33 +01:00
shapes.c Update year to 2021 2021-01-02 18:15:13 +01:00
shell.html Get icons back on shell.html 2020-03-30 21:34:45 +02:00
text.c Reorder function 2021-01-12 20:24:58 +01:00
textures.c Update year to 2021 2021-01-02 18:15:13 +01:00
utils.c Update year to 2021 2021-01-02 18:15:13 +01:00
utils.h Update year to 2021 2021-01-02 18:15:13 +01:00
uwp_events.h UWP rework (#1231) 2020-04-30 19:48:39 +02:00