summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/overmap.cc
Commit message (Expand)AuthorAgeFilesLines
* Trim unnecessary #includes.Adam Borowski2010-01-131-1/+0
* Add default answer 'n' to several instances of yesno().Johanna Ploog2009-12-261-1/+1
* Remove outdated comment.Jude Brown2009-12-061-3/+0
* Fix bad line wrapping in shop list (#118).Robert Vollmert2009-12-051-1/+1
* Reduce dependency on travel.hMatthew Cline2009-11-291-0/+1
* Remove unnecessary header-header includes.Robert Vollmert2009-11-271-0/+1
* Bug #51: Remove gone portals from shopping listMatthew Cline2009-11-271-0/+1
* Display explored depth in level overview (anonymous).Robert Vollmert2009-11-141-3/+12
* Revert "Fix bug [2864019] - assertion failure after pressing ctrl-O"Robert Vollmert2009-11-141-18/+3
* Remove a few obsolete includes.Robert Vollmert2009-11-101-3/+0
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+1
* Split map knowledge and FPROPs.Robert Vollmert2009-11-081-1/+2
* Remove redundant level_type check.Robert Vollmert2009-11-061-3/+0
* Split up view.cc.Robert Vollmert2009-11-041-0/+1
* Get rid of multiple-meaning "int object" in env.show.Robert Vollmert2009-11-041-2/+1
* Move feature_def and Feature array into feature.cc from view.cc.Robert Vollmert2009-11-041-0/+1
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+2
* FR 2839615: comment on # of altars/shops sensedMatthew Cline2009-10-251-0/+13
* Fix bug [2864019] - assertion failure after pressing ctrl-OCharles Otto2009-10-241-3/+18
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* More renaming and reorganization of feature checks.Robert Vollmert2009-10-171-1/+1
* Naming consistency.Robert Vollmert2009-10-171-3/+3
* Remove a lot of unneccessary includes.Robert Vollmert2009-10-091-1/+0
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* [2860010] Fix crash fetching annotations (rob). Crash dumps for the win!dshaligram2009-09-161-1/+1
* Smarter exclusions, yay!j-p-e-g2009-09-151-5/+37
* * Fix compilation for Tiles.j-p-e-g2009-06-031-33/+37
* For 2089989, reallow friendlies to walk into your damaging clouds inharanp2009-02-211-64/+35
* Hint at the force prompt feature when entering annotations.dploog2009-02-201-1/+1
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Generalize swapping two pieces of terrain in function swap_terrain().zelgadis2008-12-111-0/+24
* Actually replace sold out shops with the new feature DNGN_ABANDONED_SHOP.j-p-e-g2008-12-071-4/+3
* Erase closed shops from the overmap.j-p-e-g2008-12-071-42/+42
* Changed "dstovermap" portal vault entrance parameter to "overmap".zelgadis2008-11-271-5/+30
* Portal vault entries now show up on the overmap. Breaks savefilezelgadis2008-11-241-30/+144
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-7/+0
* Massive overhaul to move towards coord_def().haranp2008-07-301-6/+5
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-1/+1
* Fix 2017251: The annotation prompt not escaping properly.j-p-e-g2008-07-131-2/+3
* [2004538] Fixed Vestibule of Hell bugs where entering would place you randoml...ennewalker2008-07-011-1/+1
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-1/+1
* Let a level_id be directly compared to a branch type with == and != tozelgadis2008-06-221-1/+1
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-1/+1
* Apply Horst von Brand's (first) patch 1887488: gcc-4.3 compile failures.j-p-e-g2008-04-141-6/+7
* 1936718pauldubois2008-04-111-1/+1
* First batch of Paul's patches:j-p-e-g2008-02-181-3/+4
* Shaft traps (trap doors) [1792195] and level annotation [1769009]zelgadis2007-10-051-0/+150
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+3
* Added verbose hiscore output to char_dump, andj-p-e-g2007-08-221-4/+18
* Replaced timed markers with Lua markers. Breaks save compatibility.dshaligram2007-07-261-13/+59