mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-14 00:21:34 +00:00
1b28557341
- Got rid of R_InitPatches because the new texture init code needs to preload everything to work correctly. - Rewrote texture manager initialization to order textures primarily by WAD rather than by type. This way later textures will always override earlier ones. The only exception is that TEX_MiscPatch are only used as a fallback if nothing else can be found. - Optimized the tryany case of FTextureManager::CheckForTexture. It is not necessary to scan the hash chain twice. The required information can be retrieved during the first pass as easily and even offers a little more control. - Made FFont destructor virtual. - Added 'Ice' translation to DECORATE. (Caution: Not fully tested yet!) SVN r715 (trunk) |
||
---|---|---|
.. | ||
a_arachnotron.cpp | ||
a_archvile.cpp | ||
a_bossbrain.cpp | ||
a_bruiser.cpp | ||
a_cacodemon.cpp | ||
a_cyberdemon.cpp | ||
a_demon.cpp | ||
a_doomglobal.h | ||
a_doomimp.cpp | ||
a_doommisc.cpp | ||
a_doomweaps.cpp | ||
a_fatso.cpp | ||
a_keen.cpp | ||
a_lostsoul.cpp | ||
a_painelemental.cpp | ||
a_possessed.cpp | ||
a_revenant.cpp | ||
a_scriptedmarine.cpp | ||
a_spidermaster.cpp | ||
doom_sbar.cpp |