summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
Commit message (Expand)AuthorAgeFilesLines
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* [1904556] Fixing duplicate cursor during teleport/blinkennewalker2009-01-031-7/+8
* Fixing cursor and text tag for 'V' menu.ennewalker2009-01-031-6/+4
* Allow tiles in 'V' menu, at least for items - the menu structure can'tj-p-e-g2009-01-031-9/+21
* Fixed 2481704: Travel stopping for spellcasting monsters without LOSj-p-e-g2009-01-021-20/+15
* Describe the rock walls of the Slime Pit as "slime covered rock wall".zelgadis2008-12-301-0/+13
* Fix 2471146: equipment being melded due to mutations.j-p-e-g2008-12-281-1/+1
* Let portal vaults (and places like Vault:8 and Slime:6) change the short andzelgadis2008-12-271-7/+78
* FR #2083661: when polymorphed, unique (and named) monsters now retain theirzelgadis2008-12-251-30/+3
* 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