gzdoom-gles/src/scripting/codegeneration
Christoph Oelckers f409a24d2d - fixed: Readonly pointers never were flagged as such.
- fixed: Assignment from a readonly to a read-allowed pointer must be an error.
- made GetDefaultByType a builtin so that it can do proper type assignment to the result, which for a function would be problematic in this case, even if automatic type deduction was implemented. Since this returns the class defaults which are not a real object, the result cannot be subjected to a type cast.
- error out if a type cast of a readonly pointer is attempted.
- fixed: FxBooleanNot could clobber a local variable because it used the source register to manipulate the result.
2016-11-27 16:24:33 +01:00
..
codegen.cpp - fixed: Readonly pointers never were flagged as such. 2016-11-27 16:24:33 +01:00
codegen.h - fixed: Readonly pointers never were flagged as such. 2016-11-27 16:24:33 +01:00