raylib/src
raysan5 1036de389a Some minor tweaks analyzing code
Specific textures generation code is quite redundant and not flexible for the user, I'm trying to figure out some easy way to allow raylib users to do the same without needing those functions (very specific and shader dependant). RenderTexture loading and Cubemap textures support must be improved.
2019-01-06 21:07:09 +01:00
..
external Update mini_al to latest version (Web Audio / AAudio backends) 2019-01-01 20:52:57 +01:00
audio.c Avoid crashing if music file not loaded 2019-01-02 14:05:20 +01:00
audio.h Force OpenAL backend on some platforms 2017-12-20 12:34:18 +01:00
camera.h Fix compiler warnings of lib 2018-08-05 23:53:34 +02:00
CMakeLists.txt Use stb_vorbis.h as header only 2018-12-21 00:17:44 +01:00
CMakeOptions.txt Add flag: SUPPORT_EVENTS_WAITING 2018-10-31 23:19:29 +01:00
config.h WARNING: BREAKING CHANGE 2018-12-26 13:26:34 +01:00
config.h.in Add flag: SUPPORT_EVENTS_WAITING 2018-10-31 23:19:29 +01:00
core.c Support screenshots and GIF capturing on Android and Web 2019-01-05 18:03:09 +01: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
Makefile Update Makefile for Emscripten 2019-01-01 20:53:30 +01:00
models.c Corrected issue on plane drawing 2018-12-19 11:55:58 +01:00
physac.h Physac.h fix for variable array size declaration. 2018-10-10 21:52:50 +02:00
raylib.h Some code tweaks 2019-01-05 19:24:42 +01:00
raylib.ico Updated icon data 2018-09-26 16:02:42 +02:00
raylib.rc Updated icon data 2018-09-26 16:02:42 +02:00
raymath.h Reviewed functions definition 2018-10-24 22:24:59 +02:00
rglfw.c Prevent GLFW changing working dir to 'Resources' 2018-07-29 18:38:31 +02:00
rlgl.h Some minor tweaks analyzing code 2019-01-06 21:07:09 +01:00
shapes.c Use QUADS for DrawPolyEx() 2018-12-29 00:29:28 +01:00
text.c Corrected issue with text measure on Latin-1 chars 2019-01-05 15:04:18 +01:00
textures.c ADDED: DrawTextureQuad() 2018-12-26 23:44:16 +01:00
utils.c utils: declare funopen only on Android 2018-12-29 17:44:47 +01:00
utils.h Improved data export capabilities! 2018-09-17 16:56:02 +02:00