summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.h
Commit message (Expand)AuthorAgeFilesLines
* Don't cycle through corpses with Apportation (#8622)Neil Moore2014-06-091-0/+1
* Chance function(void) to function()reaverb2014-05-241-1/+1
* Remove default_target and target_unshifted_dirs optionsChris Campbell2014-04-101-2/+0
* Drop pointless empty lines after or before a brace.Adam Borowski2013-12-211-1/+0
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Fix spelling of "targeting" (#7837)Chris Campbell2013-12-101-14/+14
* Allow viewing remembered info about out of LOS stuff.Adam Borowski2013-10-281-2/+1
* Evokable Jump attack abilitygammafunk2013-10-011-1/+4
* When selecting a monster from ctrl-x, view its square.Neil Moore2013-06-181-1/+5
* Correct a commentPete Hurst2013-03-271-1/+1
* Remove the targetting mode cycle commandChris Campbell2012-11-071-2/+0
* Remove unnecessary includes from header files.Jay3.14152012-10-231-4/+3
* Use std namespace.Raphael Langella2012-08-261-34/+31
* Make feature renames local to a vault rather than the whole level.Adam Borowski2012-07-051-11/+2
* Get rid of USisms in spelling of -ll- and -tt-.Adam Borowski2012-01-251-15/+15
* Fuzz target when reaching while confused.Neil Moore2011-11-301-1/+3
* Merge branch 'master' into unified_combat_controlRobert Burnham2011-10-251-4/+12
|\
| * Make Webtiles output happen in parallel to the console display, and make the ...Florian Diebold2011-10-151-1/+1
| * A new command: "pick item at cursor" (xg).Adam Borowski2011-09-031-0/+3
| * Print mindless in monster status only when using the healing ability.Raphael Langella2011-07-111-1/+6
| * Fix resting 2 cells aways from a slimy wall (#4028).Raphael Langella2011-05-221-1/+1
| * Fix incorrect darkening of range when a new-style targetter is used.Adam Borowski2011-05-171-1/+1
* | Merge branch 'master' into unified_combat_controlRobert Burnham2011-04-261-6/+14
|\|
| * Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
| * New Ashenzari passive ability: identify monster equipment.Raphael Langella2011-03-201-1/+9
* | Replace DESC_NOCAP_A and DESC_CAP_A with DESC_ARobert Burnham2011-03-251-3/+3
|/
* New targetting code; for now for reaching and Fire Storm.Adam Borowski2011-03-071-0/+4
* Giant bats are now megabats.Jude Brown2011-01-221-1/+1
* Rename class "monsters" to "monster".Robert Vollmert2010-09-051-1/+1
* View coordinates now relative to viewport, not screen.Robert Vollmert2010-09-051-6/+0
* Get rid of in_los, in_vlos.Robert Vollmert2010-09-051-4/+0
* Convert several functions to use monster_infoLuca Barbieri2010-07-281-2/+2
* [1846] Fix wand targeting being unaffected by confusion (OG17).Darshan Shaligram2010-07-031-0/+1
* Trash direction_chooser special command repeat code.Robert Vollmert2010-06-071-1/+0
* Consolidate floor covering descriptionsCharles Otto2010-05-221-2/+3
* Fix monster list indexing bug.Robert Vollmert2010-03-121-0/+4
* Don't show descriptions in the message area if pointing at floor/walls.Johanna Ploog2010-02-261-1/+1
* Fix clouds not being described when examining surroundings.Johanna Ploog2010-02-241-3/+3
* Show the floor description when targeting evolutionCharles Otto2010-02-111-1/+4
* s/targett/target/David Ploog2010-02-081-17/+17
* Merge ballistomycete changes from spore_trailsCharles Otto2010-02-071-2/+2
|\
| * Name change - spore covered to mold coveredCharles Otto2010-02-031-1/+1
| * Merge branch 'master' of ssh://crawl-ref.git.sourceforge.net/gitroot/crawl-re...Charles Otto2010-02-011-12/+191
| |\
| * | Describe squares with FPROP_SPORES as "covered in spores"Charles Otto2010-01-241-2/+2
* | | Handle monsters exposed via clouds and shallow water.Haran Pilpel2010-02-061-0/+3
* | | Make target(t)ing describe monster status, enchantments, etc.Haran Pilpel2010-02-061-2/+5
| |/ |/|
* | If a monster is over deep water or laval, mention it in the Aim line.Haran Pilpel2010-01-291-0/+2
* | Add a direction_chooser_args struct which wraps the gazillion optionsHaran Pilpel2010-01-271-20/+29
* | Make the top prompt in direction() controllable by targetting_behaviour.Haran Pilpel2010-01-261-23/+33
* | Many more changes to direction().Haran Pilpel2010-01-251-7/+30