gzdoom/wadsrc/static/zscript/inventory
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
..
ammo.txt - scriptified the remains of AAmmo. 2017-01-18 14:18:17 +01:00
armor.txt - no need to keep AArmor native, now that all child classes have been scriptified. 2017-01-18 23:46:19 +01:00
health.txt - fully scriptified HealthPickup. 2017-01-15 18:46:40 +01:00
inv_misc.txt - scriptified a large part of the weapon code. 2017-01-19 17:40:34 +01:00
inventory.txt more inventory scriptification 2017-01-19 23:42:12 +01:00
powerups.txt - scriptified the remains of APowerup. 2017-01-18 10:33:03 +01:00
stateprovider.txt - more exporting of AInventory. 2017-01-19 20:56:31 +01:00
weaponpiece.txt - scriptified the rest of the weapon pieces. 2017-01-18 18:46:24 +01:00
weapons.txt - scriptified a large part of the weapon code. 2017-01-19 17:40:34 +01:00