qzdoom-gpl/src/g_inventory
Christoph Oelckers b0f3121bec - split up zscript/shared/inventory.txt.
- moved health items to their own file.
- scriptified ScoreItem and MapRevealer whose entire functionality was a small TryPickup method.
- fixed: bit fields in global variables were not correctly written.

This should conclude the inventory cleanup. It is now possible again to find things in there.
2016-11-30 13:36:13 +01:00
..
a_ammo.cpp - moved ammo to its own file, including the backpack. 2016-11-30 12:24:50 +01:00
a_ammo.h - moved ammo to its own file, including the backpack. 2016-11-30 12:24:50 +01:00
a_armor.cpp - moved armor class declarations to their own file and added necessary #includes only to those files actually using them. 2016-11-30 10:55:03 +01:00
a_armor.h - moved armor class declarations to their own file and added necessary #includes only to those files actually using them. 2016-11-30 10:55:03 +01:00
a_artifacts.cpp - split up zscript/shared/inventory.txt. 2016-11-30 13:36:13 +01:00
a_artifacts.h - copied inventory files to their own folder. 2016-11-30 10:28:02 +01:00
a_health.cpp - split up zscript/shared/inventory.txt. 2016-11-30 13:36:13 +01:00
a_health.h - split up zscript/shared/inventory.txt. 2016-11-30 13:36:13 +01:00
a_keys.cpp - moved armor class declarations to their own file and added necessary #includes only to those files actually using them. 2016-11-30 10:55:03 +01:00
a_keys.h - split up zscript/shared/inventory.txt. 2016-11-30 13:36:13 +01:00
a_pickups.cpp - split up zscript/shared/inventory.txt. 2016-11-30 13:36:13 +01:00
a_pickups.h - split up zscript/shared/inventory.txt. 2016-11-30 13:36:13 +01:00
a_puzzleitems.cpp - split up zscript/shared/inventory.txt. 2016-11-30 13:36:13 +01:00
a_weaponpiece.cpp - moved ammo to its own file, including the backpack. 2016-11-30 12:24:50 +01:00
a_weaponpiece.h - moved ammo to its own file, including the backpack. 2016-11-30 12:24:50 +01:00
a_weapons.cpp - moved ammo to its own file, including the backpack. 2016-11-30 12:24:50 +01:00
a_weapons.h - moved ammo to its own file, including the backpack. 2016-11-30 12:24:50 +01:00