gzdoom/src/scripting
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
..
codegeneration - split up zscript/shared/inventory.txt. 2016-11-30 13:36:13 +01:00
decorate - scriptified some trivial stuff from g_shared. 2016-11-29 19:50:34 +01:00
vm - scriptified Strife's coins. 2016-11-28 18:15:18 +01:00
zscript - scriptified the Heresiarch. 2016-11-29 17:17:10 +01:00
thingdef.cpp - scriptified some trivial stuff from g_shared. 2016-11-29 19:50:34 +01:00
thingdef.h - allow defining native fields through scripts. Internally this only requires exporting the address, but not the entire field. 2016-11-22 19:20:31 +01:00
thingdef_data.cpp - scriptified the Heresiarch. 2016-11-29 17:17:10 +01:00
thingdef_properties.cpp - split up zscript/shared/inventory.txt. 2016-11-30 13:36:13 +01:00