Qt status overhaul: add support for 'statuslines'
Condense the Qt status slightly, moving Alignment field from the Conditons line to the Characteristics line and the Time and Score fields from their own possibly blank line to the HP,&c,Gold line. That's for statuslines:2, which is the default. statuslines:3 restores the previous layout. I tried to make that become the default for Qt but it got messy fast and I gave up. I also tried to make changing 'statuslines' back and forth on the fly work but failed. I left the code in as #if DYNAMIC_STATUSLINES but that isn't defined anywhere. For the time being at least, 'statuslines' is config file or NETHACKOPTIONS only for Qt, not changeable via 'O' like for curses and tty. Change the option description for 'statuslines'. That depended upon whether curses was compiled in when it should depend on which interface is active. This moves the alternate info to Guidebook.
This commit is contained in:
@@ -46,6 +46,7 @@ private:
|
||||
QPixmap p_chaotic;
|
||||
QPixmap p_neutral;
|
||||
QPixmap p_lawful;
|
||||
QPixmap p_blank2; // conditionally used for vertical spacing
|
||||
|
||||
QPixmap p_satiated;
|
||||
QPixmap p_hungry;
|
||||
@@ -109,6 +110,7 @@ private:
|
||||
a 40x40 icon above and text lebel below; blank values are omitted
|
||||
and non-blank values are left justified */
|
||||
NetHackQtLabelledIcon align; // w/ alignment-specific ankh icon
|
||||
NetHackQtLabelledIcon blank2; // used for spacing if Align is moved
|
||||
NetHackQtLabelledIcon hunger; // blank if 'normal'
|
||||
NetHackQtLabelledIcon encumber; // blank if 'unencumbered' ('normal')
|
||||
/* zero or more status conditions; in major, minor, 'other' order */
|
||||
|
||||
Reference in New Issue
Block a user