summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.cc
Commit message (Expand)AuthorAgeFilesLines
* allow iterating over branches in a non-enum order (8742)Jesse Luehrs2014-08-021-2/+2
* UnbraceNeil Moore2014-07-311-2/+0
* replace_portal takes predence over overwrite_floor_cell.Steve Melenchuk2014-07-301-3/+5
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Add end.ccNicholas Feinberg2014-07-281-1/+1
* Rename the 'can_overwrite' vault tag to 'overwrite_floor_cell'.Vsevolod Kozlov2014-06-281-4/+5
* Only let can_overwrite vaults overwrite floor.Vsevolod Kozlov2014-06-281-4/+4
* Don't place can_overwrite vaults on top of no_tele_into squares.Vsevolod Kozlov2014-06-281-0/+7
* Clean up the mapstat function names and variablesgammafunk2014-06-241-12/+10
* Chance function(void) to function()reaverb2014-05-241-1/+1
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+6
* Use encompass vault portal places for otherwise-floating branch entries.Steve Melenchuk2014-03-121-16/+30
* Purge some references to Forest.Shmuale Mark2014-03-031-3/+0
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Rework the "extra" tag for non-minivaults.Steve Melenchuk2013-11-291-18/+41
* Refactor ASSERT(a && b) againBrendan Hickey2013-11-151-1/+2
* Don't allocate pointless iterators.Adam Borowski2013-11-151-2/+2
* Shorten branch enums.Adam Borowski2013-11-031-1/+1
* Fallback functionality for chance_ tag groups.Steve Melenchuk2013-10-281-3/+3
* Allow vaults to have "nolayout_" tags.Steve Melenchuk2013-10-251-2/+9
* Drop a lot of superfluous parentheses.Adam Borowski2013-10-241-39/+39
* Use vector.empty() for emptiness tests.Adam Borowski2013-10-171-1/+1
* Drop some useless parentheses.Adam Borowski2013-09-081-2/+2
* Add a new "ORDER:" map header for sorting game-mode maps.Neil Moore2013-09-051-0/+8
* Clear the subvault stack on each placement attemptZannick2013-08-091-3/+6
* Pad some ternary operators with spaces on the leftChris Oelmueller2013-07-281-4/+4
* Adjust level layouts for Forest.Steve Melenchuk2013-05-261-0/+3
* ORIENT: centre.Steve Melenchuk2013-05-141-2/+2
* Fix breakage on big endian.Adam Borowski2013-05-051-2/+2
* Port to OpenSolaris (Dyson/Illumos).Adam Borowski2013-05-051-3/+1
* Allow maps with a PLACE: to also have a DEPTH:.Steve Melenchuk2013-04-081-2/+1
* Allow vaults to be placed closer to the edge, in branches other than Shoals.Adam Borowski2013-03-171-1/+2
* Fix build on android.Raphael Langella2013-03-091-0/+3
* Make missing BYTE_ORDER defines fatal, rather than mis-tag files.Adam Borowski2013-03-041-0/+5
* Simplify a variable's scope.Adam Borowski2013-02-241-16/+13
* Tag the des cache with endianness and word width.Adam Borowski2013-02-241-13/+23
* Fix Shoals map connections.Darshan Shaligram2013-02-031-1/+1
* HangedMan's new Shoals ending.Darshan Shaligram2013-02-031-4/+9
* De-over-line-length a couple of comments.Steve Melenchuk2013-01-281-2/+4
* Allow Lua to inspect the vault before it is placedPete Hurst2013-01-281-1/+2
* Force a rebuild of the des cache.Adam Borowski2013-01-261-0/+11
* Track unique tags while placing subvaults (#6328).Zannick2013-01-011-3/+1
* Mark unique subvaults temporarily used (#6328).Zannick2012-12-301-0/+1
* Fixed 0006417, pan (and other) guarenteed portals not being generatedGuy Halford-Thompson2012-12-011-1/+2
* Make a few functions gone or static.Adam Borowski2012-10-311-7/+0
* Drop a lot of unnecessary braces.Adam Borowski2012-10-241-2/+0
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+1
* Mark and unmark currently handled vault at correct times.Adam Borowski2012-10-151-1/+0
* Note the vault and subvaults being placed when a crash happens.Adam Borowski2012-10-151-0/+1
* Fix subvault give-back not working properly on failures of the host vault.Adam Borowski2012-10-151-0/+4