summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.cc
Commit message (Expand)AuthorAgeFilesLines
* [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-3/+4
* Replaced timed markers with Lua markers. Breaks save compatibility.dshaligram2007-07-261-20/+20
* Updated level-design.txt.dshaligram2007-07-211-67/+25
* Validate float map sizes so large maps aren't set ORIENT: float.dshaligram2007-07-091-0/+1
* More debug stats for maps.dshaligram2007-07-091-0/+2
* [1750056] Fixed silly bug breaking cached maps on Windows.dshaligram2007-07-091-1/+1
* Fixed inappropriate maps being selected for dungeon levels.dshaligram2007-07-081-0/+6
* Fixed level-compiler not warning of maps with the same name consistently.dshaligram2007-07-081-0/+5
* Map DEPTH handling was completely smashed, fixed.dshaligram2007-07-081-1/+5
* Extend rectangular vault support for regular vaults.dshaligram2007-07-071-0/+10
* Allow non-rectangular minivaults and branch entry vaults (use space padding).dshaligram2007-07-061-1/+1
* Fix level compiler to validate PLACE: declarations.dshaligram2007-07-061-2/+8
* [1748837] Fixed odd-looking messages when explore finds two or more identicaldshaligram2007-07-061-25/+11
* Allow maps to specify item quantities with the q:N syntax in item specs. dshaligram2007-07-041-0/+4
* Moved hellmouths back to hells.des after discussions with David.dshaligram2007-07-011-6/+19
* Added NSUBST.dshaligram2007-07-011-15/+150
* Level updates collated by David.dshaligram2007-07-011-0/+23
* [1742338] Fixed Hell portals not being revealed correctly when the horn isdshaligram2007-06-301-42/+184
* Croak if SUBST: argument is malformed.dshaligram2007-06-281-2/+7
* Colour unvisited stone stairs white (can be customised with the feature option).dshaligram2007-06-281-2/+1
* Updated level-design.txt with a basic overview of the Lua possibilities.dshaligram2007-06-281-10/+21
* Added any_glyph_connected() and has_exit_from_glyph() Lua functions for leveldshaligram2007-06-271-1/+1
* Added glyphs_connected and friends for maps to test connectedness of pointsdshaligram2007-06-271-5/+46
* The dungeon builder now caches compiled Lua chunks instead of Lua source in thedshaligram2007-06-271-2/+2
* Added support for a validation hook for maps to check if they're A-Ok.dshaligram2007-06-261-6/+60
* .des files can use a global Lua prelude (before maps are defined) that runsdshaligram2007-06-251-8/+8
* Hackily rewrite Lua chunk errors to reflect line numbers from the originaldshaligram2007-06-241-15/+12
* Implemented .des file caching (speeds startup a fair bit): .des files aredshaligram2007-06-241-2/+107
* Allow glob patterns in KFEAT lines. For instance:dshaligram2007-06-241-3/+3
* Step 1 of .des file Lua-isation. The dungeon compiler converts .des files todshaligram2007-06-231-11/+375
* Fixed KITEM to actually accept item lists, which it did not before (oops).dshaligram2007-06-221-2/+10
* More minor cleanups.haranp2007-06-201-1/+1
* Added new orc entries and vaults (Lemuel).dshaligram2007-05-281-16/+84
* Updated level-design.txt.dshaligram2007-05-101-2/+2
* Added Lemuel's mines minivaults.dshaligram2007-05-091-5/+111
* Type safety, cast cleanups, etc.haranp2007-05-011-2/+2
* Better handling for mimics in .des files, fixed guardian naga minivault.dshaligram2007-04-291-1/+31
* Made item_def::base_type into object_class_type, instead of unsigned char.haranp2007-04-261-2/+2
* Allow "any trap" and "any shop" (alternatives to "random trap" and "randomdshaligram2007-04-101-6/+19
* Updated build instructions for DOS, Windows, Linux.dshaligram2007-04-051-2/+2
* Clear map transforms after applying them to prevent double-application.dshaligram2007-04-031-0/+3
* Added a mention of option alises to crawl_options.txt.dshaligram2007-03-281-1/+4
* Updated levels (David).dshaligram2007-03-281-1/+12
* Clear wall check when clearing map.dshaligram2007-03-271-0/+1
* Allow SHUFFLE: and SUBST: to be mixed freely; they will be applied in order ofdshaligram2007-03-271-23/+91
* More branch entry vaults (Erik).dshaligram2007-03-231-10/+13
* Added KFEAT:, KITEM: and KMONS: map directives to allow placing specificdshaligram2007-03-121-18/+251
* SYMBOL: is now obsolete in maps, replaced by SUBST:dshaligram2007-02-201-59/+147
* Updated entry vaults (David).dshaligram2007-02-191-20/+44