summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-04 08:06:29 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-04 08:06:29 +0000
commit2200f464de73650d60933522ff6630d0fd45472c (patch)
tree3d9807c4fb02c067f8e4cd6ba1d3991bd8cf3670 /crawl-ref/source/command.cc
parentb8b2bb9e384433b4f29951621b1a159fb7ee1a60 (diff)
downloadcrawl-ref-2200f464de73650d60933522ff6630d0fd45472c.tar.gz
crawl-ref-2200f464de73650d60933522ff6630d0fd45472c.zip
Tweak change log a bit and add new commands to 034_changes.txt. Are
there more new commands I've forgotten? Please don't include wizmode commands as they don't matter during normal game. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6387 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc11
1 files changed, 6 insertions, 5 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index e4edca3747..f86f95082c 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -111,7 +111,7 @@ static std::string _get_version_information(void)
static std::string _get_version_features(void)
{
- std::string result = "<w>FEATURES</w>" EOL;
+ std::string result = "<w>Features</w>" EOL;
result += "--------" EOL;
for (unsigned int i = 0; i < ARRAYSZ(features); i++)
@@ -153,7 +153,7 @@ static std::string _get_version_changes(void)
}
help = buf;
// Give up if you encountered the second set of underliners
- // and still haven't found Highlights.
+ // and still haven't encountered the keyword "Highlights".
if (help.find("---") != std::string::npos)
{
if (skip_lines)
@@ -197,8 +197,8 @@ static std::string _get_version_changes(void)
{
result += EOL;
result += "For a more complete list of changes, see changes.stone_soup "
- "in the /docs " EOL
- "folder.";
+ "in the " EOL
+ "/docs folder.";
}
else
{
@@ -1829,7 +1829,8 @@ static void _add_formatted_keyhelp(column_composer &cols)
"<w>[</w> : display worn armour\n"
"<w>)</w> : display current weapons\n"
"<w>\"</w> : display worn jewellery\n"
- "<w>E</w> : display experience info\n",
+ "<w>E</w> : display experience info\n"
+ "<w>Ctrl-G</w> : list monsters in sight\n",
true, true, _cmdhelp_textfilter);
cols.add_formatted(