gzdoom-gles/wadsrc/static/zscript/shared
Christoph Oelckers 9ae272d753 - scriptified Heretic's blaster.
- scriptified all Effect functions of Fastprojectile's children
- implemented access to class meta data.
- added a VM instruction to retrieve the class metadata, to eliminate the overhead of the function call that would otherwise be needed.
- made GetClass() a builtin so that it can use the new instruction

Important note about this commit: Scriptifying CFlameMissile::Effect revealed a problem with the virtual function interface: In order to work, this needs to be explicitly enabled for each single native class that may be used as a base for a scripted class. Needless to say, this will end up way too much work, as there are over 100 native classes, excluding those which will be scriptified. But in order to fix the problem this partially broken state needs to be committed first.
2016-11-24 20:02:44 +01:00
..
blood.txt - converted a few more DECORATE files. 2016-10-14 00:40:20 +02:00
botstuff.txt - added proper definitions for all exported native fields. 2016-11-22 23:43:32 +01:00
bridge.txt - turned everything I could into non-action functions. 2016-10-22 17:49:08 +02:00
camera.txt - converted the rest of actors/shared. 2016-10-14 10:46:15 +02:00
debris.txt - converted a few more DECORATE files. 2016-10-14 00:40:20 +02:00
decal.txt - converted the rest of actors/shared. 2016-10-14 10:46:15 +02:00
dog.txt - converted the rest of actors/shared. 2016-10-14 10:46:15 +02:00
fastprojectile.txt - scriptified Heretic's blaster. 2016-11-24 20:02:44 +01:00
fountain.txt - converted the rest of actors/shared. 2016-10-14 10:46:15 +02:00
hatetarget.txt - converted the rest of actors/shared. 2016-10-14 10:46:15 +02:00
ice.txt - turned everything I could into non-action functions. 2016-10-22 17:49:08 +02:00
inventory.txt - exported all member fields from the morph items. 2016-11-23 23:28:03 +01:00
mapmarker.txt - converted the rest of actors/shared. 2016-10-14 10:46:15 +02:00
morph.txt - exported all member fields from the morph items. 2016-11-23 23:28:03 +01:00
movingcamera.txt - converted the rest of actors/shared. 2016-10-14 10:46:15 +02:00
pickups.txt - converted the rest of actors/shared. 2016-10-14 10:46:15 +02:00
player.txt - added proper definitions for all exported native fields. 2016-11-22 23:43:32 +01:00
secrettrigger.txt - converted the rest of actors/shared. 2016-10-14 10:46:15 +02:00
sectoraction.txt - converted the rest of actors/shared. 2016-10-14 10:46:15 +02:00
setcolor.txt - converted the rest of actors/shared. 2016-10-14 10:46:15 +02:00
sharedmisc.txt - scriptified Heretic's blaster. 2016-11-24 20:02:44 +01:00
skies.txt - converted the rest of actors/shared. 2016-10-14 10:46:15 +02:00
soundenvironment.txt - converted the rest of actors/shared. 2016-10-14 10:46:15 +02:00
soundsequence.txt - converted the rest of actors/shared. 2016-10-14 10:46:15 +02:00
spark.txt - converted the rest of actors/shared. 2016-10-14 10:46:15 +02:00
specialspot.txt - turned everything I could into non-action functions. 2016-10-22 17:49:08 +02:00
splashes.txt - converted the rest of actors/shared. 2016-10-14 10:46:15 +02:00
teleport.txt - converted the rest of actors/shared. 2016-10-14 10:46:15 +02:00
waterzone.txt - converted the rest of actors/shared. 2016-10-14 10:46:15 +02:00