This branch is a staging area for changes that will make it to devel once they are fully implemented.

Everything in here is highly unstable and may not work.
Current commit contains various new features for the HUD, some cleanup, and additional changes for compatibility with Doomreal as it is developed.
The diff is kinda fucky on the font restructure due to flaky rename detection.
This commit is contained in:
Marisa the Magician 2019-08-31 03:09:40 +02:00
commit a3449b5c5b
1411 changed files with 416 additions and 214 deletions

View file

@ -12,33 +12,3 @@ WHFONT
8 WH8
9 WH9
}
// UT Font size 40 (big text in various places, also used by announcer add-on)
UTFONT40
{
TEMPLATE uf40_%03d
}
// UT Font size 12 (automap text, identification info)
UTFONT12
{
TEMPLATE uf12_%03d
}
// Tahoma size 10 (messages)
TAHOMA10
{
TEMPLATE th10_%03d
}
// Unreal Engine small font (for clip counters on hud)
USMALLFONT
{
TEMPLATE usmf_%03d
}
// Replace Doom font with Tahoma too
SMALLFONT
{
TEMPLATE th10_%03d
}