summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Modify the Zot trap "Do you really ...?" prompt to only accept "yes" as aj-p-e-g2008-03-121-1/+1
* Two more instances of static members that already have vaguelypauldubois2008-03-101-2/+3
* Tiles:j-p-e-g2008-01-201-0/+10
* Tiles: Show excluded squares in minimap j-p-e-g2008-01-201-2/+27
* Tile support to show travel exclusions.ennewalker2008-01-191-1/+1
* More tweaks of Zin:j-p-e-g2008-01-031-1/+1
* [1849483] Warn player when fire_items_start option is blocking selection of t...dshaligram2007-12-281-1/+5
* Fixed anti-zigzag angle-bisection logic bug, reducint the worst casezelgadis2007-12-231-5/+8
* Another small improvement to the anti-zigzag algorithm. Also, thezelgadis2007-12-211-3/+5
* Fixed a big bug in the anti-zigzag logic, with the fix cutting thezelgadis2007-12-211-15/+14
* The first algorithm I tried for improving auto-explore simply increasedzelgadis2007-12-191-53/+103
* I really should spell-check my comments before checking code in; oops.zelgadis2007-12-171-3/+3
* Experimental "improved" explore algorithm which can be turned on byzelgadis2007-12-171-1/+51
* Permanent levitation no longer confers permanent flight.haranp2007-12-131-8/+1
* Travel will now avoid deep water unless you're permanently safe in it.haranp2007-12-051-1/+1
* Massive rewrite of makeitem.cc. Might be buggy.haranp2007-11-061-1/+1
* Allow yesno to use an override keymap applied after getchm(), make Escape can...dshaligram2007-11-011-1/+4
* [1823057] Fixed explore's mimic handling.dshaligram2007-10-311-5/+6
* [1817804] Fixed bogus "You're already here" messages from interlevel travel.dshaligram2007-10-251-4/+4
* [1817064] Fixed shift-running stopping for secret doors.dshaligram2007-10-251-2/+2
* Fixed bugs in greedy-explore's item ignore prompts.dshaligram2007-10-251-3/+7