- big texture system refactor.

Finally that quickly slapped together BuildTiles class is gone and replaced with something that better integrates with the underlying texture manager
This commit is contained in:
Christoph Oelckers 2022-12-07 17:10:27 +01:00
parent 9a1a90a730
commit 20edd800f9
63 changed files with 1583 additions and 2101 deletions

View file

@ -89,6 +89,7 @@
#include "gamehud.h"
#include "wipe.h"
#include "i_interface.h"
#include "texinfo.h"
#include "texturemanager.h"
CVAR(Bool, vid_activeinbackground, false, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)