summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dlua.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+2
* Use std namespace.Raphael Langella2012-08-261-30/+29
* Massive style fix (braces, indentation, etc.)Neil Moore2012-08-011-0/+2
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-14/+14
* Rename dat/clua to dat/dlua to avoid the clua/dlua confusion.Adam Borowski2011-06-181-3/+3
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
* Allow maps to specify different CHANCE and WEIGHT for different depth ranges ...Darshan Shaligram2010-12-241-1/+8
* Fix map transforms accessing areas outside the map grid (kilobyte).Darshan Shaligram2010-12-061-2/+2
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-4/+4
* allow defining colour patterns in luaJesse Luehrs2010-09-101-0/+1
* Allow corpses to be placed in .des files.Darshan Shaligram2010-06-221-0/+8
* Placate clang's warnings about shadowing class variables in class functions.Adam Borowski2010-06-201-2/+2
* s/marshallLong/marshallInt/, since this confusion tends to cause bugs.Adam Borowski2010-06-201-2/+2
* Make dungeon builder reject vaults that have no DEPTH, PLACE or TAGS that can...Darshan Shaligram2010-06-201-0/+1
* Nuke a whole lot of old-style casts, and remove some casts completelyHaran Pilpel2010-01-291-1/+1
* Remove libutil.h from AppHdr.h and include explicitly.Robert Vollmert2010-01-201-1/+1
* Fix Shoal:$ generation bugs: stairs could be surrounded by deep water, hut en...Darshan Shaligram2010-01-051-9/+1
* A start at a dLua spells library.Jude Brown2009-12-251-0/+1
* Subvaults.Enne Walker2009-11-281-0/+1
* New Lua library: feat.Jude Brown2009-11-271-0/+1
* Lua builder funcs act on map_lines, not grd.Enne Walker2009-11-021-2/+0
* Move Lua monster bindings into the dungeon lua.Robert Vollmert2009-10-271-0/+1
* Move print_?lua_stack into CLua.Robert Vollmert2009-10-211-26/+0
* Move more utility code from dlua to cluautil.Robert Vollmert2009-10-211-22/+0
* Move more macros and functions to cluautil.cc.Robert Vollmert2009-10-211-16/+0
* Move remaining libraries from clua.cc.Robert Vollmert2009-10-201-2/+1
* Move grd_lib out of clua.cc into l_mapgrd.cc.Robert Vollmert2009-10-201-0/+1
* Change you_dlib load style.Robert Vollmert2009-10-201-1/+1
* Move clua crawl_lib from clua to l_crawl.cc.Robert Vollmert2009-10-201-14/+15
* Split debug lua bindings out to new library "debug".Robert Vollmert2009-10-201-1/+2
* Split out grid and feature-related bindings.Robert Vollmert2009-10-201-0/+1
* Split builder functions out from l_dgn.cc.Robert Vollmert2009-10-201-0/+1
* Split level and branch functions out of l_dgn.cc.Robert Vollmert2009-10-201-0/+1
* Split out tiles specific functions from l_dgn.cc.Robert Vollmert2009-10-201-0/+1
* Split some parts of lua library "dgn" out.Robert Vollmert2009-10-201-1/+4
* Move part of dgn_lib out to l_dgnevt.cc.Robert Vollmert2009-10-201-0/+1
* Split out builder functions from dlua.cc.Robert Vollmert2009-10-201-221/+1
* Reduce #includes in dlua.cc.Robert Vollmert2009-10-191-34/+0
* Split out lib_mapmark from dlua.cc.Robert Vollmert2009-10-191-29/+0
* Split out dgnevent_lib from dlua.cc.Robert Vollmert2009-10-191-51/+0
* Split you_lib out from dlua.cc.Robert Vollmert2009-10-191-49/+0
* Split file_lib out.Robert Vollmert2009-10-191-133/+3
* Split out crawl_lib from dlua.cc.Robert Vollmert2009-10-191-48/+1
* Split dgn_lib out of luadgn.cc; rename luadgn to dlua.Robert Vollmert2009-10-191-0/+916