summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/034_changes.txt
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-24 23:19:52 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-24 23:19:52 +0000
commit5c50b81977bdeb4caf09d109c48bcfab63b14149 (patch)
tree574dac96b70a16deb9d8349e5c94246b0a885ba1 /crawl-ref/docs/034_changes.txt
parenta5c4bf7209b191495cef78fcff28e9cf0e9d21ca (diff)
downloadcrawl-ref-5c50b81977bdeb4caf09d109c48bcfab63b14149.tar.gz
crawl-ref-5c50b81977bdeb4caf09d109c48bcfab63b14149.zip
Update in-game help and other documentation about recent
command key chances: ), }. Note: keybind.txt is not up to date yet! git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9204 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs/034_changes.txt')
-rw-r--r--crawl-ref/docs/034_changes.txt38
1 files changed, 21 insertions, 17 deletions
diff --git a/crawl-ref/docs/034_changes.txt b/crawl-ref/docs/034_changes.txt
index 6ed359420d..c30f42396c 100644
--- a/crawl-ref/docs/034_changes.txt
+++ b/crawl-ref/docs/034_changes.txt
@@ -1,33 +1,37 @@
Information for players of versions 0.3.4 or earlier
----------------------------------------------------
-There have been many changes to the interface in the new version. Among
-them:
+There have been many changes to the interface in the new version,
+mostly in 0.4, some more in 0.5. Among them:
* Swapped some command keys around:
- z cast spell (was Z)
- Z zap wand (was z)
- o auto-explore (was Ctrl-O)
- Ctrl-O dungeon overview (was O)
- O open door (was o)
- C close door (was c)
- c chop up (was D, dissect)
- E show experience (was C)
- v evoke (was E)
- f, F fire/throw (was t)
- t tell/yell (was !)
- Ctrl-V Tiles settings (was Ctrl-Q)
- Ctrl-Q quit (was Q)
+ z cast spell (was Z)
+ Z zap wand (was z)
+ o auto-explore (was Ctrl-O)
+ Ctrl-O dungeon overview (was O)
+ O open door (was o)
+ C close door (was c)
+ c chop up (was D, dissect)
+ E show experience (was C)
+ v evoke (was E)
+ f, F fire/throw (was t)
+ t tell/yell (was !)
+ Ctrl-V Tiles settings (was Ctrl-Q)
+ Ctrl-Q quit (was Q)
+
+* Changed the commands for travel exclusions in the level map:
+ e set exclusion (was Ctrl-X)
+ E cycle exclusions (was x)
* Added some new commands:
! annotate dungeon level
(If your annotation contains '!' you'll be prompted whenever
you attempt to enter the level.)
- ( cycle the quiver to the next appropriate item
+ (, ) cycle the quiver to the next/previous appropriate item
Q quiver an item for firing
` repeat previous command
0 repeat next command # of times
- V verbose list of monsters in sight
+ V verbose list of monsters and items in sight
Ctrl-D define macros (synonym to '~')
Ctrl-T change your allies' pickup behaviour
(only available to some characters)