summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement second part of labyrinth tweaks:j-p-e-g2008-11-041-0/+1
* * Properly deactivate shields during transformations.j-p-e-g2008-10-261-10/+12
* Implement FR 1894211: All transformations will now cause your equipmentj-p-e-g2008-10-261-8/+14
* Fix 2162827: tag length calculation was incorrect.haranp2008-10-131-2/+1
* Minor typesafety fix.haranp2008-10-051-1/+3
* Fix 2063470: =f inscription preventing wielding of stonesj-p-e-g2008-10-041-11/+4
* * Make movement restrictions when beheld also apply to blinking andj-p-e-g2008-10-031-1/+1
* Clarify god descriptions a bit.dolorous2008-10-021-3/+1
* Remove debugging messages. (Gah!)j-p-e-g2008-09-291-0/+22
* FR 2055862: When searching the database for spellbooks/rods, list thej-p-e-g2008-09-281-1/+131
* Implement the first part of FR 2055862: Make the database search alsoj-p-e-g2008-09-271-0/+23
* [1982129] Wizard commands can now be used from the wizard help screen.ennewalker2008-09-271-19/+13
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-7/+0
* Don't equip pure spellcasters with a knife at game start. Finding anyj-p-e-g2008-08-071-0/+1
* * Move all quotes into quotes.txt and a database of their own.j-p-e-g2008-08-041-2/+5
* Implemented monster spell miscasts. Spell miscasting is now handledzelgadis2008-07-291-0/+1
* Fix 2021696: allow_self_target = no even forbidding self-targetting forj-p-e-g2008-07-281-3/+3
* Fix 2026078: Quiver not updated after item slot adjustment.j-p-e-g2008-07-251-5/+7
* Fix 2024087: @_generic_orc_speech@.j-p-e-g2008-07-231-1/+2
* Apply DOS fixes to trunk.j-p-e-g2008-07-171-4/+44
* Fix Evaporate prompt doing the opposite of the player's answer.j-p-e-g2008-07-151-13/+4
* Add more documentation updates for Ctrl-G/G.dolorous2008-07-131-2/+2
* Fix 2017251: The annotation prompt not escaping properly.j-p-e-g2008-07-131-2/+2
* Mention I in ?? help. Allow I as toggle in the I and Z? screens.dploog2008-07-131-3/+5
* Fix README.txt not being readable from the in-game help.j-p-e-g2008-07-111-4/+4
* Change travel command back to Ctrl-G as per FR 2016089.j-p-e-g2008-07-111-4/+4
* Tweak change log a bit and add new commands to 034_changes.txt. Arej-p-e-g2008-07-041-5/+6
* Reorder species in newgame.cc (clean-up, no coding changes).j-p-e-g2008-07-031-1/+6
* Change butchering prompt to hopefully be less confusing (BR 2009022).j-p-e-g2008-07-031-1/+6
* Since there's currently only one type of portal vault (labyrinths arej-p-e-g2008-07-021-4/+13
* Bug 2006559: don't include quotes about in a monster's description if itzelgadis2008-07-011-20/+9
* Properly use + or : for the book symbol in full command help (??) as wellzelgadis2008-06-301-17/+27
* Add gods' powers and abilities to their descriptions, viewable via ^!j-p-e-g2008-06-291-3/+9
* Mention Ctrl-E in ??.dploog2008-06-271-1/+1
* Some fixes to the ?? screen.dploog2008-06-271-4/+4
* Add a new command for firing without quivering on 'F'.j-p-e-g2008-06-271-0/+1
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-6/+6
* Apply patch 1952761 by jarpian (wasp): targetting with the monster list.j-p-e-g2008-06-241-0/+3
* Tweak quiver command some more (allow clearing quiver).j-p-e-g2008-06-241-2/+2
* Move around some commands.j-p-e-g2008-06-241-3/+3
* Force update of the quiver by picking up throwable items. This mightj-p-e-g2008-06-241-11/+15
* FR 1993535: If asking the user for an item, and the player has none of thezelgadis2008-06-241-4/+1
* Swap '.' and '!' in the targetting interface.j-p-e-g2008-06-221-2/+2
* Give a different description of dancing weapons when examining anzelgadis2008-06-221-0/+1
* Outsource the tutorial descriptions of skills, and make them searchablej-p-e-g2008-06-181-4/+27
* Add more miscellaneous minor fixes.dolorous2008-06-161-3/+2
* Move the tutorial descriptions of gods' likes and dislikes intoj-p-e-g2008-06-151-42/+64
* Fix 1994279: Crash when checking ?v (version information).j-p-e-g2008-06-151-52/+51
* Fix tutorial message about gaining a skill being shown outside tutorial.j-p-e-g2008-06-151-1/+1
* * Add a prompt when attacking monsters with an inappropriate weapon orj-p-e-g2008-06-141-38/+52