summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Moved the list of required .des files into loadmaps.lua.dshaligram2007-06-291-8/+8
* Updated level-design.txt with a basic overview of the Lua possibilities.dshaligram2007-06-281-2/+7
* Added glyphs_connected and friends for maps to test connectedness of pointsdshaligram2007-06-271-0/+1
* The dungeon builder now caches compiled Lua chunks instead of Lua source in thedshaligram2007-06-271-5/+3
* Added support for a validation hook for maps to check if they're A-Ok.dshaligram2007-06-261-11/+26
* .des files can use a global Lua prelude (before maps are defined) that runsdshaligram2007-06-251-10/+36
* Fixed compile for Windows.dshaligram2007-06-241-0/+1
* Implemented .des file caching (speeds startup a fair bit): .des files aredshaligram2007-06-241-4/+189
* Step 1 of .des file Lua-isation. The dungeon compiler converts .des files todshaligram2007-06-231-4/+9
* Allow minivaults tagged "lab" to be used for labyrinth exits.dshaligram2007-06-211-0/+3
* [1738010] Stash-tracker now also tracks traps and other dungeon features.dshaligram2007-06-171-1/+1
* Added Lemuel's mines minivaults.dshaligram2007-05-091-7/+7
* Moved entry vaults and branch entries into their own .des files.dshaligram2007-05-071-0/+2
* Branch entry vaults now respect DEPTH: declarations so you can put tough bran...dshaligram2007-04-251-2/+6
* Allow "any trap" and "any shop" (alternatives to "random trap" and "randomdshaligram2007-04-101-15/+0
* Added dummy vault to prevent too much repetition of the early-game vaults (wedshaligram2007-03-081-0/+3
* Updated Elf:7 levels (David).dshaligram2007-03-051-5/+6
* Added extra entry vaults and option to load them.dshaligram2007-03-011-0/+9
* Updated entry vaults (David).dshaligram2007-02-191-5/+0
* Allow portal vaults to clobber water and lava.dshaligram2007-02-081-0/+2
* [1638394] Added support for portal vaults.dshaligram2007-02-071-13/+83
* Allow maps to use SHUFFLE: directive to shuffle symbols in the map definitiondshaligram2007-01-291-0/+2
* New entry vaults and regular vaults (Lemuel). The regular vaults are probablydshaligram2007-01-181-34/+5
* Oops, fixed bad format string.dshaligram2007-01-111-1/+1
* Changed error message + exit() sequences to end() calls so that the user candshaligram2007-01-111-5/+1
* Better handling for entry minivaults and minivaults that specify PLACE:dshaligram2006-12-081-0/+8
* *Breaks save compatibility* - changed monster flags to long, added "god" fiel...dshaligram2006-12-071-8/+16
* Merged stone_soup r15:451 into trunk.dshaligram2006-11-221-3525/+219
* Clean up a mistake in the SVN import.nlanza2006-08-131-0/+3641