summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_dgnbld.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect math in make_box_doors.Jude Brown2010-01-121-1/+15
* Die noisily on invalid box_side (mostly to silence compiler warnings).Adam Borowski2010-01-121-0/+1
* More new dungeon build functions, and some adjustments.Jude Brown2010-01-121-8/+147
* Some new Lua wrappers for dungeon building and ranges.Jude Brown2010-01-121-0/+73
* Change mapgrd and mapbld funcs to be 0-indexed.Enne Walker2009-11-291-17/+12
* Add formatting fixes.David Lawrence Ramsey2009-11-211-8/+8
* Flatten header dependencies a bit.Robert Vollmert2009-11-171-0/+1
* Add whitespace fixes.David Lawrence Ramsey2009-11-021-11/+11
* Lua builder funcs act on map_lines, not grd.Enne Walker2009-11-021-248/+597
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+2
* Move more macros and functions to cluautil.cc.Robert Vollmert2009-10-211-1/+1
* Complete rename to mapgrd.Robert Vollmert2009-10-211-2/+2
* cosmetic: strip trailing whitespaceSteven Noonan2009-10-201-45/+45
* Move grd_lib out of clua.cc into l_mapgrd.cc.Robert Vollmert2009-10-201-1/+1
* Move clua crawl_lib from clua to l_crawl.cc.Robert Vollmert2009-10-201-1/+1
* Split builder functions out from l_dgn.cc.Robert Vollmert2009-10-201-0/+365