qzdoom/src/scripting/vm
Christoph Oelckers fd4727e701 - did a bit of cleanup.
- disabled the runtime check in OP_CALL because as implemented it doesn't clean up properly and is not fully implemented.
2017-03-04 10:28:51 +01:00
..
vm.h Merge remote-tracking branch 'gz/master' into gz_master2 2017-03-03 23:33:02 +02:00
vmexec.cpp - exported line_t's functions to the VM. 2017-01-08 15:45:37 +01:00
vmexec.h - did a bit of cleanup. 2017-03-04 10:28:51 +01:00
vmframe.cpp - added a NULL check to the VM's entry point, in case some bad but non-fatal DECORATE results in a function not having generated any code. 2017-02-25 10:57:12 +01:00
vmops.h - implemented the basics of a working metadata system. 2017-02-27 23:28:19 +01:00