gzdoom-gles/src/r_data
Christoph Oelckers 08e2a86f64 - made ColorRangeStart and ColorRangeEnd meta properties of APlayerPawn.
These are only used during initialization and they should have been readonly from the start.
2019-04-25 17:34:41 +02:00
..
models - use a TArray to store the sprite model hash to get rid of one atterm call. 2019-04-25 12:55:22 +02:00
colormaps.cpp - sound code and most of texture code converted to FileRdr. 2018-03-10 18:45:11 +01:00
colormaps.h - made 'nocoloredspritelighting' a global option and also implemented it in the software renderer. 2017-03-16 00:56:03 +01:00
gldefs.cpp - fixed: 'frame' in GLDEFS light definitions was case sensitive. 2019-04-18 14:00:39 +02:00
matrix.cpp - moved the matrix code out of 'gl' because the model code also needs it. 2017-11-25 13:51:09 +01:00
matrix.h - moved the matrix code out of 'gl' because the model code also needs it. 2017-11-25 13:51:09 +01:00
r_interpolate.cpp - cleaned up the PointerSubstitution code 2019-04-15 16:06:22 +02:00
r_interpolate.h - changed TObjPtr to take a pointer as its template argument and not the class it points to. 2017-03-08 13:35:21 +01:00
r_translate.cpp - improved error reporting for badly defined translations. 2019-04-18 13:07:39 +02:00
r_translate.h - adjustments and fixes for alphatextures: 2018-03-22 00:29:01 +01:00
r_vanillatrans.cpp - use 0 as the default for r_vanillatrans. 2017-06-04 12:39:39 +02:00
r_vanillatrans.h - r_vanillatrans: Cache the cache! Transform the function into a global variable and recheck at the start of D_Display 2017-06-04 12:30:35 +02:00
renderstyle.cpp - fixed the mapping of additive translucency to color-based translucency. 2018-11-28 14:39:54 +01:00
renderstyle.h - fixed the mapping of additive translucency to color-based translucency. 2018-11-28 14:39:54 +01:00
sprites.cpp - made ColorRangeStart and ColorRangeEnd meta properties of APlayerPawn. 2019-04-25 17:34:41 +02:00
sprites.h - Added +SPRITEFLIP which reverses a sprite's left-rightness. 2017-05-03 21:13:31 +02:00
voxels.cpp - replaced several explicit allocations with TArrays. 2019-04-18 13:58:37 +02:00
voxels.h - replaced several explicit allocations with TArrays. 2019-04-18 13:58:37 +02:00