summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
Commit message (Expand)AuthorAgeFilesLines
* A handful of new game options:zelgadis2007-09-171-6/+41
* Applying patches by dolorous:j-p-e-g2007-09-161-1/+1
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+3
* Updating help screen.j-p-e-g2007-09-111-4/+6
* Identification overhaul part II. Okay, not really. ;)j-p-e-g2007-09-101-0/+1
* Implementing patch 1775415 (outsourcing monster speech) byj-p-e-g2007-09-041-1/+8
* Added shields as potentially unwearable/restricted inj-p-e-g2007-08-311-1/+1
* Several bugfixes.j-p-e-g2007-08-301-16/+10
* A few minor changes.j-p-e-g2007-08-251-0/+22
* Improved tutorial with extensive information on itemsj-p-e-g2007-08-141-0/+5
* Manual update (David).dshaligram2007-08-121-6/+7
* Added wizmode &L command to place a map on the current level by name. Thisdshaligram2007-07-281-3/+3
* [1757173] Ask user to type "yes" in full to quit. Compulsive quitters can stilldshaligram2007-07-231-2/+8
* &^X allows you to set experience level directly in wizmode.dshaligram2007-07-151-5/+7
* General code cleanups and goto removal.haranp2007-07-131-82/+29
* [1746014] Added an implicit quiver when firing missiles:dshaligram2007-07-131-2/+14
* Fix flicker in level-map title when scrolling the level-map.dshaligram2007-07-111-4/+1
* [1748162] Allow travel to the stair to a branch or level (using ^ will go todshaligram2007-07-051-1/+2
* Updated wizmode command help (David). No fancy colours.dshaligram2007-07-041-84/+56
* Correct "artifact" to "artefact".dshaligram2007-06-201-1/+1
* x on the level-map changes travel exclusion radius. Radius steps are 1, 4 anddshaligram2007-06-171-0/+1
* Mention that there's more travel help available in the depth-selection prompt.dshaligram2007-06-091-1/+5
* Update 'V' feature display to include Unicode.dshaligram2007-06-071-10/+11
* Added support for Unicode characters in the map display with ncursesw (enableddshaligram2007-06-071-1/+2
* Removed targeting and level-map help from the main help screen since they'redshaligram2007-06-061-10/+0
* [1589849] Enabled ! in targeting mode to aim beams at a specific spot.dshaligram2007-06-031-6/+6
* $ in the interlevel travel depth prompt changes the default to the deepestdshaligram2007-06-031-1/+3
* Highlight monsters in the path of a beam (with :).dshaligram2007-06-021-1/+1
* sort_menus now allows the user to choose what menus to sort, and how todshaligram2007-05-311-2/+2
* Tweaked version.h and command.cc to add revision info for Windows svn builds.dshaligram2007-05-181-1/+1
* Added a debug card command.haranp2007-05-151-1/+4
* Fix for 1718108, ability_letter_table was meaningless.haranp2007-05-151-1/+1
* Added help for interlevel travel prompts.dshaligram2007-05-091-51/+83
* Cleaned up ability handling. It's still rather hacky, but not nearlyharanp2007-05-081-88/+69
* Type safety, cast cleanups, etc.haranp2007-05-011-4/+4
* Some code review and cleanup.haranp2007-04-281-56/+50
* Oops, rings were getting doubled names, fixed.haranp2007-04-271-21/+23
* Cleaned up a lot of code which was using info[] to use mprf() directlyharanp2007-04-231-21/+6
* Eliminated it_name(), in_name(), item_name(). The function to use isharanp2007-04-211-27/+8
* Tweaked CLUA_BINDINGS so that the only thing it controls is running userdshaligram2007-04-141-1/+1
* Added ice statues.dshaligram2007-04-091-3/+2
* Fix crash when entering ?: in character selection (jpeg).dshaligram2007-03-311-2/+7
* Allow Elyvilon's invocations to be used even when confused (Eva Myers).dshaligram2007-03-251-1/+1
* Integrated David's manual changes.haranp2007-03-231-2/+5
* Small changes to the overview screen and smaller ones to the tutorial.j-p-e-g2007-03-231-1/+1
* Changes to the overview screen (%) - added abilities and made it scrollable.j-p-e-g2007-03-181-7/+17
* changes to the help screen (made by dploog) - and commit test :Pj-p-e-g2007-03-141-31/+35
* Requesting help when choosing race/class jumps you to the appropriate section...haranp2007-03-131-3/+7
* Changed around the help screen a bit, following David's ideas.haranp2007-03-091-9/+46
* Confined help menu scrolling to within a file (David.)haranp2007-03-081-0/+8