vkdoom_m/src/g_doom
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_arachnotron.cpp - Be stricter about types accepted by spawning functions. 2010-04-03 04:07:17 +00:00
a_archvile.cpp - Update to latest version in trunk. 2012-10-17 04:24:54 +00:00
a_bossbrain.cpp - Added a RETI instruction for returning 15-bit signed immediate values. 2012-10-28 04:36:52 +00:00
a_bruiser.cpp - Be stricter about types accepted by spawning functions. 2010-04-03 04:07:17 +00:00
a_cacodemon.cpp - Be stricter about types accepted by spawning functions. 2010-04-03 04:07:17 +00:00
a_cyberdemon.cpp - Be stricter about types accepted by spawning functions. 2010-04-03 04:07:17 +00:00
a_demon.cpp - Converted all action functions be directly callable by the VM (though they are not yet 2010-02-12 06:04:57 +00:00
a_doomglobal.h - Update scripting branch to trunk. 2012-07-14 03:04:41 +00:00
a_doomimp.cpp - Be stricter about types accepted by spawning functions. 2010-04-03 04:07:17 +00:00
a_doommisc.cpp - Update scripting branch to trunk. 2012-07-14 03:04:41 +00:00
a_doomweaps.cpp - Update scripting branch to trunk. 2012-07-14 03:04:41 +00:00
a_fatso.cpp - Added a RETI instruction for returning 15-bit signed immediate values. 2012-10-28 04:36:52 +00:00
a_keen.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_lostsoul.cpp - Added a RETI instruction for returning 15-bit signed immediate values. 2012-10-28 04:36:52 +00:00
a_painelemental.cpp - Update scripting branch to trunk. 2012-07-14 03:04:41 +00:00
a_possessed.cpp - Update scripting branch to trunk. 2012-07-14 03:04:41 +00:00
a_revenant.cpp - Be stricter about types accepted by spawning functions. 2010-04-03 04:07:17 +00:00
a_scriptedmarine.cpp - Update scripting branch to trunk. 2012-07-14 03:04:41 +00:00
a_spidermaster.cpp - Sync scriptbranch with trunk. 2010-04-04 04:09:24 +00:00