gzdoom-gles/wadsrc/static/zscript/inventory
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
..
ammo.txt - properly handle all meta properties for inventory items. 2017-02-28 00:45:16 +01:00
armor.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
health.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
inv_misc.txt - properly handle all meta properties for inventory items. 2017-02-28 00:45:16 +01:00
inventory.txt - properly handle all meta properties for inventory items. 2017-02-28 00:45:16 +01:00
powerups.txt - added some flexibility to some Skulltag powerups. 2017-02-26 16:23:22 +01:00
stateprovider.txt - copied A_ClearRefire to the proper place for good now. 2017-01-20 20:19:38 +01:00
weaponpiece.txt - scriptified the rest of the weapon pieces. 2017-01-18 18:46:24 +01:00
weapons.txt - reworked the obituary system to use scripted virtual overrides. Let's hope this solves the problems with the original code, now that any actor needing special treatment can override it. 2017-02-28 14:30:14 +01:00