summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/options.h
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2014-01-24 22:07:54 -0500
committerelliptic <hyperelliptical@gmail.com>2014-01-24 22:21:09 -0500
commitca92d1a386d149424de541405f4a4a671842ce0e (patch)
treea99762a36665d375813094807d7a346e72818b58 /crawl-ref/source/options.h
parent9ac9943256583ef3264ac4abdd85c72f52a0ec87 (diff)
downloadcrawl-ref-ca92d1a386d149424de541405f4a4a671842ce0e.tar.gz
crawl-ref-ca92d1a386d149424de541405f4a4a671842ce0e.zip
Split the note_chat_messages option into note_chat_messages and note_dgl_messages.
Webtiles chat and DGL messages have different functionality and are used in completely different ways. Webtiles chat doesn't necessarily involve the player of the game being spectated (and indeed it often seems not to have anything to do with the game), while DGL messages are invisible unless the player chooses to read them and thus usually consist of a conversation between the player typing in notes and a spectator. Not logging DGL messages (which was recently made default) is thus usually undesirable because it means logging only one side of a conversation (the player's). The new option note_dgl_messages defaults to true.
Diffstat (limited to 'crawl-ref/source/options.h')
-rw-r--r--crawl-ref/source/options.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/options.h b/crawl-ref/source/options.h
index 3cde48aac0..182d01c0d7 100644
--- a/crawl-ref/source/options.h
+++ b/crawl-ref/source/options.h
@@ -188,7 +188,8 @@ public:
string user_note_prefix; // Prefix for user notes
int note_hp_percent; // percentage hp for notetaking
bool note_xom_effects; // take note of all Xom effects
- bool note_chat_messages; // log chat in DGL/Webtiles
+ bool note_chat_messages; // log chat in Webtiles
+ bool note_dgl_messages; // log chat in DGL
confirm_level_type easy_confirm; // make yesno() confirming easier
bool easy_quit_item_prompts; // make item prompts quitable on space
confirm_prompt_type allow_self_target; // yes, no, prompt