gzdoom/src/g_inventory
Christoph Oelckers 30a8541a15 - scriptified the weapon piece functions.
- fixed: ClearInventory did not process depleted items properly.
- changed HexenArmor from UNDROPPABLE to UNTOSSABLE because this allowed to remove some special handling in ClearInventory. The only other place which checks this flag also checks UNTOSSABLE.
2017-01-18 17:26:12 +01:00
..
a_armor.cpp - scriptified PowerIronFeet and PowerMask. 2017-01-16 19:04:03 +01:00
a_armor.h - cleanup of the virtual function definitions for inventory items. Let's better use 'virtual' and 'override' everywhere to make sure that nothing gets overlooked. 2016-11-30 15:54:01 +01:00
a_keys.cpp - scriptified the remains of AKey. 2017-01-18 15:17:12 +01:00
a_keys.h - scriptified the remains of AKey. 2017-01-18 15:17:12 +01:00
a_pickups.cpp - scriptified the weapon piece functions. 2017-01-18 17:26:12 +01:00
a_pickups.h - scriptified the remains of APowerup. 2017-01-18 10:33:03 +01:00
a_weaponpiece.cpp - scriptified the weapon piece functions. 2017-01-18 17:26:12 +01:00
a_weaponpiece.h - scriptified the weapon piece functions. 2017-01-18 17:26:12 +01:00
a_weapons.cpp - scriptified the remains of AAmmo. 2017-01-18 14:18:17 +01:00
a_weapons.h - scriptified the remains of AAmmo. 2017-01-18 14:18:17 +01:00