summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix re-do/repeat command not working with commands that targetted a monster.zelgadis2008-12-241-11/+11
* Some wizard/debugging commands:zelgadis2008-12-201-0/+21
* Actually replace sold out shops with the new feature DNGN_ABANDONED_SHOP.j-p-e-g2008-12-071-17/+14
* Describe closed shops as "abandoned" and colour its glyph grey (= lightsj-p-e-g2008-12-071-2/+9
* Implement harpyes. They ...j-p-e-g2008-12-031-1/+1
* Fix .des timer messaging to be easier to customise, applied timer to sewer po...dshaligram2008-12-011-8/+8
* * Rename beheld -> mesmerised.j-p-e-g2008-12-011-4/+4
* Oops, used tabs instead of spaces for indentation in items.cc and mon-util.cc.zelgadis2008-11-221-2/+2
* Use the correct portal description in explore stop messages.dshaligram2008-11-181-2/+3
* Replace Yred's "Control Undead" power with "Enslave Soul", as proposed dolorous2008-10-161-0/+11
* Minor changes.haranp2008-10-121-5/+5
* Describe monsters with halved MR.haranp2008-10-111-0/+2
* Add whitespace fixes.dolorous2008-10-071-7/+7
* Make base_name() use a default parameter.dolorous2008-10-071-1/+1
* Fixing bug where spells that affected an area couldn't be cast via mouse click.ennewalker2008-10-071-1/+1
* Fix 2148551: items not uppercased.haranp2008-10-061-28/+24
* Grey out all monsters and cells (not just wall cells) out of range.haranp2008-10-051-60/+102
* Removed unneeded casts.haranp2008-10-051-1/+1
* Graphical support for range restrictions of spells in tiles mode. Clicking p...ennewalker2008-10-051-4/+20
* Changed '!' in targeting from target-select to target-select-ignoring-range.haranp2008-10-041-44/+85
* * Make movement restrictions when beheld also apply to blinking andj-p-e-g2008-10-031-6/+4
* Reworked traps: much much cleaner now. There might be bugs, though.haranp2008-10-011-1/+1
* Remove healing effect from blood potions. To make up for it, fresh bloodj-p-e-g2008-09-271-12/+6
* Ranges redone. bolt no longer has a rangeMax, just a range.haranp2008-09-251-2/+12
* Better message for sleeping confused creatures.haranp2008-09-181-2/+3
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-10/+0
* Fix 2089248: misinformation in vampire A! screen.j-p-e-g2008-09-131-1/+3
* [2092341] Named monsters will also be recorded with their base monster type i...dshaligram2008-09-061-5/+2
* Describe gates to Pan as one-way gates, as for the Abyss.dshaligram2008-08-251-1/+1
* Rework xx and V to use monster_pane_info() to benefit from thej-p-e-g2008-08-091-17/+14
* Fix 2038651: real/fake rakshasa identity being leaked by monster pane windowharanp2008-08-061-2/+8
* * Move all quotes into quotes.txt and a database of their own.j-p-e-g2008-08-041-1/+4
* Some minor improvements to the full view (xx), e.g. mentionj-p-e-g2008-08-031-14/+43
* Apply Yelve Yakut's patch (2020369) to list monsters and items in view.j-p-e-g2008-08-021-1/+199
* Implemented basic range darkening while targeting. Nothing uses thisharanp2008-07-311-0/+37
* Massive overhaul to move towards coord_def().haranp2008-07-301-132/+103
* Implemented monster spell miscasts. Spell miscasting is now handledzelgadis2008-07-291-0/+13
* Fix 2021696: allow_self_target = no even forbidding self-targetting forj-p-e-g2008-07-281-5/+12
* [2029941] Fix g++ 4.3 build issue (Sigurd).dshaligram2008-07-281-2/+2
* Tiles fix to turn off mouse cursor once x-mode is done.ennewalker2008-07-261-1/+8
* [2021074] Tiles cursor improvements.ennewalker2008-07-261-0/+62
* Fixing Tiles targeting and mouse cursor behavior.ennewalker2008-07-241-3/+1
* More cleanups and fixes.haranp2008-07-231-7/+7
* Implement 2022051: Skip hjklyubn (well, currently only bhjkl) whenj-p-e-g2008-07-231-9/+35
* Put see/sense invis description to directn.cc (examining via 'x') ratherj-p-e-g2008-07-231-0/+24
* Fix 2024087: @_generic_orc_speech@.j-p-e-g2008-07-231-1/+1
* Unbreak trunk build (thanks maiermrk.)haranp2008-07-231-1/+1
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-117/+113
* Do "keypress -> command_type" via keybindings. Solves bug 2018200,zelgadis2008-07-171-71/+5
* Large tiles-related changes. Platform-specific rendering removed and replace...ennewalker2008-07-151-8/+33