qzdoom-gpl/src/g_hexen
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_bats.cpp - Update scripting branch to latest version of trunk. 2012-07-17 02:53:53 +00:00
a_bishop.cpp - Update scripting branch to latest version of trunk. 2012-07-17 02:53:53 +00:00
a_blastradius.cpp - Update to latest version in trunk. 2012-10-17 04:24:54 +00:00
a_boostarmor.cpp - Changed compilation for g_doom, g_heretic, g_hexen and g_strife folders 2008-09-15 14:11:05 +00:00
a_centaur.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_clericflame.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_clericholy.cpp - Update scripting branch to latest version of trunk. 2012-07-17 02:53:53 +00:00
a_clericmace.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_clericstaff.cpp - Update scripting branch to trunk. 2012-07-14 03:04:41 +00:00
a_dragon.cpp - Be stricter about types accepted by spawning functions. 2010-04-03 04:07:17 +00:00
a_fighteraxe.cpp - Update scripting branch to trunk. 2012-07-14 03:04:41 +00:00
a_fighterhammer.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_fighterplayer.cpp - Update scripting branch to trunk. 2012-07-14 03:04:41 +00:00
a_fighterquietus.cpp - Update scripting branch to trunk. 2012-07-14 03:04:41 +00:00
a_firedemon.cpp - Update scripting branch to latest version of trunk. 2012-07-17 02:53:53 +00:00
a_flechette.cpp - Update to latest version in trunk. 2012-10-17 04:24:54 +00:00
a_fog.cpp - Update scripting branch to latest version of trunk. 2012-07-17 02:53:53 +00:00
a_healingradius.cpp - Be stricter about types accepted by spawning functions. 2010-04-03 04:07:17 +00:00
a_heresiarch.cpp - Update scripting branch to trunk. 2012-07-14 03:04:41 +00:00
a_hexenglobal.h - Update scripting branch to trunk. 2012-07-14 03:04:41 +00:00
a_hexenmisc.cpp - Added MAPINFO flag RandomPlayerStarts. In this mode, no voodoo dolls are spawned. Instead, all 2012-07-08 01:43:47 +00:00
a_hexenspecialdecs.cpp - Update scripting branch to trunk. 2012-07-14 03:04:41 +00:00
a_iceguy.cpp - Be stricter about types accepted by spawning functions. 2010-04-03 04:07:17 +00:00
a_korax.cpp - Update scripting branch to latest version of trunk. 2012-07-17 02:53:53 +00:00
a_magecone.cpp - Update scripting branch to trunk. 2012-07-14 03:04:41 +00:00
a_magelightning.cpp - Added a RETI instruction for returning 15-bit signed immediate values. 2012-10-28 04:36:52 +00:00
a_magestaff.cpp - Update scripting branch to trunk. 2012-07-14 03:04:41 +00:00
a_pig.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_serpent.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_spike.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_summon.cpp - Update scripting branch to trunk. 2012-07-14 03:04:41 +00:00
a_teleportother.cpp - Update scripting branch to trunk. 2012-07-14 03:04:41 +00:00
a_wraith.cpp - Update scripting branch to latest version of trunk. 2012-07-17 02:53:53 +00:00