summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.cc
Commit message (Expand)AuthorAgeFilesLines
* New option explore_delay, which lets you make the delay between auto-exploreMatthew Cline2009-10-131-1/+6
* los: provide explicit access specifiers for inherited structsSteven Noonan2009-10-131-1/+1
* MSVC: add tiles build supportSteven Noonan2009-10-121-0/+1
* project-wide: implement use of platform.h detection macrosSteven Noonan2009-10-101-1/+1
* Use new losight() with custom los_param_excl for exclusions.Robert Vollmert2009-10-081-30/+29
* Split LOS code from view.cc.Robert Vollmert2009-10-081-0/+1
* Convert varius occurrences of LOS_RADIUS * LOS_RADIUS.Robert Vollmert2009-10-061-1/+1
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Small bug fix in SAFE_EXPLORE code.Robert Vollmert2009-10-021-1/+1
* Move 'FixAry.h' -> 'fixary.h', 'FixVec.h' -> 'fixvec.h' for file naming consi...Steven Noonan2009-09-291-1/+1
* Add spelling fixes.David Lawrence Ramsey2009-09-231-1/+1
* Add some comments.j-p-e-g2009-09-201-1/+6
* Small fix.j-p-e-g2009-09-201-1/+1
* Tweak autoexplore and travel to try to avoid moving adjacent to unseenj-p-e-g2009-09-201-4/+53
* Smarter exclusions, yay!j-p-e-g2009-09-151-8/+82
* Fix explore being confused by exclusions containing items on the edge of the ...dshaligram2009-09-061-13/+14
* Apply zebez' patch to differentiate gates some more from stairs.j-p-e-g2009-07-251-0/+15
* Fix [2824313]: Fix messages when pacified monsters take escape shafts.dolorous2009-07-201-0/+13
* Tweak Shoals algorithm to place the islands a bit more central and away from j-p-e-g2009-07-141-1/+1
* Detected secret doors are now treated as a distinct new door type, soj-p-e-g2009-07-111-1/+5
* Apply r9873 to trunk.j-p-e-g2009-06-011-1/+1
* Run some sanity checks when loading ghosts. If anything seems fishyj-p-e-g2009-05-261-2/+2
* Fix 2792807: Autoexplore attempting to open doors in bat form.j-p-e-g2009-05-171-0/+3
* * Fix 2744875 (mutation screen assert).j-p-e-g2009-04-111-2/+2
* * Use menu colours (rather than message colours) for item announcementsj-p-e-g2009-03-251-4/+5
* Remove vestiges of a debugging attempt.j-p-e-g2009-03-231-1/+1
* * Allow viewing of card descriptions from Triple Draw and Stack Deck.j-p-e-g2009-03-231-1/+1
* Fix [2604363]: stashes and autoexplore leaked information about mimics.haranp2009-02-171-5/+3
* Various cleanups, mostly having to do with coord_def().haranp2009-02-151-7/+5
* More mgrd elimination and moving to coord_def().haranp2009-02-141-42/+38
* Fix nasty bug that I introduced in r9012: dungeon generation was relyingharanp2009-02-141-1/+2
* Remove a great many cases where mgrd is accessed directly in favourharanp2009-02-131-7/+3
* Properly use default parameters when displaying comma-separated lists.dolorous2009-02-121-2/+2
* Fix level map, and travel, knowing too much about the level. Hopefullyharanp2009-02-091-16/+18
* Fix message for monsters leaving through gates. [2550128]haranp2009-01-311-1/+11
* Fix inverted logic (oops).dolorous2009-01-261-1/+1
* *Really* fix compilation.dolorous2009-01-261-2/+2
* Simplify checks for grids containing water.dolorous2009-01-261-6/+7
* [2523860] Fixing interlevel travel again.ennewalker2009-01-241-7/+6
* [2523738] Fix assertion in inter-level travel. (Sorry!)ennewalker2009-01-201-1/+4
* Disallowing travel to impassable terrain.ennewalker2009-01-181-0/+4
* [2514205] [2484157] Reverting my r7976 change to travel code that broke trave...ennewalker2009-01-181-7/+2
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* * Also describe enchantment limits for weapons (+9, right?), missiles, j-p-e-g2008-12-291-2/+23
* * Nerf Dwarfs' Evocations aptitude 45 -> 67 (as e.g. Grey Elf).j-p-e-g2008-12-291-0/+4
* [2182289] Fixing travel problems when trying to travel to a non-traversable s...ennewalker2008-12-251-2/+7
* Fix royal jelly death in the Abyss destroying you.your_level.dshaligram2008-12-181-0/+6
* Fix for bug 2430493: forget about interrupted butchering when doingzelgadis2008-12-161-0/+6
* Breaks savefile compatibility.zelgadis2008-12-131-0/+11
* Prompt for players with the teleportitis mutation before attempting toj-p-e-g2008-11-241-3/+3