qzdoom/src/r_data
2019-01-29 20:23:18 +01:00
..
models - changed all model related references to level. 2019-01-29 02:18:19 +01:00
a_dynlightdata.cpp - change per-level attenuation of dynamic lights for each viewpoint. 2019-01-29 20:09:06 +01:00
colormaps.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
colormaps.h - refactoring of fixed colormap stuff to have it better organized and to reduce the number of uniforms in the main shader. 2018-06-16 22:40:44 +02:00
gldefs.cpp - change per-level attenuation of dynamic lights for each viewpoint. 2019-01-29 20:09:06 +01:00
matrix.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03: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
portalgroups.cpp - made dumpportals CCMD multi-level aware. 2019-01-29 20:23:18 +01:00
r_canvastexture.cpp - the final batch of easy level replacements. 2019-01-27 21:59:19 +01:00
r_canvastexture.h - fixed compile bugs 2018-12-12 01:27:04 +01:00
r_interpolate.cpp - moved the interpolator into FLevelLocals and refactored its use to happen outside the renderers. 2019-01-28 18:26:14 +01:00
r_interpolate.h - moved the interpolator into FLevelLocals and refactored its use to happen outside the renderers. 2019-01-28 18:26:14 +01:00
r_sections.cpp - added a level iterator for operations that need to make changes to all open levels. 2019-01-28 02:41:29 +01:00
r_sections.h - fixed incomplete commit. 2018-12-30 08:22:34 +01:00
r_translate.cpp - the final batch of easy level replacements. 2019-01-27 21:59:19 +01:00
r_translate.h - integrated GL parts of translation handling into the main module. 2018-04-01 00:59:49 +02: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-27 19:43:10 +01:00
renderstyle.h - fixed the mapping of additive translucency to color-based translucency. 2018-11-27 19:43:10 +01:00
sprites.cpp - removed all remaining native parts of APlayerPawn. 2019-01-03 22:05:49 +01: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. 2018-12-17 18:28:04 +01:00
voxels.h - replaced several explicit allocations with TArrays. 2018-12-17 18:28:04 +01:00