gzdoom/src/r_data
Randy Heit 73a78caa5c - Added support for a few extra color ranges to Player.Colorset so that the Strife player's
predefined colors can properly define the standard Strife translation ranges.

SVN r3446 (trunk)
2012-03-16 02:23:31 +00:00
..
colormaps.cpp - separation of software renderer from the rest of the code complete. All external access to the renderer is routed through the FRenderer interface class now, with two exceptions (2D texture drawing to a canvas and polymost testing code) that are handled by #defines. 2011-07-07 15:37:47 +00:00
colormaps.h - separation of software renderer from the rest of the code complete. All external access to the renderer is routed through the FRenderer interface class now, with two exceptions (2D texture drawing to a canvas and polymost testing code) that are handled by #defines. 2011-07-07 15:37:47 +00:00
r_interpolate.cpp - removed all asserts from the interpolation objects' Destroy methods. The condition will not be true after a failed savegame write occured. 2011-07-15 13:26:36 +00:00
r_interpolate.h - moved r_interpolate.cpp and r_translate.cpp to r_data. 2011-07-06 08:50:15 +00:00
r_translate.cpp - Added support for a few extra color ranges to Player.Colorset so that the Strife player's 2012-03-16 02:23:31 +00:00
r_translate.h - moved r_interpolate.cpp and r_translate.cpp to r_data. 2011-07-06 08:50:15 +00:00
renderstyle.cpp - rename src/resources to src/r_data. 2011-07-06 07:35:36 +00:00
renderstyle.h - rename src/resources to src/r_data. 2011-07-06 07:35:36 +00:00
sprites.cpp - Fixed: R_ExtendSpriteFrames() neglected to set the new spriteframes value for the sprite. 2012-03-12 01:34:19 +00:00
sprites.h - fixed some leftover references to the software renderer. 2011-07-07 19:53:42 +00:00
voxels.cpp - Fix warnings reported by gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) 2011-09-14 23:24:32 +00:00
voxels.h - fixed some leftover references to the software renderer. 2011-07-07 19:53:42 +00:00