qzdoom/wadsrc/static/zscript/shared
Christoph Oelckers 980c986305 - allow defining native fields through scripts. Internally this only requires exporting the address, but not the entire field.
- added new VARF_Transient flag so that the decision whether to serialize a field does not depend solely on its native status. It may actually make a lot of sense to use the auto-serializer for native fields, too, as this would eliminate a lot of maintenance code.
- defined (u)int8/16 as aliases to the byte and short types (Can't we not just get rid of this naming convention already...?)
- exporting the fields of Actor revealed a few name clashes between them and some global types, so Actor.Sector was renamed to CurSector and Actor.Inventory was renamed to Actor.Inv.
2016-11-22 19:20:31 +01:00
..
blood.txt - converted a few more DECORATE files. 2016-10-14 00:40:20 +02:00
botstuff.txt - converted a few more DECORATE files. 2016-10-14 00:40:20 +02: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
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 - scriptified Chicken and Pig - not tested yet, because other things have priority. 2016-11-22 12:21:55 +01:00
mapmarker.txt - converted the rest of actors/shared. 2016-10-14 10:46:15 +02:00
morph.txt - converted a few more DECORATE files. 2016-10-14 00:40:20 +02: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 - 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
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 - converted a few more DECORATE files. 2016-10-14 00:40:20 +02: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