gzdoom/src/common/objects
Christoph Oelckers d1caf3a471 - made TObjPtr as trivial as possible.
Mainly to avoid problems with Raze, but eliminating this constructor lets us catch erroneous local definitions via 'auto', which can cause major problems if left undetected.
2022-06-06 15:19:31 +02:00
..
autosegs.cpp - fixed incorrect autosegs section addresses on macOS 2020-11-14 12:16:51 +02:00
autosegs.h - eliminate dependency on linking order for autosegs registration 2020-11-13 11:03:16 +02:00
dobject.cpp - fixed return type of MSTimeF script function. 2022-04-30 12:13:20 +02:00
dobject.h - backend update from Raze. 2020-11-23 15:45:33 +01:00
dobjgc.cpp - silenced some warnings. 2022-05-14 11:55:56 +02:00
dobjgc.h - made TObjPtr as trivial as possible. 2022-06-06 15:19:31 +02:00
dobjtype.cpp - fixed incorrect extension of overridden function prototype 2021-02-12 08:42:57 +01:00
dobjtype.h - Implement return type covariance for ZScript virtual functions 2020-09-27 14:18:15 +02:00