gzdoom/src/g_heretic
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
..
a_chicken.cpp - Sync scripting branch with what was in trunk on Sunday. I believe that would be revision 2739. 2010-09-16 03:14:32 +00:00
a_dsparil.cpp - Update scripting branch to trunk. 2012-07-14 03:04:41 +00:00
a_hereticartifacts.cpp - Update to latest version in trunk. 2012-10-17 04:24:54 +00:00
a_hereticimp.cpp - Synced the scripting branch with trunk. 2010-02-17 04:46:11 +00:00
a_hereticmisc.cpp - Update to latest version in trunk. 2012-10-17 04:24:54 +00:00
a_hereticweaps.cpp - Update scripting branch to trunk. 2012-07-14 03:04:41 +00:00
a_ironlich.cpp - Added a RETI instruction for returning 15-bit signed immediate values. 2012-10-28 04:36:52 +00:00
a_knight.cpp - Be stricter about types accepted by spawning functions. 2010-04-03 04:07:17 +00:00
a_wizard.cpp - Removed the old meta data system. All meta data is now stored in subclasses of PClass. This 2010-03-25 20:38:00 +00:00