summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
Commit message (Expand)AuthorAgeFilesLines
* Another batch of msvc compile fixes.pauldubois2008-03-101-1/+1
* Batch of tiny changes for MSVC compiles.pauldubois2008-03-101-1/+1
* [1868908] Fixed undiscovered traps being a different colour from surrounding ...dshaligram2008-01-251-1/+3
* New Zot levels, courtesy Lemuel (David).dshaligram2008-01-121-5/+6
* Fixed missing upstairs in Hall of Blades (uru).dshaligram2008-01-101-2/+2
* Monsters get multilevel resists (incomplete). Monster data needs to bedshaligram2008-01-091-5/+1
* Add more habitat cleanups: rename HT_NORMAL to HT_LAND, remove dolorous2008-01-041-4/+4
* Add rock wall to the habitats list (for rock worms), and move monster dolorous2008-01-041-3/+3
* Add miscellaneous type cleanups and comment fixes.dolorous2008-01-031-9/+8
* Add minor comment updates.dolorous2008-01-021-2/+2
* Made labyrinths bigger, removed padding around minivaults.dshaligram2007-12-271-62/+0
* Fix message typos.dolorous2007-12-161-2/+2
* mapdef/vault items can now have their race type and ego explicitly set.zelgadis2007-12-131-8/+103
* Items can now fall through shaft traps (trap doors). The code is ratherzelgadis2007-12-031-6/+6
* Fixing [1832064] stair bug. Added a cleanup function to ensure that there is...ennewalker2007-11-211-0/+126
* Extraneous up stairs on dungeon level 1 are confusing to new users. Removing...ennewalker2007-11-201-1/+5
* The number of traps randomly generated on a level, and which types ofzelgadis2007-11-131-49/+49
* Fixed labyrinth sizes for trunk.dshaligram2007-10-251-6/+6
* Fixed bug that consistently placed characters too near the exit in labyrinths.dshaligram2007-10-251-4/+5
* [1804809] Fixed buggy handling of colour overlays.dshaligram2007-10-251-0/+77
* Added a flag to disable generation of exits from a vault. Need to clean up va...dshaligram2007-10-251-16/+27
* dgn_place_map takes a coord_def to specify the centre of the map for minivaul...dshaligram2007-10-251-71/+85
* Removed amnesia/forgetfullness trap, mutation and scroll. Thezelgadis2007-10-151-1/+1
* Added to classes actor, monsters and player the method can_pass_through(),zelgadis2007-10-141-2/+6
* Implementing merfolk monsters. There are two types, merfolk fighters,j-p-e-g2007-10-131-0/+7
* Fixed minimum distance of lab entrance from exit.dshaligram2007-10-111-1/+1
* [1809278][1809633] Fixed spotty level badness.dshaligram2007-10-101-4/+4
* Allow bargains in bazaars, ranging from 60% to 95%.j-p-e-g2007-10-091-0/+25
* Fixed bad comparison with string literal (bobbens).dshaligram2007-10-071-1/+1
* Allow overriding monster colours in map specs using col:<newcolour>.dshaligram2007-10-071-5/+12
* First steps toward removing the need for 6-deep rock-wall padding around dung...dshaligram2007-10-061-23/+23
* Randomly generate shaft traps.zelgadis2007-10-051-0/+2
* init_pandemonium() needs to re-do dgn_set_colours_from_monsters(),zelgadis2007-10-051-2/+4
* Oops, was calling dgn_set_floor_colours() in wrong place, leading to somezelgadis2007-10-051-5/+20
* Shaft traps (trap doors) [1792195] and level annotation [1769009]zelgadis2007-10-051-2/+18
* Another cleanup of dungeon features. Adding general markersj-p-e-g2007-10-041-2/+2
* Moved all of the bazaar specific logic/code to dat/bazaar (or turned thezelgadis2007-10-041-105/+76
* Bumped piety cost for brothers-in-arms and greater healing.dshaligram2007-09-271-5/+7
* All vaults are now "uniq" (one-use-per-game) by default. Vaults that wantdshaligram2007-09-261-1/+1
* Removed hard tabs.dshaligram2007-09-261-4/+4
* This change moves the logic for when a level or branch prohibitszelgadis2007-09-191-0/+96
* Introduces three new wall types, translucent versions of the normalzelgadis2007-09-191-0/+9
* If wizard mode is on when going through a portal to a bazaar, Crawl willzelgadis2007-09-191-0/+33
* Shops could show up in Abyss/Pan. Oops. Will only show up in dungeon now.haranp2007-09-161-1/+1
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+6
* Another change to how bazaars look.j-p-e-g2007-09-121-6/+22
* Changed the look of bazaars.j-p-e-g2007-09-111-0/+14
* Turfed out obsolete orange crystal statue and silver statue features.dshaligram2007-09-071-10/+3
* Fix 1708493: corpses being butchered turning into skeletons, j-p-e-g2007-09-061-2/+6
* Added two command hints: 'v'iewing for certain features,j-p-e-g2007-09-051-1/+27