raylib/src
Ahmad Fatoum 6c9f6cf084 Revert "CMake: Don't create symlinks on unsupporting file systems (#539)"
As noted in #539, the symlink check was to support compiling raylib on
VirtualBox vboxfs as no symlinks are supported there.

With me using Linux as daily driver outside VirtualBox now, this 'feature'
is most likely unused by anyone, but still annoys other users (#791).
Just revert it and be done with it. If there are really others building
raylib on vboxfs or a similarly crippled file system under Linux, they
should now step forward when their build breaks.

This reverts commit b8ca51fd01.
2020-04-08 11:01:26 +02:00
..
external Delete .gitignore 2020-04-07 18:52:07 +02:00
camera.h Comment tweaks 2020-03-23 20:24:20 +01:00
CMakeLists.txt Revert "CMake: Don't create symlinks on unsupporting file systems (#539)" 2020-04-08 11:01:26 +02:00
CMakeOptions.txt Add config SUPPORT_SSH_KEYBOARD_RPI 2019-05-21 20:59:13 +02:00
config.h Update config.h, enable some file-formats by default 2020-03-30 17:42:42 +02:00
config.h.in ADDED small compression API 2019-09-09 21:56:16 +02:00
core.c Some code tweaks, comments and defines 2020-04-05 17:50:37 +02:00
easings.h Replace tabs with spaces and update year of copyright notices (#927) 2019-08-03 11:07:41 +02:00
gestures.h Review GetCurrentTime() 2020-02-04 17:06:08 +01:00
Makefile Review Android piepline 2020-04-07 17:54:08 +02:00
models.c [cppcheck] Fix minor warnings in models.c and raudio.c (#1162) 2020-03-30 17:08:01 +02:00
physac.h Review DEBUG trace log and custom allocators 2020-02-10 10:56:39 +01:00
raudio.c added log warning for unsupported file extension for music stream (#1176) 2020-04-06 11:26:09 +02:00
raudio.h Add function prototype 2020-02-14 23:10:02 +01:00
raylib.dll.rc Develop branch integration (#1091) 2020-02-03 18:31:30 +01:00
raylib.dll.rc.data Update resource files 2020-02-06 16:37:38 +01:00
raylib.h Review shared library building 2020-04-01 11:06:05 +02:00
raylib.ico Updated icon data 2018-09-26 16:02:42 +02:00
raylib.rc Update window rc 2020-03-28 18:27:56 +01:00
raylib.rc.data Update window rc 2020-03-28 18:27:56 +01:00
raymath.h Fix "variable is reassigned before use" linter warning on raymath.h (#1158) 2020-03-29 22:03:10 +02:00
rglfw.c Update year to 2020 2020-01-05 20:01:54 +01:00
rlgl.h Corrected issue with depth initialization #1179 2020-04-06 19:58:28 +02:00
rmem.h Minor format tweaks 2020-02-06 16:44:04 +01:00
rnet.h [rnet] Renamed some functions 2020-02-20 13:46:33 +01:00
shapes.c Replaced fabs() by fabsf() when required 2020-02-28 12:54:39 +01:00
shell.html Get icons back on shell.html 2020-03-30 21:34:45 +02:00
text.c Allow for empty replacement string (#1178) 2020-04-05 22:42:59 +02:00
textures.c Some code tweaks, comments and defines 2020-04-05 17:50:37 +02:00
utils.c Review android_fopen() to support SDCard access 2020-04-05 17:51:27 +02:00
utils.h Android: Support file saving to internal data storage 2020-03-05 18:12:41 +01:00