summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-layouts.h
Commit message (Collapse)AuthorAgeFilesLines
* Chance function(void) to function()reaverb2014-05-241-1/+1
|
* Make some functions static or gone.Adam Borowski2013-01-311-1/+0
|
* Use branch depth rather than absolute depth as the authoritative one.Adam Borowski2012-01-031-1/+1
|
* Rename plan_4 to chaotic_city, other layout functions to dgn_build_*_level.Vsevolod Kozlov2011-06-251-4/+4
|
* Split builder_basic, plan_4, _build_rooms and bigger_room into dgn-layouts.cc.Vsevolod Kozlov2011-06-251-0/+11
This involves exposure of join_the_dots and count_feature_in_box as pubilic functions in dungeon.h. The rationale is that dungeon.cc is long and that it needs to be split up, and also that these layout builders share common helper functions.