summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/clua/util.lua
Commit message (Expand)AuthorAgeFilesLines
* Some new Lua wrappers for dungeon building and ranges.Jude Brown2010-01-121-1/+9
* Add -script option to Crawl to run a Lua script. Scripts are similar to tests...Darshan Shaligram2010-01-091-2/+12
* Fix util.append (due).Darshan Shaligram2009-12-251-11/+5
* lmark.synchronized_markers(): apply one marker's effects to multiple points s...Darshan Shaligram2009-10-311-0/+8
* Observerable/observer-ish pattern for Lua markersMatthew Cline2009-10-221-0/+20
* Add milestones for progress in ziggurats (##crawl, dpeg).dshaligram2009-07-131-0/+9
* Make it easier for ziggurat monster specs to weight monsters by zigguratdshaligram2009-03-271-1/+2
* Make table_to_string() more robust, so it won't raise an error if it encounterszelgadis2009-01-291-6/+21
* Add the field CLASS to the metatable of each class, containing the name of thezelgadis2009-01-281-1/+7
* On a crash, do consistency checking on the level's markers, dump the level'szelgadis2009-01-281-1/+25
* Expand portal entity prop in disappearance messages.dshaligram2008-12-031-0/+4
* Include distance hints for timed portals (dpeg).dshaligram2008-12-011-3/+7
* Fix .des timer messaging to be easier to customise, applied timer to sewer po...dshaligram2008-12-011-11/+40
* Fixed slow ziggurat level build, fixed ziggurat dismissals of simulacra resul...dshaligram2008-11-281-0/+24
* Make it easier to conditionalise ziggurat monster sets by depth, and allow we...dshaligram2008-11-281-0/+38
* ziggurat ellipse builder (dpeg), needs work.dshaligram2008-11-271-0/+30
* Attempt to place ziggurat loot vault inside the ziggurat. If the vault doesn'...dshaligram2008-11-261-1/+10
* Set depth limits for ziggurat monster sets (pan lords and dracs) so that shal...dshaligram2008-11-251-2/+23
* Clean up TimedMarker to inherit from OneWayStair. Breaks saves.dshaligram2008-11-251-0/+9
* Add pillars to ziggurat, more utility functions for Lua to handle maps.dshaligram2008-11-241-0/+18
* More steps toward ziggurats.dshaligram2008-11-231-0/+67