qzdoom/src/scripting/vm
Christoph Oelckers f343d36ea9 - implemented the basics of a working metadata system.
This will store class meta properties in a separate memory block so that it won't have to muck around with PClass - which made the implementation from the scripting branch relatively useless because extending the data wasn't particularly easy and also not well implemented. This can now be handled just like the defaults.
2017-02-27 23:28:19 +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 - implemented the basics of a working metadata system. 2017-02-27 23:28:19 +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