gzdoom/wadsrc/static/zscript/shared
Christoph Oelckers 66b1f36e56 - actually evaluate the default parameters and store them in the VMFunction.
- disabled the assert in PType::GetRegType. This assert blocks any use to check for types that are incompatible with function parameters.
- pass the default parameter constants to the native functions. At the moment this is not used yet.
- use the function defaults to complete argument lists to script functions.
- fixed all default values that got flagged by the expression evaluator as non-constant. Most were state labels and colors which were defaulted to "". The proper value is null for states and 0 for colors.
- also replaced all "" defaults for names with "none".
2016-10-27 01:30:34 +02: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 - actually evaluate the default parameters and store them in the VMFunction. 2016-10-27 01:30:34 +02: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 Merge branch 'master' of https://github.com/rheit/zdoom into zscript 2016-10-21 19:31:08 +02: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