summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_dgnlvl.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove level_type checks from set_level_type_* Lua wrapers.Jude Brown2009-11-061-19/+0
| | | | | | | These checks are used to ensure the functions are only called from Portal vaults. However, they cause errors in the initial Lua map validation, regardless of whether or not the functions are actually being used in a Portal vault.
* Split actors and env from externs.h.Robert Vollmert2009-10-211-0/+1
|
* Move more macros and functions to cluautil.cc.Robert Vollmert2009-10-211-1/+1
|
* cosmetic: strip trailing whitespaceSteven Noonan2009-10-201-10/+10
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Move clua crawl_lib from clua to l_crawl.cc.Robert Vollmert2009-10-201-1/+1
| | | | To avoid name clashes, rename dlua libs from *_lib to *_dlib.
* Split level and branch functions out of l_dgn.cc.Robert Vollmert2009-10-201-0/+160