qzdoom/wadsrc/static/zscript/hexen
Christoph Oelckers 7011010ff2 - fixed the drain callback.
- changed the effect spawn prevention of the Hexen flame strike weapon and reverted the attempt to fix this in FastProjectile.

This cannot be fixed in the base class, which was doing everything right. It's the flame missile that was doing undefined things by stopping its movement without clearing its missile flag. This cannot work because missiles are given some minimal forced velocity to ensure collision detection and any attempt to address this without clearing the missile flag is doomed to fail.
2017-03-29 22:50:13 +02:00
..
baseweapons.txt - fixed calculations in AdjusrPlayerAngle. 2017-02-04 16:44:43 +01:00
bats.txt
bishop.txt
blastradius.txt - reviewd script code for spawn calls that did not check their results. 2016-12-31 15:40:51 +01:00
boostarmor.txt - scriptified a large part of the weapon code. 2017-01-19 17:40:34 +01:00
centaur.txt
clericboss.txt
clericflame.txt - fixed the drain callback. 2017-03-29 22:50:13 +02:00
clericholy.txt - reviewd script code for spawn calls that did not check their results. 2016-12-31 15:40:51 +01:00
clericmace.txt
clericplayer.txt
clericstaff.txt
demons.txt
dragon.txt
ettin.txt
fighteraxe.txt
fighterboss.txt
fighterfist.txt
fighterhammer.txt
fighterplayer.txt
fighterquietus.txt
firedemon.txt
flame.txt
flechette.txt - fixed: Hexen's poison cloud needs to call P_DamageMobj, even with a damage value of 0. Added a new flag to handle this case because normally this is not desirable. 2017-02-19 23:20:09 +01:00
flies.txt - added a TStaticArray class that allows safe access to resizable static data (like the sectors, linedefs, etc.) for the VM. 2017-01-02 21:40:52 +01:00
fog.txt
healingradius.txt
heresiarch.txt - fixed: The check for virtual function overrides was never done if the overriding function had no qualifier at all. 2017-01-08 19:07:26 +01:00
hexenarmor.txt
hexendecorations.txt
hexenkeys.txt
hexenspecialdecs.txt
iceguy.txt
korax.txt - reviewd script code for spawn calls that did not check their results. 2016-12-31 15:40:51 +01:00
mageboss.txt
magecone.txt
magelightning.txt - fixed: The code to play the mage lightning's attack sound was converted wrong, because it used the same structure as looping sounds normally so, but doesn't actually loop. 2017-02-14 22:51:53 +01:00
mageplayer.txt
magestaff.txt
magewand.txt - renamed A_FireCustomMissile and added a deprecated compatibility wrapper to deal with the inverted pitch this function used. 2016-12-24 16:34:45 +01:00
mana.txt - added tags to all ammo types. 2017-02-25 19:56:22 +01:00
pig.txt
puzzleitems.txt
scriptprojectiles.txt
serpent.txt
speedboots.txt
spike.txt
summon.txt
teleportother.txt
wraith.txt