summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-delve.cc
Commit message (Expand)AuthorAgeFilesLines
* Drop a lot of superfluous parentheses.Adam Borowski2013-10-241-2/+2
* Fix lots of typosChris Oelmueller2013-07-231-2/+2
* ASSERT_RANGEs other than >= <.Adam Borowski2013-06-081-4/+2
* Turn pairs of assertions with x > min, x <= max into ASSERT_RANGE.Adam Borowski2013-06-081-2/+1
* Use std namespace.Raphael Langella2012-08-261-2/+2
* Try to restart layout_devel when it gets stuck (likely for 2,2 and 3,3).Adam Borowski2011-09-061-1/+12
* Silence a bogus compiler warning.Adam Borowski2011-09-011-1/+1
* layout_delve: in grd mode, don't trample upon MMT_VAULT.Adam Borowski2011-08-291-1/+2
* Allow delve() to operate on both grd or map_lines.Adam Borowski2011-08-291-38/+86
* Reimplement Kusigrosz' layout_delve.Adam Borowski2011-08-291-0/+257