summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/clua
Commit message (Expand)AuthorAgeFilesLines
...
* s/helper/listener/ for function machines that act as listeners.Darshan Shaligram2009-10-311-3/+3
* lmark.synchronized_markers(): apply one marker's effects to multiple points s...Darshan Shaligram2009-10-317-87/+292
* Initialize __echo in lua interpreter.Robert Vollmert2009-10-301-0/+14
* Add Volcanoes, early-midgame portal vaults by Jude, with dpeg and Zaba.Eino Keskitalo2009-10-291-1/+1
* "Helper" FunctionMachines, messages for FogMachines.Jude Brown2009-10-292-7/+157
* Regroup .des files in loadmaps.lua.Eino Keskitalo2009-10-291-7/+11
* Persistent table for FunctionMachines. A single table can be passed to multip...Jude Brown2009-10-261-3/+16
* FR 1837856: note vaults generated in dumpMatthew Cline2009-10-261-0/+1
* FunctionMachines: call a specified Lua function when certain conditions are m...Jude Brown2009-10-252-0/+159
* Let markers change the description of any featureMatthew Cline2009-10-252-8/+10
* Observerable/observer-ish pattern for Lua markersMatthew Cline2009-10-225-276/+500
* Shrines, by TGW.Adam Borowski2009-10-221-1/+2
* Complete rename to mapgrd.Robert Vollmert2009-10-211-2/+2
* Lua map improvements.Enne Walker2009-10-181-9/+15
* Globally replace see_grid by see_cell.Robert Vollmert2009-10-173-5/+5
* Lua marker to create monsters on triggeringMatthew Cline2009-10-162-0/+119
* Merge branch 'trees'.Adam Borowski2009-10-131-1/+1
|\
| * A vault: yaktaur_hedge, test for monsters shooting through bushes.Adam Borowski2009-10-121-1/+1
* | Fixed Lua compile of super_loot item spec in ziggurat_create_loot_at().Matthew Cline2009-10-121-3/+5
|/
* Patch 2873911 by Jude: add rain cloudsCharles Otto2009-10-101-1/+1
* Scrolls and cure mutation can come up in ziggurats.David Ploog2009-10-092-3/+34
* Mutagenic fog. Comes from Evaporate and fog generators. (due)Adam Borowski2009-10-071-2/+2
* Mention entry price in 'xv' description of toll portals (ziggurat).Robert Vollmert2009-10-061-0/+10
* New portal vault: Trove by Jude.dploog2009-09-221-4/+5
* Added new portal vault, the bailey. (Together with Zaba.)dploog2009-09-201-4/+4
* [2857812] Fix crash on entering portal vaults (my bad).dshaligram2009-09-151-1/+2
* Allow adding amount=X property to timed markers to make them timed toll marke...dshaligram2009-08-301-0/+17
* Change Ziggurat milestones to be more convenient for tourney parsing.dshaligram2009-07-251-4/+5
* Milestones for entering Ice Cave, Sewer and Ossuary. Document making these fo...evktalo2009-07-201-2/+2
* Add milestones for progress in ziggurats (##crawl, dpeg).dshaligram2009-07-132-0/+20
* Rename Minitomb (a portal vault made by Zaba) to Ossuary.dploog2009-06-241-1/+1
* Fix lua errors for Ziggurats in Tiles.j-p-e-g2009-06-101-4/+16
* Deeper ziggurat levels may block controlled teleports and/or have alldploog2009-05-051-2/+9
* Allow ziggurat levels to generate all monsters awakedshaligram2009-05-021-24/+52
* First approach towards more relentless ziggurats at deeper levels.dploog2009-04-051-12/+30
* Make it easier for ziggurat monster specs to weight monsters by zigguratdshaligram2009-03-272-4/+23
* 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-289-8/+17
* On a crash, do consistency checking on the level's markers, dump the level'szelgadis2009-01-282-2/+31
* Reinstate old formula for difficulty per ziggurat depth.dploog2009-01-241-1/+1
* Fixed (and higher) chances for portals to Ziggurats. dploog2009-01-221-2/+3
* [2468791] Reduce distinction between minivaults and floating vaults. All vaul...dshaligram2009-01-031-5/+4
* Add arena mode, activated on the command-line by 'crawl -arena "monster v mon...dshaligram2008-12-311-0/+2
* The entry gates to portal vaults can now set their long feature description viazelgadis2008-12-281-0/+4
* Breaks savefile compatibility.zelgadis2008-12-131-1/+9
* Make ziggurat outerwalls permarock. New entry vault.dploog2008-12-051-4/+4
* Fix broken ziggurat (David).dshaligram2008-12-052-1/+4
* Expand portal entity prop in disappearance messages.dshaligram2008-12-032-1/+5
* Fix broken sewer messaging (dpeg).dshaligram2008-12-021-2/+3
* Include distance hints for timed portals (dpeg).dshaligram2008-12-012-12/+58