summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_dgn.cc
Commit message (Expand)AuthorAgeFilesLines
* Undid accidental/stale commit (oops)Matthew Cline2009-11-031-10/+0
* l_dgn.cc: define 'dgn.in_bounds()' lua funcMatthew Cline2009-11-031-0/+10
* lmark.synchronized_markers(): apply one marker's effects to multiple points s...Darshan Shaligram2009-10-311-4/+36
* Fix more missing includes. Sorry.Robert Vollmert2009-10-311-0/+2
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+3
* Wrapper for find_map_by_name (dgn.map_by_name). Test set for generation of sp...Jude Brown2009-10-241-0/+9
* KPROP: assign feature properties in Lua vaults: FPROP_BLOODY, etc.Jude Brown2009-10-211-0/+6
* Create l_defs.h and move stuff there.Robert Vollmert2009-10-211-0/+1
* Move utility functions from clua.cc to cluautil.cc.Robert Vollmert2009-10-211-1/+1
* cosmetic: strip trailing whitespaceSteven Noonan2009-10-201-151/+151
* Move clua crawl_lib from clua to l_crawl.cc.Robert Vollmert2009-10-201-1/+1
* Split debug lua bindings out to new library "debug".Robert Vollmert2009-10-201-66/+0
* Split out grid and feature-related bindings.Robert Vollmert2009-10-201-228/+1
* Split builder functions out from l_dgn.cc.Robert Vollmert2009-10-201-350/+2
* Split level and branch functions out of l_dgn.cc.Robert Vollmert2009-10-201-145/+3
* Split out tiles specific functions from l_dgn.cc.Robert Vollmert2009-10-201-156/+3
* Split some parts of lua library "dgn" out.Robert Vollmert2009-10-201-332/+0
* Move part of dgn_lib out to l_dgnevt.cc.Robert Vollmert2009-10-201-51/+0
* Split file_lib out.Robert Vollmert2009-10-191-0/+1
* Split dgn_lib out of luadgn.cc; rename luadgn to dlua.Robert Vollmert2009-10-191-0/+2893