gzdoom/src/scripting/vm
Christoph Oelckers d32d52c0b9 - scriptified a_spidermaster.cpp.
- fixed bad assert in XOR_RK instruction.
2016-10-26 17:21:25 +02:00
..
vm.h - scriptified the functions in a_possessed.cpp and added the needed exports and constants. 2016-10-26 11:30:30 +02:00
vmbuilder.cpp - removed the FxDamageValue hack and implemented it properly using FxReturnStatement. 2016-10-26 14:04:49 +02:00
vmbuilder.h - tested and fixed FxLocalVariableDeclaration. 2016-10-20 16:55:12 +02:00
vmdisasm.cpp - changed order of script files to match the old DECORATE list for easy comparison of the disassembly. 2016-10-16 19:42:22 +02:00
vmexec.cpp Merge branch 'master' into zscript 2016-10-21 22:13:24 -05:00
vmexec.h - scriptified a_spidermaster.cpp. 2016-10-26 17:21:25 +02:00
vmframe.cpp - started with cleanup and separation of DECORATE code. 2016-10-12 19:22:33 +02:00
vmops.h - added switch/case processing. Right now it is just a sequence of test/jmp instructions. It may make sense to add a special opcode that can perform the comparisons natively but that's an option for later. 2016-10-23 12:00:25 +02:00