qzdoom/src/thingdef
Randy Heit c424c61ffc - Added fixed registers that won't be freed automatically, so that parameters
can actually be used. In the end, all temporaries should be assigned to
  unique virtual registers, and a register allocator can alias them to real
  registers, but as long as we don't do any CSE, this is good enough for now.


SVN r1920 (scripting)
2009-10-15 23:11:54 +00:00
..
olddecorations.cpp - Split the bounce types completely into separate flags and consolidated 2009-09-06 01:49:17 +00:00
thingdef.cpp - Added fixed registers that won't be freed automatically, so that parameters 2009-10-15 23:11:54 +00:00
thingdef.h - Added dummy code generation for states that pass parameters to action functions. 2009-10-15 03:58:23 +00:00
thingdef_codeptr.cpp - added PinkSilver's A_Respawn enhancement patch. 2009-09-15 21:57:51 +00:00
thingdef_data.cpp - Sync with trunk. 2009-09-23 00:24:47 +00:00
thingdef_exp.cpp - Added the frandom decorate function, which is exactly like random except 2009-09-06 02:16:55 +00:00
thingdef_exp.h - Added fixed registers that won't be freed automatically, so that parameters 2009-10-15 23:11:54 +00:00
thingdef_expression.cpp - Added fixed registers that won't be freed automatically, so that parameters 2009-10-15 23:11:54 +00:00
thingdef_parse.cpp - Added type coercion for action function parameters. 2009-10-15 22:15:55 +00:00
thingdef_properties.cpp - fixed Powerup.Colormap 6 parameter version. 2009-09-22 10:05:27 +00:00
thingdef_states.cpp - Added dummy code generation for states that pass parameters to action functions. 2009-10-15 03:58:23 +00:00
thingdef_type.h - Made several DECORATE errors which do not involve parsing non-fatal. 2008-12-29 23:03:38 +00:00