qzdoom/src/scripting/vm
2016-10-29 18:57:56 +02:00
..
vm.h - added string handling to comparison operators. 2016-10-29 18:57:56 +02:00
vmbuilder.cpp - fixed register allocation for vector arguments to script functions. 2016-10-29 13:42:37 +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 - fixed register allocation for vector arguments to script functions. 2016-10-29 13:42:37 +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