summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/levcomp.lpp
Commit message (Expand)AuthorAgeFilesLines
* Massively expand tile functionality in vault definitions.Jude Brown2009-12-091-0/+1
* Revert "Convert dgn.set_border_fill_type to BORDER."Jude Brown2009-11-301-1/+0
* Convert dgn.set_border_fill_type to BORDER.Jude Brown2009-11-301-0/+1
* Subvaults.Enne Walker2009-11-281-0/+1
* KPROP: assign feature properties in Lua vaults: FPROP_BLOODY, etc.Jude Brown2009-10-211-0/+1
* Adding FTILE/RTILE vault commands for setting per-glyph floor and rock tiles....ennewalker2009-01-201-4/+6
* [2054793] Partial implementation of the request to have COLOUR tags affect ti...ennewalker2008-12-011-0/+2
* Removed redundant buffer used to go from map_def to env.grid and all the tedi...dshaligram2008-11-231-0/+1
* Separate CHANCE and WEIGHT. CHANCE is a probability, WEIGHT is a raw number u...dshaligram2008-11-191-2/+6
* Lua marker code is now converted into an anonymous function in the same scope...dshaligram2008-11-181-14/+3
* Allow continuation lines in .des files (dpeg).dshaligram2008-10-191-51/+106
* Apply Horst von Brand's (first) patch 1887488: gcc-4.3 compile failures.j-p-e-g2008-04-141-9/+10
* Added new vaults (incl. Crypt, altars, entries). Contributed by Lemuel, bobbe...dshaligram2007-12-301-8/+9
* Moved all of the bazaar specific logic/code to dat/bazaar (or turned thezelgadis2007-10-041-0/+2
* Bumped piety cost for brothers-in-arms and greater healing.dshaligram2007-09-271-0/+1
* This change moves the logic for when a level or branch prohibitszelgadis2007-09-191-0/+3
* [1767432] Fixed labyrinth with sealed exit.dshaligram2007-08-041-0/+1
* Reworked Bazaars as a special case of portal vaults. The level-type is nowdshaligram2007-07-271-0/+1
* Replaced timed markers with Lua markers. Breaks save compatibility.dshaligram2007-07-261-4/+22
* Allow non-rectangular minivaults and branch entry vaults (use space padding).dshaligram2007-07-061-3/+3
* Added NSUBST.dshaligram2007-07-011-0/+1
* Level updates collated by David.dshaligram2007-07-011-1/+1
* [1742338] Fixed Hell portals not being revealed correctly when the horn isdshaligram2007-06-301-0/+1
* Updated level-design.txt with a basic overview of the Lua possibilities.dshaligram2007-06-281-5/+5
* Added glyphs_connected and friends for maps to test connectedness of pointsdshaligram2007-06-271-12/+0
* Added support for a validation hook for maps to check if they're A-Ok.dshaligram2007-06-261-0/+4
* Allow : prefixed Lua lines in .des files.dshaligram2007-06-241-1/+9
* Step 1 of .des file Lua-isation. The dungeon compiler converts .des files todshaligram2007-06-231-47/+42
* Added new orc entries and vaults (Lemuel).dshaligram2007-05-281-1/+1
* Fixed Mac build.dshaligram2007-05-091-0/+1
* Added Lemuel's mines minivaults.dshaligram2007-05-091-0/+4
* Increased lexer token cache to 100 tokens.dshaligram2007-04-021-1/+1
* Allow SUBST and SHUFFLE specs to be comma-separated.dshaligram2007-03-271-4/+9
* Enable more verbose error messages from the map parser.dshaligram2007-03-201-1/+1
* Added KFEAT:, KITEM: and KMONS: map directives to allow placing specificdshaligram2007-03-121-0/+4
* Updated Elf:7 levels (David).dshaligram2007-03-051-1/+1
* SYMBOL: is now obsolete in maps, replaced by SUBST:dshaligram2007-02-201-1/+1
* Updated entry vaults (David).dshaligram2007-02-191-4/+7
* Allow maps to use SHUFFLE: directive to shuffle symbols in the map definitiondshaligram2007-01-291-0/+1
* Added ~ for maps to request a trap that's in-depth for the current level.dshaligram2007-01-081-1/+1
* Compiler warning nitpicking; 'int' -> 'unsigned int'nlanza2006-12-111-1/+1
* Better handling for entry minivaults and minivaults that specify PLACE:dshaligram2006-12-081-0/+1
* Fixed bug where Pandemonium demonlords did not get their rightful runesdshaligram2006-12-081-26/+41
* *Breaks save compatibility* - changed monster flags to long, added "god" fiel...dshaligram2006-12-071-2/+23
* Merged stone_soup r15:451 into trunk.dshaligram2006-11-221-0/+155