summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_dgnlvl.cc
Commit message (Expand)AuthorAgeFilesLines
* Store the entry level for every branch (rather than just depth).Adam Borowski2013-11-021-7/+4
* Alternate Forest with Crypt.Steve Melenchuk2013-05-261-3/+3
* Use std namespace.Raphael Langella2012-08-261-1/+1
* Massive style fix (braces, indentation, etc.)Neil Moore2012-08-011-2/+1
* Lua function: dgn.br_entrance.Steve Melenchuk2012-07-261-0/+18
* New Lua function: dgn.br_exists().Steve Melenchuk2012-07-081-0/+20
* Make dgn.br_depth() default to the current branch.Adam Borowski2012-07-081-1/+13
* dlua function to get the depth (length) of a branch.Neil Moore2012-07-081-0/+2
* Some more return deparenthesization.Adam Borowski2012-07-051-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-2/+2
* Split the branch data into read-only and mutable parts.Adam Borowski2011-11-041-1/+1
* Get rid of level_type, unify BRANCH_*, LEVEL_* and portal vaults.Adam Borowski2011-11-041-43/+0
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
* Remove shop_chance from branch-data.h.Vsevolod Kozlov2010-12-291-2/+0
* Ensure a space after "return".Adam Borowski2010-12-161-6/+6
* Add support for Lua hooks triggered during vault generation (dpeg)Darshan Shaligram2010-12-051-5/+4
* Replace branch::has_shops by branch::shop_chance.Robert Vollmert2010-05-031-1/+1
* Remove level_type checks from set_level_type_* Lua wrapers.Jude Brown2009-11-061-19/+0
* 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
* Move clua crawl_lib from clua to l_crawl.cc.Robert Vollmert2009-10-201-1/+1
* Split level and branch functions out of l_dgn.cc.Robert Vollmert2009-10-201-0/+160