gzdoom-gles/wadsrc/static/zscript/inventory
Christoph Oelckers b3ba5bfe2c - allow 'const' on class functions. This is preferable to 'clearscope' so that the UI code can call getter functions without having to declare things as 'clearscope'.
Clearscope is a dangerous context and should be limited to the minimum extent possible and preferably be blocked in user code.
This may still need some work on const functions but better have it in now.
2017-03-04 12:07:45 +01:00
..
ammo.txt - properly handle all meta properties for inventory items. 2017-02-28 00:45:16 +01:00
armor.txt - use an inventory flag to decide what items are slipped by DF_NO_HEALTH and DF_NO_ARMOR. With all the changes over the last 10 years this had become too spotty. 2017-02-28 21:45:47 +01:00
health.txt - forgot to save the last fix for the previous commit. 2017-03-02 11:58:30 +01:00
inv_misc.txt - properly handle all meta properties for inventory items. 2017-02-28 00:45:16 +01:00
inventory.txt Merge remote-tracking branch 'gz/master' into gz_master2 2017-03-03 23:33:02 +02:00
powerups.txt - allow 'const' on class functions. This is preferable to 'clearscope' so that the UI code can call getter functions without having to declare things as 'clearscope'. 2017-03-04 12:07:45 +01:00
stateprovider.txt - copied A_ClearRefire to the proper place for good now. 2017-01-20 20:19:38 +01:00
weaponpiece.txt - scriptified the rest of the weapon pieces. 2017-01-18 18:46:24 +01:00
weapons.txt - allow 'const' on class functions. This is preferable to 'clearscope' so that the UI code can call getter functions without having to declare things as 'clearscope'. 2017-03-04 12:07:45 +01:00