gzdoom/wadsrc/static/zscript/heretic
Christoph Oelckers 948ef62fcd - use the function defaults from the script instead of explicitly setting them again in the code. This is a needless cause of potential errors and since the values are readily available now it's better to use them in the functions.
- fixed: ZCCCompiler did not process array access nodes.
- fixed: Function argument names were not placed in the destination list by the compiler.
- scriptified several trivial functions from p_actionfunctions.cpp.
2016-10-27 15:53:53 +02:00
..
beast.txt - converted some Heretic stuff to ZScript for testing. 2016-10-16 22:32:52 +02:00
chicken.txt - turned everything I could into non-action functions. 2016-10-22 17:49:08 +02:00
clink.txt - converted more Heretic actors. 2016-10-17 10:07:12 +02:00
dsparil.txt - turned everything I could into non-action functions. 2016-10-22 17:49:08 +02:00
hereticammo.txt - converted some Heretic stuff to ZScript for testing. 2016-10-16 22:32:52 +02:00
hereticarmor.txt - converted some Heretic stuff to ZScript for testing. 2016-10-16 22:32:52 +02:00
hereticartifacts.txt - turned everything I could into non-action functions. 2016-10-22 17:49:08 +02:00
hereticdecorations.txt - converted some Heretic stuff to ZScript for testing. 2016-10-16 22:32:52 +02:00
hereticimp.txt - turned everything I could into non-action functions. 2016-10-22 17:49:08 +02:00
heretickeys.txt - converted some Heretic stuff to ZScript for testing. 2016-10-16 22:32:52 +02:00
hereticmisc.txt - turned everything I could into non-action functions. 2016-10-22 17:49:08 +02:00
hereticplayer.txt - converted some Heretic stuff to ZScript for testing. 2016-10-16 22:32:52 +02:00
hereticweaps.txt - use the function defaults from the script instead of explicitly setting them again in the code. This is a needless cause of potential errors and since the values are readily available now it's better to use them in the functions. 2016-10-27 15:53:53 +02:00
ironlich.txt - turned everything I could into non-action functions. 2016-10-22 17:49:08 +02:00
knight.txt - turned everything I could into non-action functions. 2016-10-22 17:49:08 +02:00
mummy.txt - converted more Heretic actors. 2016-10-17 10:07:12 +02:00
snake.txt - converted more Heretic actors. 2016-10-17 10:07:12 +02:00
wizard.txt - turned everything I could into non-action functions. 2016-10-22 17:49:08 +02:00