summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
Commit message (Expand)AuthorAgeFilesLines
* [1811182] Fixed help screen hotkeys.dshaligram2007-10-111-2/+2
* Shaft traps (trap doors) [1792195] and level annotation [1769009]zelgadis2007-10-051-0/+1
* Fixed broken 64-bit compile.dshaligram2007-10-011-22/+25
* This commit breaks save file compatability.zelgadis2007-09-301-2/+4
* Refix ?/ error message format to handle 64-bit and 32-bit size_t withoutdshaligram2007-09-241-7/+4
* Clean up a printf format string to placate the extra-special pickinessnlanza2007-09-241-1/+1
* Added some missing cases to various mons_foo_level() functions.zelgadis2007-09-241-10/+8
* ?/ now asks if you want to describe a monster, spell, or feature, andzelgadis2007-09-241-129/+308
* Oops, forgot about database case insensitivity again.zelgadis2007-09-221-1/+4
* If there are multiple matches to the "?/" describe command, thenzelgadis2007-09-221-35/+238
* Can now search the description database by name (keyword) with '?/'.zelgadis2007-09-211-3/+74
* Highlighting species in aptitudes list, and added the j-p-e-g2007-09-191-6/+6
* If wizard mode is on when going through a portal to a bazaar, Crawl willzelgadis2007-09-191-0/+1
* Added new commands "re-do previous command" (bound to `) and "repeatzelgadis2007-09-191-0/+2
* 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