raylib/src
Ahmad Fatoum 3e5093eab0
CI: Build with all optional formats enabled
also makes one configuration shared-only

dr_flac is not built on i386, because GCC 4.8 complains about asm("cpuid"
clobbering ebx, as it's using ebx for PIC.

Instead of downloading a newer GCC (and multilib),
disable FLAC for that one configuration...
2018-07-29 12:13:01 +02:00
..
external Updated to latest mini_al dev 2018-07-16 19:21:54 +02:00
CMakeLists.txt Travis CI: Add OpenAL-Configuration 2018-07-29 12:13:00 +02:00
CMakeOptions.txt CI: Build with all optional formats enabled 2018-07-29 12:13:01 +02:00
Makefile Reviewed compilation options 2018-07-16 18:43:24 +02:00
audio.c Fix bug in LoadMusicStream 2018-07-29 09:52:18 +02:00
audio.h Force OpenAL backend on some platforms 2017-12-20 12:34:18 +01:00
camera.h fabsf() not working with TCC 2018-05-28 00:48:45 +02:00
config.h Working on MP3 support 2018-07-19 23:15:46 +02:00
config.h.in Reviewed compilation options 2018-07-16 18:43:24 +02:00
core.c Support examples with Emterpreter 2018-07-21 17:13:59 +02:00
easings.h Working on file header comments... 2017-03-19 12:52:58 +01:00
gestures.h Redundant assignment of 'angle' to itself 2018-04-02 13:30:20 +02:00
models.c fabsf() not working with TCC 2018-05-28 00:48:45 +02:00
physac.h Reviewed Windows resource file name 2018-05-29 00:52:08 +02:00
raylib.h Corrected timing typo 2018-07-28 18:13:19 +02:00
raylib.ico Added resource config file 2017-10-22 11:07:17 +02:00
raylib.rc Review raylib version to 2.0 2018-05-11 18:14:19 +02:00
raymath.h Added Quaternion typedef 2018-07-02 18:53:46 +02:00
rglfw.c Added support DragonFly os from BSD family 2018-06-23 17:02:04 +02:00
rlgl.h Fix rlgl.h to be used as a standalone 2018-07-25 10:36:18 +02:00
shapes.c Corrected issue with GetFontDefault() 2018-07-05 19:17:06 +02:00
text.c Reviewed LoadFontData() and GenImageFontAtlas() 2018-07-15 20:03:05 +02:00
textures.c Corrected issue with GetFontDefault() 2018-07-05 19:17:06 +02:00
utils.c Add SetTraceLogCallback to enable users setting custom logging (#597) 2018-07-26 21:57:45 +02:00
utils.h Removed unnecesary define 2018-05-08 23:04:13 +02:00