From 2478df259196dbf444bcba4601ba0881d3c0ae06 Mon Sep 17 00:00:00 2001 From: Johanna Ploog Date: Fri, 15 Jan 2010 22:45:43 +0100 Subject: Remove comments about old command/key information on the help screen. --- crawl-ref/source/command.cc | 62 +-------------------------------------------- 1 file changed, 1 insertion(+), 61 deletions(-) (limited to 'crawl-ref') diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc index ccdd482e75..e51915e1a5 100644 --- a/crawl-ref/source/command.cc +++ b/crawl-ref/source/command.cc @@ -2179,13 +2179,7 @@ static void _add_formatted_keyhelp(column_composer &cols) _add_command(cols, 0, CMD_SEARCH_STASHES, "Find items"); _add_command(cols, 0, CMD_FIX_WAYPOINT, "set Waypoint"); _add_command(cols, 0, CMD_FORGET_STASH, "Exclude square from searches"); -/* - "o : auto-explore\n" - "G : interlevel travel (also Ctrl-G)\n" - "Ctrl-F : Find items\n" - "Ctrl-W : set Waypoint\n" - "Ctrl-E : Exclude square from searches\n" -*/ + cols.add_formatted( 0, "/ Dir., Shift-Dir.: long walk\n" @@ -2235,14 +2229,6 @@ static void _add_formatted_keyhelp(column_composer &cols) _add_command(cols, 0, CMD_SHOUT, "tell allies (tt to shout)", 2); _add_command(cols, 0, CMD_PREV_CMD_AGAIN, "re-do previous command", 2); _add_command(cols, 0, CMD_REPEAT_CMD, "repeat next command # of times", 2); -/* - "z : cast spell, abort without targets\n" - "Z : cast spell, no matter what\n" - "I : list all spells\n" - "t : tell allies (tt to shout)\n" - "` : re-do previous command\n" - "0 : repeat next command # of times\n" -*/ cols.add_formatted( 0, @@ -2265,24 +2251,6 @@ static void _add_formatted_keyhelp(column_composer &cols) _add_command(cols, 0, CMD_READ_MESSAGES, "read messages (online play only)", 2); #endif -/* - "Ctrl-P : show Previous messages\n" - "Ctrl-R : Redraw screen\n" - "Ctrl-C : Clear main and level maps\n" - "! : annotate the dungeon level\n" - "# : dump character to file\n" - ": : add note (use ?: to read notes)\n" - "~ : add macro (also Ctrl-D)\n" - "= : reassign inventory/spell letters\n" -// No online play for tiles, so this replacement is reasonable. (jpeg) -#ifdef USE_TILE - "_ : toggle inventory/spells\n" - "- : select player doll" -#else - "_ : read messages (online play only)" -#endif -*/ - cols.add_formatted( 1, "Game Saving and Quitting:\n", @@ -2291,11 +2259,6 @@ static void _add_formatted_keyhelp(column_composer &cols) _add_command(cols, 1, CMD_SAVE_GAME, "Save game and exit"); _add_command(cols, 1, CMD_SAVE_GAME_NOW, "Save and exit without query"); _add_command(cols, 1, CMD_QUIT, "Quit without saving"); -/* - "S : Save game and exit\n" - "Ctrl-S : Save and exit without query\n" - "Ctrl-Q : Quit without saving\n", -*/ cols.add_formatted( 1, @@ -2313,19 +2276,6 @@ static void _add_formatted_keyhelp(column_composer &cols) _add_command(cols, 1, CMD_LIST_JEWELLERY, "display worn jewellery", 2); _add_command(cols, 1, CMD_LIST_GOLD, "display gold in possession", 2); _add_command(cols, 1, CMD_EXPERIENCE_CHECK, "display experience info", 2); -/* - "@ : display character status\n" - "m : show skill screen\n" - "% : show resistances\n" - "^ : show religion screen\n" - "A : show Abilities/mutations\n" - "\\ : show item knowledge\n" - "[ : display worn armour\n" - "} : display current weapons\n" - "\" : display worn jewellery\n" - "$ : display gold in possession\n" - "E : display experience info\n", -*/ cols.add_formatted( 1, @@ -2342,16 +2292,6 @@ static void _add_formatted_keyhelp(column_composer &cols) _add_command(cols, 1, CMD_TOGGLE_AUTOPICKUP, "toggle auto-pickup"); _add_command(cols, 1, CMD_TOGGLE_FRIENDLY_PICKUP, "change ally pickup behaviour"); -/* - "; : examine occupied tile\n" - "x : eXamine surroundings/targets\n" - "X : eXamine level map (X? for help)\n" - "Ctrl-X : list monsters, items, features in view\n" - "Ctrl-O : show dungeon Overview\n" - "Ctrl-A : toggle auto-pickup\n" - "Ctrl-T : change ally pickup behaviour\n", -*/ - std::string interact = "Item Interaction (inventory):\n" "i : show Inventory list\n" -- cgit v1.2.3-54-g00ecf