summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_dgngrd.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-0/+1
* Work around a Gozag shop generation crash.Steve Melenchuk2014-06-061-1/+7
* Be more careful with Lua dgn.grid() (#8646)Neil Moore2014-06-041-1/+1
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-2/+0
* Allow specifying layout_chaotic_city material type from LuaPete Hurst2013-05-051-5/+6
* Use std namespace.Raphael Langella2012-08-261-8/+6
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-7/+7
* Make feature renames local to a vault rather than the whole level.Adam Borowski2012-07-051-18/+1
* Drop the code for set_feature_desc_long().Adam Borowski2012-03-081-34/+0
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
* Consolidate floor covering descriptionsCharles Otto2010-05-221-1/+1
* Remove libutil.h from AppHdr.h and include explicitly.Robert Vollmert2010-01-201-0/+1
* Trim unnecessary #includes.Adam Borowski2010-01-131-1/+0
* New Lua library: feat.Jude Brown2009-11-271-13/+2
* set_feature_quote, complement to set_feature_desc_long/short.Jude Brown2009-11-151-0/+17
* Allow portal vaults to specify fill and border glyph.Jude Brown2009-11-141-93/+0
* seen_replace_feat(): replace one feat with anotherMatthew Cline2009-11-131-0/+11
* Rename FeawnCharles Otto2009-11-081-1/+1
* Remove trailing whitespace.David Lawrence Ramsey2009-11-061-2/+2
* Ensure that, if Jiyva is dead, no Jiyva altars can be placed in vaults.David Lawrence Ramsey2009-11-061-1/+9
* Get rid of multiple-meaning "int object" in env.show.Robert Vollmert2009-11-041-2/+2
* Restore lua binding for in_bounds.Robert Vollmert2009-11-031-0/+10
* Lua distance bindings, Volcano tweaks, FogMachine message tweaks.Jude Brown2009-11-011-0/+9
* Splitting up stuff.cc.Robert Vollmert2009-10-301-1/+2
* Rename Chronos to Cheibriados. (Jude Brown)David Ploog2009-10-231-1/+1
* Allow vaults to place altars of Chronos.David Ploog2009-10-221-1/+1
* Move more macros and functions to cluautil.cc.Robert Vollmert2009-10-211-1/+2
* Move utility functions from clua.cc to cluautil.cc.Robert Vollmert2009-10-211-0/+1
* cosmetic: strip trailing whitespaceSteven Noonan2009-10-201-15/+15
* Move clua crawl_lib from clua to l_crawl.cc.Robert Vollmert2009-10-201-1/+1
* Split out grid and feature-related bindings.Robert Vollmert2009-10-201-0/+245