qzdoom/src/scripting/vm
2018-08-17 22:06:12 +01:00
..
jit.cpp - added remaining int arithmetic opcodes (and fixed float loading offset issue) 2018-08-17 22:06:12 +01:00
jit.h - embed and use asmjit to JIT ZScript VM functions 2018-08-12 02:11:13 +02:00
vm.h Added support for default values of arguments with uint type 2018-03-07 15:58:06 +02:00
vmexec.cpp - embed and use asmjit to JIT ZScript VM functions 2018-08-12 02:11:13 +02:00
vmexec.h - copy initial register values from the VM frame 2018-08-13 00:15:42 +02:00
vmframe.cpp - moved the VM types into their own file and only include it where really needed. 2017-04-13 01:12:04 +02:00
vmintern.h - copy initial register values from the VM frame 2018-08-13 00:15:42 +02:00
vmops.h Added runtime check for negative array indices in VM 2017-11-02 18:01:13 +02:00