gzdoom-gles/src/scripting/vm
2017-01-08 15:45:37 +01:00
..
vm.h - exported line_t's functions to the VM. 2017-01-08 15:45:37 +01:00
vmbuilder.cpp - fixed: 'out' parameters must always allocate an address register, regardless of type. 2017-01-03 16:00:25 +01:00
vmbuilder.h - fixed: DECORATE didn't pass all needed arguments to FunctionBuildList.AddFunction. Removed the default parameter values from this function's declaration to prevent it from happening again. 2016-12-03 18:14:07 +01:00
vmdisasm.cpp - added a boolean cast VM instruction. 2016-12-01 01:13:53 +01:00
vmexec.cpp - exported line_t's functions to the VM. 2017-01-08 15:45:37 +01:00
vmexec.h - added some profiling code to the VM. 2016-12-31 17:59:48 +01:00
vmframe.cpp - scriptified PowerProtection and PowerDamage. 2017-01-01 23:11:48 +01:00
vmops.h - make dynamic object casts a dedicated VM instruction instead of a builtin function. 2016-12-05 14:52:34 +01:00