gzdoom-gles/src/scripting/backend
Christoph Oelckers 98dab9c4b9 - took PTypeBase and all its subclasses out of the DObject hierarchy.
- moved scope flag to a new variable that is specific to PType instead of hijacking the ObjectFlags for this.
2017-04-13 17:47:17 +02:00
..
codegen.cpp - took PTypeBase and all its subclasses out of the DObject hierarchy. 2017-04-13 17:47:17 +02:00
codegen.h - removed all RTTI checks for the types. 2017-04-13 15:38:06 +02:00
dynarrays.cpp Merge branch 'master' of https://github.com/coelckers/gzdoom 2017-04-13 02:18:16 +02:00
scopebarrier.cpp - took PTypeBase and all its subclasses out of the DObject hierarchy. 2017-04-13 17:47:17 +02:00
scopebarrier.h - took PTypeBase and all its subclasses out of the DObject hierarchy. 2017-04-13 17:47:17 +02:00
vmbuilder.cpp - moved the VM types into their own file and only include it where really needed. 2017-04-13 01:12:04 +02:00
vmbuilder.h - moved the VM types into their own file and only include it where really needed. 2017-04-13 01:12:04 +02:00
vmdisasm.cpp - moved the VM types into their own file and only include it where really needed. 2017-04-13 01:12:04 +02:00