qzdoom/src/scripting/backend
Christoph Oelckers bcc8972356 - fixed: A preincrement of a local variable generated wrong code if passed as a function parameter.
Due to the special nature of this expression the code generator got stuck in 'address' mode and passed the address of the variable instead of its value.
2018-03-01 15:00:18 +01:00
..
codegen.cpp - fixed: A preincrement of a local variable generated wrong code if passed as a function parameter. 2018-03-01 15:00:18 +01:00
codegen.h Removed warning for uninitialized variables in ZScript 2017-11-06 15:38:28 +02:00
dynarrays.cpp - fixed: Dynamic arrays for object pointers need different treatment than arrays for regular pointers, because they require GC::WriteBarrier to be called. 2018-01-19 19:49:42 +01: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 - 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
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