gzdoom/src/r_data
2017-03-11 18:31:53 +01:00
..
colormaps.cpp - removed many 'extern "C"' declarations, now that assembly is no longer a concern. 2017-03-11 11:31:09 +01:00
colormaps.h - removed many 'extern "C"' declarations, now that assembly is no longer a concern. 2017-03-11 11:31:09 +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 - 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 - removed debug output from recent translation additions. 2017-03-11 09:56:05 +01:00
r_translate.h - replaced a large batch of DWORDs. 2017-03-09 20:19:55 +01:00
renderstyle.cpp - untangled r_defs.h from actor.h 2017-03-10 02:22:42 +01:00
renderstyle.h - did a bit of header cleanup to reduce the dependency on dobject.h. 2017-03-09 23:30:42 +01:00
sprites.cpp - replaced a large batch of DWORDs. 2017-03-09 20:19:55 +01:00
sprites.h - most WORD and SWORD are gone. 2017-03-08 18:55:55 +01:00
voxels.cpp Fix default palette for voxel BGRA slab data and support translated 8-bit slab data in true color mode 2017-03-11 18:31:53 +01:00
voxels.h - except for DWORD, all homegrown integer types are gone - a handful were left where they represent genuine Windows types. 2017-03-09 19:54:41 +01:00