qzdoom/wadsrc/static/actors
Randy Heit 6e88529324 - Added a RETI instruction for returning 15-bit signed immediate values.
- Changed Actor's Damage property into an actual function. All access to the damage property
  must now be done through GetMissileDamage. actor->GetMissileDamage(0, 1) is equivalent
  to the former actor->Damage, for the case where actor->Damage was not an expression. (I
  suppose I will probably need to make a thunk for DECORATE expressions that want to read it.)
- Cleaned up some decorate expression evaluation functions that are no longer used.

SVN r3919 (scripting)
2012-10-28 04:36:52 +00:00
..
chex - Added Gez's patch for moving tag strings into the language file and adding tags for all weapons and inventory items. 2010-08-18 20:26:25 +00:00
doom - removed the MF5_FASTER and MF5_FASTMELEE flags and replaced them with a 'Fast' state flag. 2012-06-16 08:35:51 +00:00
heretic - Fixed: Getting remorphed into a chicken should give you a Tome of Power so that you become a 2012-07-15 03:10:00 +00:00
hexen - Added Gez's custom flechettes patch, with ArtiPoisonBag4 renamed to ArtiPoisonBagGiver and 2012-02-21 20:58:33 +00:00
raven - fixed: The summoned minotaur should not return to its own spawn state when idle but to the parent class's. 2011-01-17 07:36:23 +00:00
shared - Fixed: FastProjectile's missile height needs to be initialized to 0. 2012-10-28 01:26:10 +00:00
strife - fixed the Programmer's last state's sprite frame (was Y, should be X. 2012-06-28 23:11:32 +00:00
actor.txt - Added a RETI instruction for returning 15-bit signed immediate values. 2012-10-28 04:36:52 +00:00
constants.txt - Update to latest version in trunk. 2012-10-17 04:24:54 +00:00