gzdoom/src/scripting/backend
Christoph Oelckers 2a0c3e63a3 - allow temporary strings to be used as self pointer for String's member functions.
Due to how function calls get resolved by the code generator there were some incorrect flags on the self pointer which triggered an assert and caused incorrect code generation.
Fortunately this was a mostly contained special case for which a workaround was possible.
2018-07-20 10:38:55 +02:00
..
codegen.cpp - allow temporary strings to be used as self pointer for String's member functions. 2018-07-20 10:38:55 +02:00
codegen.h Added support for default values of arguments with uint type 2018-03-07 15:58:06 +02:00
dynarrays.cpp Added zero initialization of implicit dynamic array items 2018-04-05 12:22:41 +03:00
scopebarrier.cpp - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +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 Removed all superfluous #include's 2018-04-24 14:30:35 +03: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