qzdoom/src/scripting/vm
Christoph Oelckers b50123ec6b - avoid function call in VM code.
- return after calling ThrowAbortException because this avoids storing some register variables on the stack.
2017-05-30 17:50:56 +02:00
..
vm.h - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02:00
vmexec.cpp - avoid function call in VM code. 2017-05-30 17:50:56 +02:00
vmexec.h - avoid function call in VM code. 2017-05-30 17:50:56 +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 - moved the VM types into their own file and only include it where really needed. 2017-04-13 01:12:04 +02:00
vmops.h - removed a few unused VM opcodes. 2017-05-19 10:27:22 +02:00