gzdoom-gles/src/g_statusbar
Christoph Oelckers 2f06c09681 - fixed map name display on the automap HUD
This would cut off overlong names and the handling for status bars with protruding elements was far too simplistic and worse, making assumptions based on game mode.
It now uses a virtual function to query the status bar itself for returning this information so it can be overridden and uses V_BreakLines to split the text if it is wider than the display.
2017-03-29 10:36:16 +02:00
..
sbar.h - moved all coordinate adjustment for the status bar mode into one function and use this function in all places where status bar related coordinate adjustments need to be performed, also in SBARINFO. 2017-03-29 01:59:03 +02:00
sbar_mugshot.cpp - fixed GCC warnings and errors 2017-03-11 19:02:35 +01:00
sbarinfo.cpp - fixed map name display on the automap HUD 2017-03-29 10:36:16 +02:00
sbarinfo.h - let hud_scale act like an override to uiscale, just like con_scale does. 2017-03-25 18:32:47 +01:00
sbarinfo_commands.cpp - implemented the Heretic status bar. 2017-03-27 21:01:40 +02:00
shared_sbar.cpp - fixed map name display on the automap HUD 2017-03-29 10:36:16 +02:00