summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge r7840: fix for bug 2430493: forget about interrupted butchering whenzelgadis2008-12-161-0/+6
* Trunk->0.4 r6814: Check both ends of interlevel travel to see if travel is go...dshaligram2008-08-111-7/+13
* Trunk-0.4 r6764: Warn the player if interlevel travel is going to take them t...dshaligram2008-08-041-0/+83
* Fix 2017893: long file names not working on DOS. Crawl now takes a j-p-e-g2008-07-171-3/+2
* Apply r6500 to 0.4.ennewalker2008-07-111-0/+15
* Apply some more commits to bring 0.4 up to date.j-p-e-g2008-07-101-4/+7
* Add DNGN_EXIT_HELL to is_travelable_stair(), since it already includes dolorous2008-06-291-1/+2
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-10/+10
* In is_stair(), include portal vault entrances and exits, since the dolorous2008-06-251-0/+2
* Add a few minor cleanups.dolorous2008-06-201-7/+18
* Simplify.dolorous2008-06-201-4/+4
* Add more miscellaneous minor fixes.dolorous2008-06-181-0/+1
* Added several new tutorial triggers including information on being caughtj-p-e-g2008-06-131-10/+11
* Add explanatory comments to the pathfinding routines. I might have gonej-p-e-g2008-06-121-3/+22
* Allow travel excludes on unexplored territory. I hope this doesn'tharanp2008-06-111-3/+0
* Yikes, so many files! And all I did was add more item evaluationj-p-e-g2008-06-091-2/+3
* Moved some cloud related functions from misc.{cc,h} to cloud.{cc,h}zelgadis2008-06-091-0/+1
* I'm not sure I actually coded anything worthwhile, though I experimentedj-p-e-g2008-06-021-2/+3
* Fix wizard mode being unable to create monsters of nonfloor habitat.j-p-e-g2008-06-011-1/+2
* Fixed greedy mode explore_stop so that "items" stops when non-autopickupzelgadis2008-05-311-10/+34
* Added two new options, rest_wait_both and chunks_autopickup, both defaultingzelgadis2008-05-301-19/+0
* Modify tutorial messages for the new triggers. Thanks again, Matthew! :)j-p-e-g2008-05-291-9/+10
* Modify num_feats_between to return early if a feature has beenj-p-e-g2008-05-271-3/+3
* Add yet another new channel MSGCH_FRIEND_ACTION thatj-p-e-g2008-05-271-165/+76
* Fix aborting unchivalric attacks costing a turn.j-p-e-g2008-05-251-2/+2
* Simplify.dolorous2008-05-241-1/+1
* Fix travel not working. Whoops!j-p-e-g2008-05-201-2/+4
* Rename static methods in travel.cc and terrain.cc.j-p-e-g2008-05-201-296/+296
* Fix 1858979: Monsters being capable to reach through wallsl.j-p-e-g2008-05-191-7/+12
* Fix 1965819: invisible monster given away when (un)wielding or wearingj-p-e-g2008-05-171-13/+16
* FR 1962016: Make hydra headedness more obvious.j-p-e-g2008-05-141-10/+13
* Suppress --More-- when travel/explore makes a T&D trap save.dshaligram2008-05-041-0/+14
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-1/+1
* Disallow the Staff of Wucad Mu as a Trog gift.j-p-e-g2008-04-161-6/+9
* Another code cleanup.j-p-e-g2008-04-151-110/+110
* Add yet more whitespace fixes.dolorous2008-04-091-4/+4
* Fixing tiles compilation error.ennewalker2008-04-031-5/+0
* Fix tile compile on Windows.j-p-e-g2008-04-021-1/+1
* Yet Another Code Cleanup, this time concentrating on libx11.cc and j-p-e-g2008-04-011-1/+1
* Slime:6 teleport control is enabled even if you kill the royal jelly off-leve...dshaligram2008-04-011-0/+5
* Give monsters better natural regeneration increasing with HD. Monsters will s...dshaligram2008-03-311-1/+1
* Fix 1921769: Exclusion squares on the tiles minimap sometimesj-p-e-g2008-03-301-2/+3
* Prevent shafts from being created in corridors, at least untilj-p-e-g2008-03-291-12/+16
* Add fountains of blood (as suggested by Lemuel), and tidy up j-p-e-g2008-03-261-10/+6
* Fixed tile compile. (I was being a bit overzealous in my cleanup.)j-p-e-g2008-03-251-1/+1
* Tiles:j-p-e-g2008-03-251-4/+2
* Partially fixed [1921769] Minimap exclude region sometimes not shown.ennewalker2008-03-251-8/+12
* This was originally going to be a small refactor of stash.cc beforepauldubois2008-03-231-55/+58
* "stashes" was both a global variable and a member variable... confusing!pauldubois2008-03-231-5/+5
* Some yesno standardisation. Some yesno prompts had a trailing space, some di...pauldubois2008-03-171-2/+2