summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-05 01:33:53 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-05 01:33:53 +0000
commit62f7040f14b39e67042be98f951575fbc819e84e (patch)
treed4fa0598a1bee1d34fff81e2c150de08c2256753 /crawl-ref/docs
parent19155f1f85058ef9d65d11e60c63cc69c36d4e8a (diff)
downloadcrawl-ref-62f7040f14b39e67042be98f951575fbc819e84e.tar.gz
crawl-ref-62f7040f14b39e67042be98f951575fbc819e84e.zip
Tiles!
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3194 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/crawl_manual.txt9
-rw-r--r--crawl-ref/docs/crawl_options.txt9
2 files changed, 18 insertions, 0 deletions
diff --git a/crawl-ref/docs/crawl_manual.txt b/crawl-ref/docs/crawl_manual.txt
index 11762ea8d4..ef19868f9e 100644
--- a/crawl-ref/docs/crawl_manual.txt
+++ b/crawl-ref/docs/crawl_manual.txt
@@ -2237,6 +2237,15 @@ Stashes:
Ctrl-E Erase stash (ignores the square from stash
tracking if using 'stash_tracking = explicit').
+Tiles:
+ - Edit player doll. This makes it possible to change
+ the appearance of the player and to override the
+ defaults, which are to mimic the current player's
+ equipment and any species defaults. These options
+ are saved into the dolls.txt file.
+ Ctrl-Q Modify screen size preferences. These changes
+ are saved into the wininit.txt file.
+
Level map ('X')
---------------
The level map (brought up by 'X' in the main screen) uses the whole
diff --git a/crawl-ref/docs/crawl_options.txt b/crawl-ref/docs/crawl_options.txt
index 7cc9df4322..9368dfd02d 100644
--- a/crawl-ref/docs/crawl_options.txt
+++ b/crawl-ref/docs/crawl_options.txt
@@ -70,6 +70,8 @@ The contents of this text are:
autoinscribe
4-n Macro related Options.
flush.failure, flush.command, flush.message
+4-o Tiles Options.
+ show_items
5- Character Dump.
5-a Items and Kills.
kill_map, dump_kill_places, dump_item_origins,
@@ -1217,6 +1219,13 @@ flush.message = false
command -- whenever the game is about to get the next command
message -- whenever the game outputs a non-mute message
+4-o Tiles Options
+---------------------
+show_items = <glyphs>
+ This options controls the order and presence of items in the tiles
+ inventory. By default, its value is !?/%=([)X}+\_. The underscore
+ represents empty slots.
+
5- Character Dump.
===================