summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dlua.h
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace.Raphael Langella2012-08-261-18/+17
* 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-0/+1
* Fix map transforms accessing areas outside the map grid (kilobyte).Darshan Shaligram2010-12-061-0/+1
* s/acr.cc/main.cc/ in comments.Adam Borowski2010-07-231-1/+1
* A compile option (-DDEBUG_GLOBALS) to let valgrind act on global classes.Adam Borowski2010-07-191-0/+3
* Remove "called from:" comments.Vsevolod Kozlov2009-11-031-2/+0
* Move print_?lua_stack into CLua.Robert Vollmert2009-10-211-2/+0
* Move more utility code from dlua to cluautil.Robert Vollmert2009-10-211-2/+0
* Create l_defs.h and move stuff there.Robert Vollmert2009-10-211-6/+1
* Move userdata templates to cluautil.h.Robert Vollmert2009-10-211-14/+0
* Move more macros and functions to cluautil.cc.Robert Vollmert2009-10-211-7/+0
* Move utility functions from clua.cc to cluautil.cc.Robert Vollmert2009-10-211-3/+2
* Split out tiles specific functions from l_dgn.cc.Robert Vollmert2009-10-201-23/+0
* Split some parts of lua library "dgn" out.Robert Vollmert2009-10-201-0/+7
* Split file_lib out.Robert Vollmert2009-10-191-8/+0
* Split out crawl_lib from dlua.cc.Robert Vollmert2009-10-191-0/+3
* Split dgn_lib out of luadgn.cc; rename luadgn to dlua.Robert Vollmert2009-10-191-0/+129