vkdoom_m/src/scripting/backend
2017-03-13 20:27:46 +01:00
..
codegen.cpp - fixed: Getting the offset to the 'Size' field for static arrays should use a fixed offset, not the size of the defining variable, which, depending on where things are defined, can be different. 2017-03-13 20:27:46 +01:00
codegen.h - added some syntactic help to the ZScript parser to allow defining the arrays with native structs on the script side instead of having to define them internally. 2017-03-13 12:51:09 +01:00
dynarrays.cpp - moved a few things around to have them into better fitting places. 2017-02-08 12:24:08 +01:00
scopebarrier.cpp - refactored the scope check for VirtualScope calls. 2017-03-07 22:17:48 +01:00
scopebarrier.h - did a bit of header cleanup to reduce the dependency on dobject.h. 2017-03-09 23:30:42 +01:00
vmbuilder.cpp - replaced another large batch of homegrown type use. 2017-03-08 18:55:53 +01:00
vmbuilder.h - implemented version checks for compile-time type determination and for class inheritance. 2017-03-05 17:58:55 +01:00
vmdisasm.cpp - moved a few things around to have them into better fitting places. 2017-02-08 12:24:08 +01:00