summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace global see_cell by observe_cell and disambiguate old uses.Robert Vollmert2009-11-061-1/+1
* Let Feawn worshipers travel/run through plants they can pass through.Charles Otto2009-11-051-3/+8
* Split up view.cc.Robert Vollmert2009-11-041-0/+1
* [ and ] respect dungeon topology (by)Stefan O'Rear2009-11-041-7/+7
* Get rid of multiple-meaning "int object" in env.show.Robert Vollmert2009-11-041-5/+5
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Use G in the overmap to directly change levelsStefan O'Rear2009-11-021-11/+11
* Implement map viewing for other levelsStefan O'Rear2009-11-021-0/+44
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+2
* level_pos: add methods current() and is_on()Matthew Cline2009-10-291-0/+5
* Move exclusion marshalling code to exclude.cc.Robert Vollmert2009-10-271-30/+2
* Move most exclusion code from travel.cc to exclude.cc.Robert Vollmert2009-10-271-299/+5
* Fix travel_exclude constructor not initialising monster.Robert Vollmert2009-10-271-1/+1
* Convert some ints to monster_type.Robert Vollmert2009-10-271-7/+6
* Fix compile.Robert Vollmert2009-10-261-4/+5
* Consistenly regard travel_exclud::mon as monster_type.Robert Vollmert2009-10-261-4/+5
* Member renaming in travel_exclude.Robert Vollmert2009-10-261-4/+4
* Rewrite los_def to handle function parameters sensibly.Robert Vollmert2009-10-261-16/+43
* Revert "Convert exclusions to los_def."Robert Vollmert2009-10-251-6/+6
* FR 2792379: stop auto-explore on marked statuesMatthew Cline2009-10-251-1/+31
* Make FPROP_FORCE_EXCLUDE set an actual travel exclusion.Jude Brown2009-10-241-6/+2
* Don't calculate LOS for radius-0 exclusions.Robert Vollmert2009-10-231-1/+4
* Get rid of player_monster_visible.Robert Vollmert2009-10-221-1/+1
* Convert exclusions to los_def.Robert Vollmert2009-10-221-6/+6
* Documentation for KPROP. "force_exclude" for stopping auto-explore and auto-t...Jude Brown2009-10-211-0/+4
* Simplify.Robert Vollmert2009-10-191-1/+1
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* Show unknown stairs as unknown.Adam Borowski2009-10-171-1/+1
* Unify check for unknown staircases in is_unknown_staircase.Robert Vollmert2009-10-171-0/+7
* More renaming and reorganization of feature checks.Robert Vollmert2009-10-171-142/+14
* Naming consistency.Robert Vollmert2009-10-171-18/+18
* Globally replace see_grid by see_cell.Robert Vollmert2009-10-171-2/+2
* Get rid of los_param outside of los.cc/losparam.cc.Robert Vollmert2009-10-161-33/+15
* Update all exclusions' LOS from travel_init_new_level().Robert Vollmert2009-10-151-9/+3
* Rewrite part of the exclusion code.Robert Vollmert2009-10-151-89/+101
* 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