gzdoom-gles/src/r_data
alexey.lysiuk 0ffd475d8c Fixed compilation with GCC/Clang
src/r_data/sprites.cpp:805:79: error: cannot pass non-trivial object of type 'FString' to variadic function; expected type from format string was 'char *' [-Wnon-pod-varargs]
2017-02-18 10:34:27 +02:00
..
colormaps.cpp - Fullbright fixes 2016-10-21 07:32:18 -04:00
colormaps.h - scriptified APowerup. 2017-01-17 17:34:07 +01:00
r_interpolate.cpp - split DObject::Destroy into the main method, a native OnDestroy and a scripted OnDestroy method and made the main method non-virtual 2017-01-12 22:49:18 +01:00
r_interpolate.h - split DObject::Destroy into the main method, a native OnDestroy and a scripted OnDestroy method and made the main method non-virtual 2017-01-12 22:49:18 +01:00
r_translate.cpp - made the Skins array scripting friendly and exported it. 2017-02-17 21:51:23 +01:00
r_translate.h - scriptified Heretic's Skull Rod. 2016-11-25 16:05:03 +01:00
renderstyle.cpp - removed a few unused definitions. 2017-02-07 10:55:59 +01:00
renderstyle.h - removed a few unused definitions. 2017-02-07 10:55:59 +01:00
sprites.cpp Fixed compilation with GCC/Clang 2017-02-18 10:34:27 +02:00
sprites.h - made the Skins array scripting friendly and exported it. 2017-02-17 21:51:23 +01:00
voxels.cpp - Fixed wrong argument format in voxeldef parser code. 2016-12-10 14:02:12 +01:00
voxels.h - floatified most of r_data (The interpolations cannot be done yet.) 2016-03-24 14:11:41 +01:00