gzdoom/src/r_data
Christoph Oelckers cad2be46ac - fixed several Destroy methods which blanketly assumed that the object's pointers were valid to use without checks.
This is not the case if deserialization prematurely aborts. The entire object may be invalid if something in the deserializer I_Error's out.
2016-09-23 08:49:30 +02:00
..
colormaps.cpp Normalize line endings 2016-03-01 09:47:10 -06:00
colormaps.h Normalize line endings 2016-03-01 09:47:10 -06:00
r_interpolate.cpp - fixed several Destroy methods which blanketly assumed that the object's pointers were valid to use without checks. 2016-09-23 08:49:30 +02:00
r_interpolate.h - most thinkers are done. Some stuff about polyobject pointers is temporarily disabled right now because some of the required functions have already been pulled out. 2016-09-19 19:14:30 +02:00
r_translate.cpp - re-added serialization of treanslations. 2016-09-20 19:45:32 +02:00
r_translate.h - re-added serialization of treanslations. 2016-09-20 19:45:32 +02:00
renderstyle.cpp - removed farchive.cpp and .h 2016-09-22 00:48:22 +02:00
renderstyle.h - removed farchive.cpp and .h 2016-09-22 00:48:22 +02:00
sprites.cpp - removed STACK_ARGS. 2016-04-11 10:46:30 +02:00
sprites.h - converted scale variables in AActor, FMapThing and skin to float. 2016-03-20 12:13:00 +01:00
voxels.cpp - extended the voxeldef parser to allow negative numbers where appropriate. 2016-04-30 14:33:15 +02:00
voxels.h - floatified most of r_data (The interpolations cannot be done yet.) 2016-03-24 14:11:41 +01:00