raylib/src
victorfisac b0a0c5d431 Added tint color attribute to material data type
It tints all fragments, ignores lighting. Useful for some features like
feedback (damage color, ...).
2016-05-30 19:55:13 +02:00
..
audio.c Fix some audio module compile warnings 2016-05-21 18:08:09 +02:00
audio.h Buffer for raw audio 2016-05-19 20:44:09 -07:00
camera.c 3d Camera: Added support for field-of-view Y 2016-03-05 13:05:45 +01:00
camera.h 3d Camera: Added support for field-of-view Y 2016-03-05 13:05:45 +01:00
core.c Improved render to texture 2016-05-29 11:49:13 +02:00
easings.h buffering of music now uses update audio context 2016-05-12 16:02:23 -07:00
gestures.c Improved gestures system 2016-04-17 11:36:40 +02:00
gestures.h Improved gestures system 2016-04-17 11:36:40 +02:00
glad.c Replaced GLEW by GLAD 2016-01-22 01:22:45 +01:00
glad.h Replaced GLEW by GLAD 2016-01-22 01:22:45 +01:00
jar_xm.h new trace logs and optimizations 2016-04-26 16:50:07 -07:00
libraylib.bc Uploaded raylib bitcode library (PLATFORM_WEB) 2016-02-20 20:29:20 +01:00
Makefile Fix Makefile files 2016-04-06 13:21:29 +02:00
models.c Added tint color attribute to material data type 2016-05-30 19:55:13 +02:00
physac.c Review struct typedef to avoid pointers for users 2016-05-20 10:53:31 +02:00
physac.h Updated to avoid pointers 2016-05-20 10:53:58 +02:00
raygui.c Review GuiToggleButton() 2016-03-07 09:38:55 +01:00
raygui.h New raylib module: raygui 2015-08-27 18:17:05 +02:00
raylib.h Added tint color attribute to material data type 2016-05-30 19:55:13 +02:00
raymath.h Added QuaternionInvert() 2016-05-12 13:02:04 +02:00
resources Updated 2016-02-21 16:19:40 +01:00
rlgl.c Added tint color attribute to material data type 2016-05-30 19:55:13 +02:00
rlgl.h Added tint color attribute to material data type 2016-05-30 19:55:13 +02:00
shapes.c Remove TODO comments (already done) 2016-05-20 09:40:48 +02:00
stb_image_resize.h Update stb libs to latest version 2016-04-06 17:45:25 +02:00
stb_image_write.h Update stb libs to latest version 2016-04-06 17:45:25 +02:00
stb_image.h Update stb libs to latest version 2016-04-06 17:45:25 +02:00
stb_rect_pack.h Update stb libs to latest version 2016-04-06 17:45:25 +02:00
stb_truetype.h Update stb libs to latest version 2016-04-06 17:45:25 +02:00
stb_vorbis.c Update stb libs to latest version 2016-04-06 17:45:25 +02:00
stb_vorbis.h Update stb libs to latest version 2016-04-06 17:45:25 +02:00
text.c Reorganized internal funcs 2016-05-03 17:54:50 +02:00
textures.c Improved render to texture 2016-05-29 11:49:13 +02:00
tinfl.c Updated raylib to version 1.0.4 2014-01-23 12:36:18 +01:00
utils.c Small code tweaks 2016-01-02 10:41:37 +01:00
utils.h Reviewed some comments and WritePNG() 2015-10-06 17:13:40 +02:00