summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/levcomp.ypp
Commit message (Expand)AuthorAgeFilesLines
* Massively expand tile functionality in vault definitions.Jude Brown2009-12-091-1/+19
* Revert "Convert dgn.set_border_fill_type to BORDER."Jude Brown2009-11-301-10/+0
* Convert dgn.set_border_fill_type to BORDER.Jude Brown2009-11-301-0/+10
* Subvaults.Enne Walker2009-11-281-1/+18
* KPROP: assign feature properties in Lua vaults: FPROP_BLOODY, etc.Jude Brown2009-10-211-1/+11
* Fix missing levcomp include properly.Robert Vollmert2009-10-211-2/+1
* Revert "Fix broken include."Robert Vollmert2009-10-211-1/+2
* Fix broken include.Robert Vollmert2009-10-211-2/+1
* Split dgn_lib out of luadgn.cc; rename luadgn to dlua.Robert Vollmert2009-10-191-1/+1
* Lua map improvements.Enne Walker2009-10-181-1/+1
* Adding FTILE/RTILE vault commands for setting per-glyph floor and rock tiles....ennewalker2009-01-201-17/+52
* [2054793] Partial implementation of the request to have COLOUR tags affect ti...ennewalker2008-12-011-1/+21
* Lua functions for FLOORCOL and ROCKCOL are now named floorcol() and rockcol()...dshaligram2008-11-231-2/+2
* Separate CHANCE and WEIGHT. CHANCE is a probability, WEIGHT is a raw number u...dshaligram2008-11-191-4/+34
* Lua marker code is now converted into an anonymous function in the same scope...dshaligram2008-11-181-24/+26
* Apply Horst von Brand's (first) patch 1887488: gcc-4.3 compile failures.j-p-e-g2008-04-141-43/+45
* Moved all of the bazaar specific logic/code to dat/bazaar (or turned thezelgadis2007-10-041-0/+21
* Bumped piety cost for brothers-in-arms and greater healing.dshaligram2007-09-271-3/+20
* This change moves the logic for when a level or branch prohibitszelgadis2007-09-191-2/+32
* Reworked Bazaars as a special case of portal vaults. The level-type is nowdshaligram2007-07-271-1/+11
* Replaced timed markers with Lua markers. Breaks save compatibility.dshaligram2007-07-261-6/+21
* Fixed level-compiler not warning of maps with the same name consistently.dshaligram2007-07-081-18/+5
* Added NSUBST.dshaligram2007-07-011-1/+18
* Level updates collated by David.dshaligram2007-07-011-0/+7
* [1742338] Fixed Hell portals not being revealed correctly when the horn isdshaligram2007-06-301-3/+20
* Added glyphs_connected and friends for maps to test connectedness of pointsdshaligram2007-06-271-16/+11
* Added support for a validation hook for maps to check if they're A-Ok.dshaligram2007-06-261-2/+26
* .des files can use a global Lua prelude (before maps are defined) that runsdshaligram2007-06-251-0/+21
* Allow multiple MAP sections per map (maps can be conditionalised with Lua).dshaligram2007-06-241-2/+10
* Hackily rewrite Lua chunk errors to reflect line numbers from the originaldshaligram2007-06-241-2/+5
* Implemented .des file caching (speeds startup a fair bit): .des files aredshaligram2007-06-241-2/+3
* Step 1 of .des file Lua-isation. The dungeon compiler converts .des files todshaligram2007-06-231-207/+98
* Added Lemuel's mines minivaults.dshaligram2007-05-091-14/+77
* Use end() instead of exit() for level compiler errors.dshaligram2007-04-031-1/+1
* Allow SUBST and SHUFFLE specs to be comma-separated.dshaligram2007-03-271-9/+21
* Enable more verbose error messages from the map parser.dshaligram2007-03-201-0/+2
* Added KFEAT:, KITEM: and KMONS: map directives to allow placing specificdshaligram2007-03-121-1/+34
* Level compiler now croaks if two maps have the same name.dshaligram2007-02-201-0/+31
* SYMBOL: is now obsolete in maps, replaced by SUBST:dshaligram2007-02-201-5/+10
* Updated entry vaults (David).dshaligram2007-02-191-1/+6
* Allow maps to use SHUFFLE: directive to shuffle symbols in the map definitiondshaligram2007-01-291-1/+8
* New entry vaults and regular vaults (Lemuel). The regular vaults are probablydshaligram2007-01-181-4/+5
* Tweaked startup initialisation so that Crawl can load maps before cursesdshaligram2006-12-121-1/+0
* Fixed bug where Pandemonium demonlords did not get their rightful runesdshaligram2006-12-081-2/+30
* *Breaks save compatibility* - changed monster flags to long, added "god" fiel...dshaligram2006-12-071-1/+35
* Merged stone_soup r15:451 into trunk.dshaligram2006-11-221-0/+226