]> granicus.if.org Git - nethack/commit
Qt status fix: 'showexp'
authorPatR <rankin@nethack.org>
Wed, 23 Sep 2020 12:21:31 +0000 (05:21 -0700)
committerPatR <rankin@nethack.org>
Wed, 23 Sep 2020 12:21:31 +0000 (05:21 -0700)
commitb67251151331e4a27882cb7da5b8dc94eeb3a10c
treee84d9aac25ae06b05c89c500faf654cd0bae115a
parent5346d8f9e981b7e38bced95dd98d00b63a60bd84
Qt status fix: 'showexp'

For Qt, experience points weren't shown when enabling 'showexp'
option because they were conditional upon '#if EXP_ON_BOTL'.  That
got eliminated prior to 3.6.0 so wasn't defined for qt_stat.cpp.

When displayed, show Exp as Level:Xp/Exp instead of as a separate
status field.  This has the intentional side-effect of omitting it
when hero is polymorphed and status shows HD instead of Xp.

Label the six characteristics in mixed case instead of all upper
case:  Str, Dex, and so forth.
doc/fixes37.0
win/Qt/qt_stat.cpp
win/Qt/qt_stat.h