gzdoom-gles/src/scripting/backend
Christoph Oelckers fc9e304189 - separated class descriptors from VM types.
Combining these two groups of data has been the cause of many hard to detect errors because it allowed liberal casting between types that are used for completely different things.
2017-04-12 22:46:49 +02:00
..
codegen.cpp - separated class descriptors from VM types. 2017-04-12 22:46:49 +02:00
codegen.h - make PClass not inherit from PStruct. 2017-04-12 17:21:13 +02: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 - separated class descriptors from VM types. 2017-04-12 22:46:49 +02: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 - removed ATAGs from the function builder. 2017-04-10 15:48:27 +02:00
vmbuilder.h - removed ATAGs from the function builder. 2017-04-10 15:48:27 +02:00
vmdisasm.cpp Commented out remains of VM exception handling opcodes 2017-04-10 22:18:43 +03:00