summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.cc
Commit message (Expand)AuthorAgeFilesLines
* Another clean up, and add some new weapon speech.j-p-e-g2008-07-071-7/+5
* [2004464] Fixing Slime:6 issues where '|' was not creating any loot. This wa...ennewalker2008-07-011-0/+8
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-1/+1
* Clean up summoning of random demons and random holy beings again.dolorous2008-06-071-2/+1
* Fix 1937489: Remove map markers overwritten by lakes or rivers, as wasj-p-e-g2008-06-011-8/+8
* Added "error" channel for runtime errors, and changed error messages thatzelgadis2008-05-271-2/+2
* Add a "patrolling" flag to monster creation in mapdef and dungeon.cc, j-p-e-g2008-05-261-45/+46
* Adding _plan_1() (the donut room) into layout.des. Vaults can now have zero ...ennewalker2008-05-171-3/+0
* Cleaned up monster generation functions, separate monster zombie type from mo...dshaligram2008-05-051-8/+9
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-3/+3
* This was originally going to be a small refactor of stash.cc beforepauldubois2008-03-231-40/+47
* Add minor whitespace fixes.dolorous2008-03-151-2/+2
* [Bug 1907221] Add "Modified for Crawl Reference" statement and author to aj-p-e-g2008-03-081-0/+1
* New Zot levels, courtesy Lemuel (David).dshaligram2008-01-121-10/+89
* mapdef/vault items can now have their race type and ego explicitly set.zelgadis2007-12-131-12/+238
* Fixed LFLAGS not working right when conditionalised (bobbens).dshaligram2007-11-021-0/+8
* [1804809] Fixed buggy handling of colour overlays.dshaligram2007-10-251-1/+1
* dgn_place_map takes a coord_def to specify the centre of the map for minivaul...dshaligram2007-10-251-2/+2
* Lock before opening .dsc files.dshaligram2007-10-111-2/+4
* Fixed map colours being inherited by unrelated maps during compilation.dshaligram2007-10-081-0/+2
* Allow overriding monster colours in map specs using col:<newcolour>.dshaligram2007-10-071-0/+12
* Assume KFEAT: ? = floor if we've seen a KITEM: or KMONS: for the same glyph.dshaligram2007-10-061-1/+1
* Fixed off-by-one error when complaining about oversized maps (bobbens).dshaligram2007-10-061-3/+3
* Moved all of the bazaar specific logic/code to dat/bazaar (or turned thezelgadis2007-10-041-1/+2
* Added svn properties svn:keywords and svn:eol-style to files which werezelgadis2007-10-031-1/+1
* remember_name was broken, fixed.dshaligram2007-09-271-1/+29
* Updated level-design.txt for COLOUR.dshaligram2007-09-271-0/+1
* Bumped piety cost for brothers-in-arms and greater healing.dshaligram2007-09-271-23/+134
* This change moves the logic for when a level or branch prohibitszelgadis2007-09-191-0/+82
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+2
* Fixed map marker crashes.dshaligram2007-08-171-1/+1
* [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