summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Hush a warning.Adam Borowski2013-08-281-0/+2
* Don't include enchantment/charge in ?/S rod names.Neil Moore2013-08-281-1/+1
* Slightly colour-code spells in ?/SNeil Moore2013-08-281-0/+29
* Don't claim monster-only spells are found in "the following rod:"Neil Moore2013-08-281-1/+3
* Store ability descs with an " ability" suffix.Adam Borowski2013-08-271-0/+5
* Cancel an american speling.Adam Borowski2013-08-241-1/+1
* Change title of some spell list screens.Neil Moore2013-08-111-3/+5
* More padding fixes for ternary operatorChris Oelmueller2013-08-031-1/+1
* Fix a tiles crash by disallowing look up of unspawnable monsters.blackcustard2013-07-251-2/+2
* Don't blame racial spell prohibitions on lich/wisp form.Neil Moore2013-06-171-3/+3
* Reverse the argument of get_monster_by_name().Adam Borowski2013-06-091-4/+4
* Always study all manuals in the inventoryPekka Lampila2013-06-061-6/+0
* Fix warning caused by apparently missing #ifdef.David Lawrence Ramsey2013-04-261-1/+1
* Include debug.h earlier.Adam Borowski2013-04-261-1/+0
* In WebTiles show read message key as F12Pekka Lampila2013-04-261-0/+6
* A new command to set your travel speed to your slowest ally.Raphael Langella2013-04-221-0/+3
* Merge branch 'mon-pick'Adam Borowski2013-03-211-7/+2
|\
| * Remove the small/large zombie distinction.Adam Borowski2013-03-211-7/+2
* | Simplify handling of version info.Adam Borowski2013-03-141-6/+2
* | Add a wizmode command to list Yred/Beogh followersDracoOmega2013-03-061-0/+1
|/
* A basic interface for manually togging dprf quietness.Adam Borowski2013-01-101-0/+3
* Unify menu_colour_item_prefix and filtering_item_prefix.Adam Borowski2012-12-271-3/+2
* Fix prompts asking for 'I' in Turkish locales.Adam Borowski2012-11-221-2/+2
* Remove the forget stash commandChris Campbell2012-11-121-1/+0
* Remove the targetting mode cycle commandChris Campbell2012-11-071-1/+0
* & ^K to clear the "used" flag from all vaults.Adam Borowski2012-11-071-0/+1
* Remove unnecessary includes from header files.Jay3.14152012-10-231-1/+2
* Make some of big global data arrays const.Adam Borowski2012-10-211-1/+1
* Remove spell memorisation failure (elliott)Chris Campbell2012-10-191-6/+0
* Rename CMD_SEARCH to CMD_WAIT.Adam Borowski2012-10-031-16/+6
* Use std namespace.Raphael Langella2012-08-261-126/+121
* Drop a bunch of parentheses from return statements.Adam Borowski2012-08-081-1/+1
* Looking up spells with ?/S once again shows books the spell is in.Steve Melenchuk2012-08-041-0/+6
* Massive style fix (braces, indentation, etc.)Neil Moore2012-08-011-0/+2
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-29/+29
* added autopickup menu default_items plus help and bugfixesJon Knapp2012-07-011-0/+5
* Mention suiciding the current character when using ^Q (#5759)Chris Campbell2012-06-231-1/+3
* Fix a bunch of webtiles-in-console message regressions.Adam Borowski2012-06-221-39/+16
* Cut down on transitively including directn.hAdam Borowski2012-06-201-0/+1
* Fix card names not being capitalized in the desc browser.Adam Borowski2012-06-131-0/+19
* Fix ?/c showing non-cards.Adam Borowski2012-06-131-7/+6
* Suffix db keys for spells with " spell".Adam Borowski2012-06-131-7/+17
* Make staves and rods separate object classes.Adam Borowski2012-06-121-3/+3
* added adjust feature to inventory item descriptionJon Knapp2012-05-281-1/+1
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-3/+0
* Nicer wrapping for the FAQ.Adam Borowski2012-05-111-2/+2
* Allow MenuEntrys in MF_SINGLESELECT menus to use more than one hotkeyldierk2012-04-271-1/+1
* Merge branch 'master' into portal_branchesAdam Borowski2012-04-251-3/+4
|\
| * Update help for some removed/changed/undocumented commandsChris Campbell2012-04-221-3/+4
* | Merge branch 'master' into portal_branchesAdam Borowski2012-04-121-3/+3
|\|