summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.cc
Commit message (Expand)AuthorAgeFilesLines
* allow 'p' on the prompt for sacrificable itemsJesse Luehrs2014-08-151-11/+28
* Allow autosacrifice on altars and when silenced (minmay)Neil Moore2014-08-031-12/+4
* allow iterating over branches in a non-enum order (8742)Jesse Luehrs2014-08-021-6/+6
* Remove stuffNicholas Feinberg2014-07-291-1/+2
* Move redraw functions from stuff.cc -> output.ccNicholas Feinberg2014-07-281-0/+1
* Create prompt.ccNicholas Feinberg2014-07-271-0/+1
* Revert "Don't autotravel through monsters caught in nets"Neil Moore2014-07-111-8/+1
* Rename 'mesclr()' to 'clear_messages()'reaverb2014-06-221-7/+7
* The great mon-stuff migration.Shmuale Mark2014-06-221-0/+1
* Chance function(void) to function()reaverb2014-05-241-2/+2
* Replace Q cloud displacement with cloud immunity (Bloax, elliptic).Steve Melenchuk2014-05-071-6/+5
* Allow running (shift-moving) through Qazlal clouds (MarvinPA).Steve Melenchuk2014-05-071-1/+6
* Allow Qazlalites to displace their own clouds.Steve Melenchuk2014-05-071-2/+7
* Remove the unused jelly formChris Campbell2014-04-101-1/+1
* Remove mangroves, make single trees block LOS.wheals2014-03-291-1/+1
* Improve view.find_deepest_explored().elliptic2014-03-281-2/+2
* Don't show Ziggurats on the travel menu (#8322)Chris Campbell2014-03-271-0/+4
* Make autosacrifice work with Fedhas.Sage2014-02-261-0/+24
* Don't prevent autoexplore to stop at altars in the temple.Raphael Langella2014-02-021-3/+1
* Drop some useless parentheses around comparisons.Adam Borowski2014-01-101-1/+1
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Schedule DNGN_ENTER_PORTAL_VAULT for removal; other related fixes.Adam Borowski2013-12-191-4/+5
* Don't get stuck in autoexplore (#7855)Neil Moore2013-12-121-2/+8
* Alter string punctuationChris Oelmueller2013-12-091-1/+1
* Simplify butchery handlingChris Campbell2013-12-061-6/+0
* Drop map_shadow, use a bitmap and update it incrementally.Adam Borowski2013-12-041-6/+11
* Special handling for WebTiles travel depth promptPekka Lampila2013-12-031-1/+1
* Remove mpr_nocap().Adam Borowski2013-11-291-1/+1
* Reverse the order of arguments in mpr_nojoin().Adam Borowski2013-11-291-1/+1
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-2/+1
* Revert "Replace `mprf(ch, s)` with `mpr(s, ch)`"Adam Borowski2013-11-291-1/+1
* Rename mprnojoin to mpr_nojoinChris Oelmueller2013-11-281-1/+1
* Replace `mprf(ch, s)` with `mpr(s, ch)`Chris Oelmueller2013-11-281-1/+1
* Give a number of yesno() prompts default answers for HUP.Adam Borowski2013-11-251-1/+1
* More formatting fixes for return (...);Neil Moore2013-11-151-39/+39
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-18/+18
* Don't allocate pointless iterators.Adam Borowski2013-11-151-1/+1
* Transform the lower half of D into a new branch: the Depths.Steve Melenchuk2013-11-121-4/+4
* Fix a crash on interlevel travel (#7705).Neil Moore2013-11-061-2/+3
* Remove radius_iterator(los_base).Adam Borowski2013-11-051-6/+2
* Get rid of all external uses of get_los().Adam Borowski2013-11-051-1/+1
* Shorten branch enums.Adam Borowski2013-11-031-22/+22
* Whitespace and brace fixes.Adam Borowski2013-11-021-1/+2
* Store the entry level for every branch (rather than just depth).Adam Borowski2013-11-021-17/+6
* Dj: turn hover into regular permaflight.Adam Borowski2013-11-011-1/+1
* Reformat multi-line array literals.Adam Borowski2013-10-051-5/+9
* Ignore most traps in connectivity checks.Neil Moore2013-10-021-1/+5
* Use RMODE_CONNECTIVITY for monster placement.Neil Moore2013-10-021-5/+11
* Rename "natural traps" to "shafts".Adam Borowski2013-09-251-1/+1
* Move mons_is_stationary() to struct actor.Adam Borowski2013-09-131-1/+1