gzdoom/src/scripting
Christoph Oelckers c7347608a4 - scriptified A_FatAttack*.
- swapped parameters of two-parameter VelToAngle method, so that internal and script version are in line.
- fixed parameter asserts to handle NULL pointers properly.
2016-10-27 17:47:46 +02:00
..
codegeneration - 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
decorate - actually evaluate the default parameters and store them in the VMFunction. 2016-10-27 01:30:34 +02:00
vm - scriptified A_FatAttack*. 2016-10-27 17:47:46 +02:00
zscript - 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
thingdef.cpp - removed the FxDamageValue hack and implemented it properly using FxReturnStatement. 2016-10-26 14:04:49 +02:00
thingdef.h - removed the FxDamageValue hack and implemented it properly using FxReturnStatement. 2016-10-26 14:04:49 +02:00
thingdef_data.cpp - 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
thingdef_properties.cpp - removed the FxDamageValue hack and implemented it properly using FxReturnStatement. 2016-10-26 14:04:49 +02:00