qzdoom/src/console
Christoph Oelckers 989dcfcf1c - avoid storing texture pointers in longer lived data
* these circumvented all internal texture replacement logic. Texture objects should only be resolved right before drawing them
* added an explicit ‚tilebackground‘ option for the summary screen to fix problems with bad decision logic based on incorrect texture type checks. Automatic tiling no longer depends on texture type, but solely on size.
* added a DrawTexture variant that can be passed a texture ID instead of a pointer
2022-06-07 00:00:54 +02:00
..
c_cmds.cpp - avoid storing texture pointers in longer lived data 2022-06-07 00:00:54 +02:00
c_functions.cpp - moved more files out of the root src directory. 2019-07-14 14:39:21 +02:00
c_functions.h - moved more files out of the root src directory. 2019-07-14 14:39:21 +02:00
c_notifybuffer.cpp - cleaned up c_console.cpp to be moved into 'common'. 2020-10-25 13:14:19 +01:00