summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/viewmap.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Cut down on transitively including directn.hAdam Borowski2012-06-201-0/+1
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-1/+0
* Purge a strange quirk of sorting the player's god's altar first on 'X'.Adam Borowski2012-05-151-3/+0
* Allow X< to find dungeon exits.Neil Moore2012-05-021-0/+1
* Fix all upstairs being shown as visited.Adam Borowski2012-04-271-2/+0
* Merge branch 'master' into portal_branchesAdam Borowski2012-04-251-5/+2
|\
| * Simplify map rot code.Adam Borowski2012-04-221-1/+2
| * Drop pointless braces after else/else if as well.Adam Borowski2012-04-201-2/+0
| * Drop pointless braces after if/for/while everywhere.Adam Borowski2012-04-201-2/+0
* | Make exits through Abyss a feature on their own.Adam Borowski2012-04-081-0/+1
* | Merge branch 'master' into portal_branchesAdam Borowski2012-03-261-30/+27
|\|
| * Several improvements to CMD_MAP_ANNOTATE_LEVEL.Policarpo Caballero2012-03-261-0/+9
| * Remove some uneeded brackets and simplify.Raphael Langella2012-03-251-21/+5
| * New sub-command in map mode, that allows to annotate levels.Policarpo Caballero2012-03-251-0/+13
| * Avoid two unused static function in local tiles builds.Neil Moore2012-03-191-0/+2
| * Make a bunch of functions static or non-existant.Adam Borowski2012-03-151-15/+4
* | Merge branch 'master' into portal_branchesAdam Borowski2012-02-201-0/+2
|\|
| * Avoid an unused variable warning with USE_LOCAL_TILES.Neil Moore2011-12-291-0/+2
* | Use branch depth rather than absolute depth as the authoritative one.Adam Borowski2012-01-031-1/+1
* | Standardize branch checks to player_in_branch(BRANCH_BEDLAM).Adam Borowski2011-12-281-1/+1
* | Merge branch 'master' into portal_branchesAdam Borowski2011-12-281-5/+4
|\|
| * Fix most of data loss of tile information in console games.Adam Borowski2011-12-161-4/+2
| * Make the X level map use the full window in Webtiles, similar to the console.Florian Diebold2011-12-161-0/+1
| * Consistently use a space after flow control statements.Adam Borowski2011-12-021-1/+1
* | Remove Hive stairs. Portal vaults don't need separate feature types.Adam Borowski2011-12-131-2/+0
* | Split the branch data into read-only and mutable parts.Adam Borowski2011-11-041-1/+1
* | Get rid of level_type, unify BRANCH_*, LEVEL_* and portal vaults.Adam Borowski2011-11-041-1/+1
|/
* Make Webtiles output happen in parallel to the console display, and make the ...Florian Diebold2011-10-151-13/+18
* Mostly correct uppercasing/lowercasing of Unicode strings. ij and ß are sti...Adam Borowski2011-10-011-1/+1
* Fix glyph truncation on platforms with 16 bit wchar_t.Adam Borowski2011-09-071-9/+9
* Apply the new feature mimic implementation to all types.Raphael Langella2011-09-051-4/+1
* Web trap initial implementationPete Hurst2011-08-311-0/+1
* Fix stairs to/from Spider not being generated and not working.Adam Borowski2011-08-291-0/+4
* Merge branch 'webtiles'Adam Borowski2011-07-101-1/+1
|\
| * Implement cursors and fix some bugs.Florian Diebold2011-06-261-3/+2
| * First prototype of webtiles.Florian Diebold2011-06-261-1/+2
* | Make show_map() more consistent.elliptic2011-06-281-51/+12
|/
* Handle SIGHUP in tiles and on Windows.Adam Borowski2011-05-011-2/+0
* Fix the coloring of radius 1 staircase exclusions.elliptic2011-04-241-2/+4
* Fix a misbehaviour of shifted vi keys on 'X' near map borders.Adam Borowski2011-04-111-4/+8
* Text truncation fixes.Adam Borowski2011-04-041-4/+3
* formatted_string fixes.Adam Borowski2011-04-041-2/+2
* Encase _is_explore_horizon() in #ifndef USE_TILE.Johanna Ploog2011-03-301-1/+2
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
* "feature = explore horizon {xEA,,lightmagenta}" to make exploring Lair easier.Adam Borowski2011-03-161-0/+27
* Cycling through features mimicsArxale2010-12-011-0/+3
* Rename the Dwarf Hall to the Dwarven Hall; it's still Dwarf for short.David Lawrence Ramsey2010-11-291-2/+2
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-1/+1
* Ashenzari: enums, altar and descriptions.Adam Borowski2010-10-071-0/+1
* don't require duplicating the coord_defJesse Luehrs2010-09-101-2/+2