summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
Commit message (Expand)AuthorAgeFilesLines
* Clean-up (renaming static methods and comments) in a number of files.j-p-e-g2008-06-101-73/+73
* Add minor cosmetic fixes.dolorous2008-06-101-1/+1
* [1982933] [1790502] Fixing issue with vaults being generated on lava.ennewalker2008-06-071-0/+6
* Enable pathfinding for patrolling monsters who lost their patrol point.j-p-e-g2008-06-071-1/+1
* Create random blood spatter in the Abyss and Pandemonium (FR 1986241).j-p-e-g2008-06-071-1/+1
* Fix 1984593: all monster being generated awake.j-p-e-g2008-06-051-2/+3
* I'm not sure I actually coded anything worthwhile, though I experimentedj-p-e-g2008-06-021-2/+2
* Add yet more minor cosmetic fixes.dolorous2008-06-021-3/+2
* Fix wizard mode being unable to create monsters of nonfloor habitat.j-p-e-g2008-06-011-9/+9
* Fix 1937489: Remove map markers overwritten by lakes or rivers, as wasj-p-e-g2008-06-011-4/+17
* Modify num_feats_between to return early if a feature has beenj-p-e-g2008-05-271-0/+1
* Update documentation on coding conventions, and apply a few of them. :)j-p-e-g2008-05-271-24/+28
* Added "error" channel for runtime errors, and changed error messages thatzelgadis2008-05-271-2/+3
* Add a "patrolling" flag to monster creation in mapdef and dungeon.cc, j-p-e-g2008-05-261-191/+207
* FR 1822931: Vaults can now include tags of the form "layout_foo" tozelgadis2008-05-261-3/+35
* Fix aborting unchivalric attacks costing a turn.j-p-e-g2008-05-251-34/+30
* Pushing some dungeon-related lua functions back into C++.ennewalker2008-05-221-51/+60
* Fix 1941612: Zapping wands known to be empty shouldn't cost a turn, butj-p-e-g2008-05-211-17/+17
* Adding _plan_1() (the donut room) into layout.des. Vaults can now have zero ...ennewalker2008-05-171-66/+10
* Outsourced the cross and the large octagon room to the (new) layout.des file....ennewalker2008-05-171-45/+19
* [1947491] Fixing minor issues in dungeon.cc. Some cases have too few stairs....ennewalker2008-05-151-9/+18
* Improve labyrinth loot, fixed assert when labyrinth minivaults try to place t...dshaligram2008-05-101-20/+15
* [1959633] Fix an issue where too few stone stairs on the previous level cause...ennewalker2008-05-101-10/+34
* Fixing a bug with inconsistent monster inventory state. Now monster inventor...ennewalker2008-05-091-1/+1
* Comment fix.dolorous2008-05-061-1/+1
* Hopefully fix debug build, based partially on Josh's patch.dolorous2008-05-061-3/+3
* Cleaned up monster generation functions, separate monster zombie type from mo...dshaligram2008-05-051-274/+114
* [1948047] Fixing slime pit minimap bug. Walls that are out-of-sight when the...ennewalker2008-04-221-1/+1
* [1914620] Adjusting duplicate stair removal logic (such as extra stone stairs...ennewalker2008-04-201-2/+46
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-1/+1
* [1945524] Fixed minivaults not being generatable.dshaligram2008-04-181-1/+1
* Apply Horst von Brand's (first) patch 1887488: gcc-4.3 compile failures.j-p-e-g2008-04-141-177/+178
* Level-builder was treating secret doors as walls when considering isolated re...dshaligram2008-04-101-2/+3
* The level-builder now enforces the constraint that every contiguous region on...dshaligram2008-04-101-61/+143
* Added Water card. Might need some rebalancing.haranp2008-04-081-3/+3
* Ha, I knew there was a reason to cleaning up dungeon.cc - learning by j-p-e-g2008-03-311-4/+25
* Code cleanup and renaming of static methods, mostly for decks.cc and j-p-e-g2008-03-311-789/+814
* Prevent shafts from being created in corridors, at least untilj-p-e-g2008-03-291-476/+459
* Add fountains of blood (as suggested by Lemuel), and tidy up j-p-e-g2008-03-261-4/+6
* 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