qzdoom/src/scripting
Christoph Oelckers 3c30b59bab more inventory scriptification
* completely scriptified DehackedPickup and FakeInventory.
* scriptified all remaining virtual functions of Inventory, so that its inheritance is now 100% script-side.
* scriptified CallTryPickup and most of the code called by that.

- fixed: Passing local variables by reference did not work in the VM.
2017-01-19 23:42:12 +01:00
..
codegeneration more inventory scriptification 2017-01-19 23:42:12 +01:00
decorate more inventory scriptification 2017-01-19 23:42:12 +01:00
vm - eliminated the native PowerupGiver class. 2017-01-18 00:11:04 +01:00
zscript more inventory scriptification 2017-01-19 23:42:12 +01:00
thingdef.cpp more inventory scriptification 2017-01-19 23:42:12 +01:00
thingdef.h - scriptified the remaining functions in a_artifacts.cpp. 2017-01-17 20:30:17 +01:00
thingdef_data.cpp - scriptified cht_Give and cht_Take and made them virtual function of PlayerPawn so that this can be better configured for mods that want other options in here. 2017-01-17 17:34:39 +01:00
thingdef_properties.cpp - more exporting of AInventory. 2017-01-19 20:56:31 +01:00