summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
Commit message (Expand)AuthorAgeFilesLines
* Backport trunk r9914 to 0.5.dolorous2009-06-071-3/+8
* * Fix bad item (and crash) resulting from the tile inventory not beingj-p-e-g2009-06-011-3/+8
* Added the objective case of pronouns ("him", "her") for use in thezelgadis2009-05-291-1/+1
* FR 2797173:zelgadis2009-05-291-1/+16
* Fix 2797560: Tiles crashing when clicking outside the map whilej-p-e-g2009-05-281-1/+7
* Fix fake rakshasas being described as summoned.j-p-e-g2009-05-281-1/+1
* Bug 2792673: when attempting auto-targeting, if the only monsters in LOS havezelgadis2009-05-271-1/+15
* Run some sanity checks when loading ghosts. If anything seems fishyj-p-e-g2009-05-261-0/+6
* Fix 2792807: Autoexplore attempting to open doors in bat form.j-p-e-g2009-05-171-1/+1
* * Replace the range_view_annotator loop with an simple check for thej-p-e-g2009-05-051-58/+3
* * Some more tweaks to the spellcasting interface.j-p-e-g2009-05-041-3/+18
* [2781617] Fixing issue where targets in LOS but with no valid beam (i.e. thro...ennewalker2009-05-011-3/+23
* Add spacing fixes.dolorous2009-04-301-1/+1
* * Fix database search crashing on pandemonium demons/player ghost.j-p-e-g2009-04-201-24/+18
* * Fix non-prompting when firing through allies.j-p-e-g2009-04-201-1/+0
* Enable menu colour for the 'V' item sub-menu.j-p-e-g2009-04-191-1/+1
* * Allow panlords to have the chaos-branded weapons.j-p-e-g2009-04-131-0/+7
* * Fix compilation.j-p-e-g2009-04-121-2/+2
* * Tweak FAQ and change log some more.j-p-e-g2009-04-051-2/+4
* Make the toggle actually update the title for V and a.j-p-e-g2009-04-051-5/+23
* * Change TARG_NOT_SELF to TARG_HOSTILE (not to confused with TARG_ENEMYj-p-e-g2009-04-041-6/+11
* Implement a hack to differentiate between Ely's self healing and healingj-p-e-g2009-04-031-3/+4
* * Allow fleeing monster to push past higher ranked monsters of the samej-p-e-g2009-04-031-8/+75
* [2722438] Fixing crash when viewing shop contents. shop_item* was being blin...ennewalker2009-03-311-3/+1
* * Use menu colours (rather than message colours) for item announcementsj-p-e-g2009-03-251-21/+32
* * Allow viewing of card descriptions from Triple Draw and Stack Deck.j-p-e-g2009-03-231-13/+32
* * Don't offer rotten chunks for wearers of "otG since it doesn'tj-p-e-g2009-03-221-0/+3
* * Fix 2687930: Shorten the spell menu more, and don't call update_title() j-p-e-g2009-03-161-1/+1
* * Add deck names to card descriptions, and vice versa. This shouldj-p-e-g2009-03-151-1/+2
* * Fix tiles 'V' crashing for mimics and dancing weapons.j-p-e-g2009-03-141-2/+18
* Various documentation tweaks. Among others, replace all references toj-p-e-g2009-03-121-0/+3
* * Add description toggle (only '?' this time) into spellcasting menu andj-p-e-g2009-03-111-1/+0
* Generalize the menu toggle from InvMenu to Menu and use it to properlyj-p-e-g2009-03-111-3/+6
* Greatly improve 'V' command:j-p-e-g2009-03-101-31/+64
* * Rarely, allow randart books to use entirely random names.j-p-e-g2009-03-081-60/+62
* * Fix wizmode targetting commands not flushing messages correctly.j-p-e-g2009-03-071-0/+1
* Fix [2666231]: Remove erroneous extra space.dolorous2009-03-061-1/+1
* Comment fix.dolorous2009-03-031-1/+1
* Add minor cosmetic fixes. (Yes, the "x" monster description uses the dolorous2009-03-031-2/+2
* * Make message condensation merge messages into history correctly.j-p-e-g2009-02-271-0/+1
* Partial fix for [2628480]: use you.can_see() instead ofharanp2009-02-241-5/+2
* For 2089989, reallow friendlies to walk into your damaging clouds inharanp2009-02-211-3/+2
* Fix [2566927]: add new keymap codes for targeting and levelmap.haranp2009-02-201-1/+1
* Fix [2604363]: stashes and autoexplore leaked information about mimics.haranp2009-02-171-2/+1
* Fix 'V' leaking information about mimics.haranp2009-02-171-1/+13
* Remove a great many cases where mgrd is accessed directly in favourharanp2009-02-131-104/+73
* Mousing over monsters, items, and features will now show their description in...ennewalker2009-02-121-0/+30
* Fix [2151183]: SIGHUP with the range view annotator active maintainedharanp2009-02-081-32/+44
* Have 'V' work properly on non-stash-trackable levels. The current behaviourharanp2009-02-061-9/+17
* Possible fix for 2530342: full_describe_view() iterating over the viewportharanp2009-02-051-11/+10