summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/clua.h
Commit message (Expand)AuthorAgeFilesLines
* Fix compile with newer gcc.Robert Vollmert2009-11-241-1/+1
* Add "maybe_bool CLua::callmbooleanfn".Robert Vollmert2009-11-241-0/+3
* lmark.synchronized_markers(): apply one marker's effects to multiple points s...Darshan Shaligram2009-10-311-0/+2
* Move print_?lua_stack into CLua.Robert Vollmert2009-10-211-2/+2
* Move userdata templates to cluautil.h.Robert Vollmert2009-10-211-64/+0
* Move clua_register_metatable to cluautil.Robert Vollmert2009-10-211-4/+0
* Move utility functions from clua.cc to cluautil.cc.Robert Vollmert2009-10-211-19/+0
* Move grd_lib out of clua.cc into l_mapgrd.cc.Robert Vollmert2009-10-201-2/+2
* Lua map improvements.Enne Walker2009-10-181-0/+2
* headers: remove 'AppHdr.h' include from .h filesSteven Noonan2009-10-101-2/+0
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Include the Lua stack trace and currently acting monsters in the crash report.zelgadis2009-01-221-0/+2
* Fixed slow ziggurat level build, fixed ziggurat dismissals of simulacra resul...dshaligram2008-11-281-2/+15
* Place external loot chamber for ziggurat levels with jellies.dshaligram2008-11-251-1/+7
* Fix compile warnings (Napkin).dshaligram2008-11-251-0/+1
* Ziggurat portals charge gold for entry.dshaligram2008-11-251-0/+6
* More steps toward ziggurats.dshaligram2008-11-231-0/+2
* Spadework for ziggurats and other multilevel portal vaults.dshaligram2008-11-201-0/+6
* Lua marker code is now converted into an anonymous function in the same scope...dshaligram2008-11-181-0/+4
* Added lua_datum to wrap the common task of retaining references to Lua object...dshaligram2008-11-181-0/+35
* Add yet more whitespace fixes.dolorous2008-06-101-2/+2
* Fix crash on shutdown caused by bad order of static destruction (ugh).pauldubois2008-03-091-0/+1
* [Bug 1907221] Add "Modified for Crawl Reference" statement and author to aj-p-e-g2008-03-081-0/+8
* This change moves the logic for when a level or branch prohibitszelgadis2007-09-191-0/+2
* Replaced timed markers with Lua markers. Breaks save compatibility.dshaligram2007-07-261-2/+29
* Added glyphs_connected and friends for maps to test connectedness of pointsdshaligram2007-06-271-0/+3
* The dungeon builder now caches compiled Lua chunks instead of Lua source in thedshaligram2007-06-271-0/+1
* Croak if necessary Lua files are missing, instead of failing subtly later.dshaligram2007-06-251-2/+4
* Step 1 of .des file Lua-isation. The dungeon compiler converts .des files todshaligram2007-06-231-1/+46
* Pull c_macro out of the code and into clua/macro.lua.dshaligram2007-06-221-3/+3
* Override loadfile and dofile in the Lua user-script interpreter so they have todshaligram2007-06-211-1/+2
* Added support for limiting memory used by the Lua interpreter.dshaligram2007-06-211-0/+7
* Set debug hooks in the Lua VM and interrupt scripts that are running too long.dshaligram2007-06-191-1/+39
* Tweaked CLUA_BINDINGS so that the only thing it controls is running userdshaligram2007-04-141-4/+0
* These files shouldn't be executable.nlanza2006-08-131-0/+0
* Clean up a mistake in the SVN import.nlanza2006-08-131-0/+122