summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authorpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-18 08:01:53 +0000
committerpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-18 08:01:53 +0000
commit70eeeeec718a95bee1845c48545577551b2abbb7 (patch)
treec9e985af00e933ea0531e3cf75f293a18d55339e /crawl-ref/source/externs.h
parent51211c2806b3953a2cbb2a072ac7b5c4ebb4b8c2 (diff)
downloadcrawl-ref-70eeeeec718a95bee1845c48545577551b2abbb7.tar.gz
crawl-ref-70eeeeec718a95bee1845c48545577551b2abbb7.zip
A lot of these changes are ASCII only because I can't test in tile;
please review and see if you want to un-ifdef TILE any of it. - Status lights are squished together - Remove one HUD line, so status lights only get two lines (ASCII only). - Make HUD a little bit wider, so more status lights fit (ASCII only). Add msg_max_height option; undocumented and only used internally (for now). - Refactor colour bars a little bit: - Update when resting (ASCII only) - Show recent increase as well as recent loss (ASCII only) - Color change for recent increase/loss goes away after a few turns (currently 4) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4324 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index f0e011e498..916c63f5c3 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -462,7 +462,10 @@ public:
runrest();
void initialise(int rdir, int mode);
+ // returns runmode
operator int () const;
+
+ // sets runmode
const runrest &operator = (int newrunmode);
// Returns true if we're currently resting.
@@ -1549,6 +1552,7 @@ public:
int view_max_width;
int view_max_height;
int mlist_min_height;
+ int msg_max_height;
bool mlist_allow_alternate_layout;
bool classic_hud;