summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
Commit message (Expand)AuthorAgeFilesLines
* also swap p and ^P (PleasingFungus)Jesse Luehrs2014-08-151-2/+2
* adjust a few more wizmode commandsJesse Luehrs2014-08-151-9/+9
* swap &m/&MJesse Luehrs2014-08-151-1/+1
* note &= in the wizmode command listJesse Luehrs2014-08-141-0/+1
* allow iterating over branches in a non-enum order (8742)Jesse Luehrs2014-08-021-6/+3
* Revert "Make Gozag trunk-only"Nicholas Feinberg2014-08-021-2/+1
* Don't display disabled gods in the ?/ listNicholas Feinberg2014-08-021-1/+2
* Remove stuffNicholas Feinberg2014-07-291-1/+3
* Move redraw functions from stuff.cc -> output.ccNicholas Feinberg2014-07-281-0/+1
* Move letter <-> index from stuff.cc to prompt.cc (wheals)Nicholas Feinberg2014-07-281-0/+1
* Display weapon damage on ammoNicholas Feinberg2014-07-101-3/+2
* Rename 'mesclr()' to 'clear_messages()'reaverb2014-06-221-2/+2
* New command: show weapons in viewport.Shmuale Mark2014-06-121-0/+9
* Remove the now-superfluous friendly_pickup command suite.Shmuale Mark2014-05-281-1/+0
* Chance function(void) to function()reaverb2014-05-241-12/+12
* Revert "In tutorial mode, directly show the special help screen when pressing...Shmuale Mark2014-05-201-3/+2
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+2
* Change "hitpoints" to "health" in a few placesChris Campbell2014-05-081-1/+1
* Document a missing wizmode commandChris Campbell2014-05-071-0/+1
* Generate card <-> deck lists on the fly (#8292).Steve Melenchuk2014-03-191-0/+8
* Remove `auto_list` optionChris Oelmueller2014-03-111-40/+3
* Remove fake Mara/Rakshasa monsters and associated code, refactor to use Phant...DracoOmega2014-03-111-3/+0
* Remove unused code writing to spell descriptionsChris Oelmueller2014-02-091-40/+0
* Remove special message handling for book+rod spellsChris Oelmueller2014-02-091-10/+4
* A bit of padding for book/rod names in ?/sChris Oelmueller2014-02-091-6/+6
* Add Wizard mode commands to identify/unidentify item types and level items.gammafunk2014-01-301-0/+1
* Add a wizmode command (&p) to list player propsChris Campbell2014-01-151-0/+1
* Rename abl-show.{cc,h} to ability.{cc,h}Adam Borowski2013-12-241-1/+1
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-3/+0
* Drop "&p".Adam Borowski2013-12-181-1/+0
* Fix spelling of "targeting" (#7837)Chris Campbell2013-12-101-13/+13
* Fix slime creature being described as buggy in ?/MPekka Lampila2013-12-031-0/+3
* Fix describe menus always displaying --more--Pekka Lampila2013-12-031-2/+1
* Fix sorting describe monster list (?/M)Pekka Lampila2013-12-031-4/+4
* Drop tagstring.{cc,h}Adam Borowski2013-11-291-1/+0
* Restrict mpr() to literals only.Adam Borowski2013-11-291-1/+1
* Remove mpr_nocap().Adam Borowski2013-11-291-3/+3
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-11/+11
* Shorten the last &? straggler.Neil Moore2013-11-161-1/+1
* Improve &^[TU] description (ChrisOelmueller)Neil Moore2013-11-161-2/+2
* Remove colons in wizmode command overviewChris Oelmueller2013-11-161-79/+79
* More formatting fixes for return (...);Neil Moore2013-11-151-2/+2
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-3/+3
* Wizmode command &^U for a clua prompt.Neil Moore2013-11-151-1/+2
* Shorten branch enums.Adam Borowski2013-11-031-1/+1
* Document & ^CAdam Borowski2013-11-021-1/+2
* Fix amulet ring slot showing on '"'.Adam Borowski2013-10-061-5/+1
* Reformat multi-line array literals.Adam Borowski2013-10-051-2/+4
* Merge branch 'next'Adam Borowski2013-09-251-14/+16
|\
| * Fix the amulet ring not showing on ".Adam Borowski2013-09-221-2/+3