vkdoom_m/src/scripting/vm
Christoph Oelckers 7209f9edd6 - implemented passing vectors as parameters. So far working for native functions.
- removed the bogus optional value from the first A_Jump argument. A quick test with an older ZDoom revealed that this was never working - and implementing it would make things a lot more complicated, especially error checking in the code generator.
- fixed: The check for insufficient parameters to a function call was missing.
2016-10-29 13:10:27 +02:00
..
vm.h - implemented passing vectors as parameters. So far working for native functions. 2016-10-29 13:10:27 +02:00
vmbuilder.cpp - implemented passing vectors as parameters. So far working for native functions. 2016-10-29 13:10:27 +02:00
vmbuilder.h - tested and fixed FxLocalVariableDeclaration. 2016-10-20 16:55:12 +02:00
vmdisasm.cpp - implemented passing vectors as parameters. So far working for native functions. 2016-10-29 13:10:27 +02:00
vmexec.cpp - scriptified A_FatAttack*. 2016-10-27 17:47:46 +02:00
vmexec.h - implemented passing vectors as parameters. So far working for native functions. 2016-10-29 13:10:27 +02:00
vmframe.cpp - actually evaluate the default parameters and store them in the VMFunction. 2016-10-27 01:30:34 +02:00
vmops.h - implemented vector operations. Vectors are now fully working as local variables. 2016-10-29 01:39:25 +02:00