gzdoom-gles/src/posix/sdl
Christoph Oelckers dc5a5419fc - took DCanvas and all its subtypes out of the DObject tree.
I have no idea why they were even in there, as they intentionally circumvented all GC related features - they declared themselves fixed if prone to getting collected, they all used OF_YesReallyDelete when destroying themselves and they never used any of the object creation or RTTI features, aside from a single assert in V_Init2.

Essentially they were a drag on the system and OF_YesReallyDelete was effectively added just to deal with the canvases which were DObjects but not supposed to behave like them in the first place.
2017-04-14 10:48:18 +02:00
..
crashcatcher.c I missed one last spot where a FreeBSD compilation should follow the path of OS X -- <signal.h> needs to be pulled in for signal functions 2016-01-07 22:48:25 -06:00
critsec.cpp - fixed: Froze on startup on Linux. 2017-03-11 11:04:37 -05:00
hardware.cpp - replaced a large batch of DWORDs. 2017-03-09 20:19:55 +01:00
i_gui.cpp - except for DWORD, all homegrown integer types are gone - a handful were left where they represent genuine Windows types. 2017-03-09 19:54:41 +01:00
i_input.cpp - the fourth. 2017-03-08 18:55:54 +01:00
i_joystick.cpp - except for DWORD, all homegrown integer types are gone - a handful were left where they represent genuine Windows types. 2017-03-09 19:54:41 +01:00
i_main.cpp Fix compile error on Linux 2017-03-12 18:56:48 +01:00
i_system.cpp Fixed build of SDL backend on macOS 2017-03-26 11:49:23 +03:00
i_system.mm
i_timer.cpp - replaced a large batch of DWORDs. 2017-03-09 20:19:55 +01:00
sdlglvideo.cpp - took DCanvas and all its subtypes out of the DObject tree. 2017-04-14 10:48:18 +02:00
sdlglvideo.h - took DCanvas and all its subtypes out of the DObject tree. 2017-04-14 10:48:18 +02:00
sdlvideo.cpp - took DCanvas and all its subtypes out of the DObject tree. 2017-04-14 10:48:18 +02:00
sdlvideo.h - took DCanvas and all its subtypes out of the DObject tree. 2017-04-14 10:48:18 +02:00
st_start.cpp Added native startup window for OS X 2015-12-29 15:19:42 +02:00