gzdoom/src/scripting/vm
2017-02-25 10:57:12 +01:00
..
vm.h - scriptified the input functions of DMessageBoxMenu. 2017-02-18 23:05:01 +01:00
vmexec.cpp - exported line_t's functions to the VM. 2017-01-08 15:45:37 +01:00
vmexec.h - fixed: String CVARs get stored as a const char *, not an FString, so the ls opcode cannot be used to read their content. 2017-02-23 22:01:46 +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 - fixed: String CVARs get stored as a const char *, not an FString, so the ls opcode cannot be used to read their content. 2017-02-23 22:01:46 +01:00