vkdoom_m/wadsrc/static/zscript/doom
Christoph Oelckers 12915b5f6e - use an inventory flag to decide what items are slipped by DF_NO_HEALTH and DF_NO_ARMOR. With all the changes over the last 10 years this had become too spotty.
- use an enum type for ItemFlags, just like it was done for actor flags. Since the flag word is almost full it may soon be necessary to add a second one and then this kind of security check may become necessary.
2017-02-28 21:45:47 +01:00
..
arachnotron.txt
archvile.txt - reviewd script code for spawn calls that did not check their results. 2016-12-31 15:40:51 +01:00
bossbrain.txt - fixed typo in A_BrainSpit. 2017-01-02 23:26:19 +01:00
bruiser.txt
cacodemon.txt
cyberdemon.txt
deadthings.txt
demon.txt
doomammo.txt - added tags to all ammo types. 2017-02-25 19:56:22 +01:00
doomarmor.txt
doomartifacts.txt - use an inventory flag to decide what items are slipped by DF_NO_HEALTH and DF_NO_ARMOR. With all the changes over the last 10 years this had become too spotty. 2017-02-28 21:45:47 +01:00
doomdecorations.txt
doomhealth.txt
doomimp.txt
doomkeys.txt
doommisc.txt
doomplayer.txt
doomweapons.txt
fatso.txt - reviewd script code for spawn calls that did not check their results. 2016-12-31 15:40:51 +01:00
keen.txt
lostsoul.txt - fixed error in vertical velocity calculation for A_SkullAttack. 2017-01-21 19:56:54 +01:00
painelemental.txt
possessed.txt
revenant.txt - reviewd script code for spawn calls that did not check their results. 2016-12-31 15:40:51 +01:00
scriptedmarine.txt - fixed: A_M_Refire's 'ignoremissile' parameter lost its default value. 2017-01-01 15:41:40 +01:00
spidermaster.txt
stealthmonsters.txt
weaponbfg.txt - removed test code. 2016-11-25 09:56:06 +01:00
weaponchaingun.txt
weaponchainsaw.txt - fixed: A_Saw was using the wrong angle for adjusting the facing direction at the end. 2016-12-04 10:45:20 +01:00
weaponfist.txt - renamed internal MELEERANGE constant to deconflict with Actor's MeleeRange member. 2016-12-10 16:36:19 +01:00
weaponpistol.txt
weaponplasma.txt
weaponrlaunch.txt
weaponshotgun.txt
weaponssg.txt