gzdoom/src/scripting/backend
Christoph Oelckers 64bdc8c495 - fixed some incomplete checks for static arrays.
- made AActor::OkaytoSwitchTarget scripted virtual.
2017-03-15 01:39:59 +01:00
..
codegen.cpp - fixed some incomplete checks for static arrays. 2017-03-15 01:39:59 +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
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