summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
Commit message (Expand)AuthorAgeFilesLines
* Disallow vaults placing shaft traps if shafts are disallowed on thatj-p-e-g2009-07-271-8/+7
* * Apply patch by kotk to fix the Alt-Tab bug (BR 2805959).j-p-e-g2009-07-271-0/+2
* Fix tiles compilation if save files are not zipped.j-p-e-g2009-07-191-2/+0
* Add yet more Jiyva-related cleanups. Make sure his altars are never dolorous2009-07-191-3/+7
* Allow Jiyva altars to actually show up.dolorous2009-07-191-2/+1
* Properly disallow Jiyva altars in the main dungeon, as is done for e.g. dolorous2009-07-181-1/+2
* Add the Slime god as per n78291's (Shayne?) patch. Thanks! :Dj-p-e-g2009-07-181-1/+8
* A number of small bug fixes:j-p-e-g2009-07-171-0/+7
* Tweak Shoals algorithm to place the islands a bit more central and away from j-p-e-g2009-07-141-92/+117
* Fix Zot random non-minivaults not being placeable. This change also allows ra...dshaligram2009-07-141-9/+17
* Detected secret doors are now treated as a distinct new door type, soj-p-e-g2009-07-111-5/+6
* Add a new low-level unique: Purgy, the meek troll. Used in a Sewer vault.evktalo2009-07-091-1/+1
* Add new unique gnoll Grum, courtesy of Eino's patch. Thanks!j-p-e-g2009-06-281-4/+3
* Apply patch by Adam Borowski, introducing new unique enchantress Kirke.j-p-e-g2009-06-271-3/+4
* Deprecate various symbols for vault making:dploog2009-06-261-33/+4
* First part of the merger of fixed artefacts into unrandom artefactszelgadis2009-06-251-1/+1
* * Fix compilation for Tiles.j-p-e-g2009-06-031-13/+13
* Remove tabs.dolorous2009-05-301-1/+1
* Fix 2792807: Autoexplore attempting to open doors in bat form.j-p-e-g2009-05-171-0/+4
* Make some of the new uniques appear earlier.j-p-e-g2009-05-121-7/+7
* Add spacing fixes.dolorous2009-04-301-1/+1
* Add spacing fix.dolorous2009-04-291-1/+1
* Add minor cosmetic fixes.dolorous2009-04-281-9/+7
* * Fix database search crashing on pandemonium demons/player ghost.j-p-e-g2009-04-201-8/+8
* [2758242] Fixing segfault during debug_mons_scan due to an mprf not matching ...ennewalker2009-04-181-1/+1
* Remove unused demonspawn mutation to gate yourself to Pandemonium.dolorous2009-03-071-3/+3
* Add more minor cosmetic fixes.dolorous2009-03-061-2/+1
* Various cleanups, mostly having to do with coord_def().haranp2009-02-151-1/+1
* More mgrd elimination and moving to coord_def().haranp2009-02-141-5/+2
* Store level generation information in env.properties, so that it can bezelgadis2009-01-301-39/+91
* Since DNGN_WATER_STUCK appears to only be used as a placeholder when dolorous2009-01-261-5/+5
* Simplify checks for grids containing water.dolorous2009-01-261-9/+6
* Commit patch by castamir:j-p-e-g2009-01-221-0/+4
* Remove some unneeded externs.haranp2009-01-211-2/+8
* Adding FTILE/RTILE vault commands for setting per-glyph floor and rock tiles....ennewalker2009-01-201-3/+0
* Fixing warnings.ennewalker2009-01-201-1/+1
* Fixing &L vaults not having their tile flavor initialized properly. In parti...ennewalker2009-01-171-0/+3
* * Fix 2477235: Use inscription check when switching back from butcheringj-p-e-g2009-01-141-3/+3
* * Fix non-tile compilation as suggested by Enne.j-p-e-g2009-01-121-0/+1
* Add yet another unique courtesy of castamir: Dissolution, sentientj-p-e-g2009-01-101-6/+16
* Make Nessos more dangerous (and thus, more interesting). Still needsj-p-e-g2009-01-081-3/+3
* Make the position of monster held items (-2, -2) rather than (0, 0), so thatzelgadis2009-01-081-5/+8
* Add two more uniques: Nessos and the Lernaean hydra, also implemented byj-p-e-g2009-01-071-1/+2
* Adding REVISION() macro to all source files.ennewalker2009-01-041-1/+3
* Introduce a number of new uniques taken from a patch by castamir.j-p-e-g2009-01-041-16/+26
* In preparation of the new uniques, decouple unique generation from theirj-p-e-g2009-01-041-11/+58
* [2484833] Fix being unable to generate multiple random monsters for arena.dshaligram2009-01-041-3/+5
* Fix &L being unable to place encompass vaults (oops).dshaligram2009-01-031-5/+5
* [2468791] Reduce distinction between minivaults and floating vaults. All vaul...dshaligram2009-01-031-213/+40
* Try to place monsters in a wider radius around the chosen square, fixes arena...dshaligram2009-01-031-1/+1