qzdoom/src/scripting/codegeneration
Christoph Oelckers 43d759782d - fixed: Stack based local VM object pointers should not be subjected to a read barrier.
This isn't done for register based variables so for consistency it should not be done for stack based variables, too.
This difference in handling made it impossible to check the target of a hitscan attack if it was destroyed by getting damaged.
2017-02-04 16:23:14 +01:00
..
codegen.cpp - fixed: Stack based local VM object pointers should not be subjected to a read barrier. 2017-02-04 16:23:14 +01:00
codegen.h - added a 'new' intrinsic to create new objects from inside scripts. 2017-02-03 22:56:03 +01:00
dynarrays.cpp - added the ability to attach a constructor or destructor to an internally defined struct. 2017-01-11 23:46:03 +01:00