summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
Commit message (Expand)AuthorAgeFilesLines
* Change stair placement on Shoal:$ so it no longer groups all stairs together.Darshan Shaligram2010-01-091-0/+85
* Fix Shoal:$ generation bugs: stairs could be surrounded by deep water, hut en...Darshan Shaligram2010-01-051-0/+10
* Make 100% of Cocytus fish undead. (dshaligram)Stefan O'Rear2009-12-311-3/+1
* Kraken and jellyfish are invertibratesStefan O'Rear2009-12-311-1/+2
* Zombie fish in Cocytus <3Stefan O'Rear2009-12-301-3/+29
* [Mantis 286] Fix broken level connectivity sanity checks when a layout is cho...Darshan Shaligram2009-12-301-4/+4
* More sanity checks for Shoals vault and stair connectivity (due).Darshan Shaligram2009-12-301-9/+34
* Remove shoal decoy huts. The rune huts are now also used as decoys, with the ...Darshan Shaligram2009-12-301-4/+11
* Fix warnings for double->int implicit conversion (Napkin).Darshan Shaligram2009-12-291-2/+3
* Merfolk (water/ice) elementalists join the Shoals guard.Darshan Shaligram2009-12-291-0/+41
* Place clumps of plants on Shoals levels.Darshan Shaligram2009-12-281-12/+12
* Postprocess shoals levels to fix heightmap for vaults on the level so that th...Darshan Shaligram2009-12-281-0/+12
* Mark spec'd items for summoned monsters as summoned.Jude Brown2009-12-281-0/+5
* Fix map masks not being checked correctly for collisions.Darshan Shaligram2009-12-281-1/+1
* Make _build_vaults check for collisions by default, should fix minivaults app...Darshan Shaligram2009-12-281-2/+12
* dungeon.cc: Kill a small piece of code duplication in special room handling.Vsevolod Kozlov2009-12-271-5/+4
* Save Shoals heightmap in level tag, increment tag minor version.Darshan Shaligram2009-12-271-0/+1
* Add rock outcrops at the highest points of the Shoal islands. Also fix Shoal:...Darshan Shaligram2009-12-261-1/+1
* Move Shoals code out into its own file.Darshan Shaligram2009-12-261-309/+61
* Adjust number of islands per Shoal level.Darshan Shaligram2009-12-261-1/+1
* Tweak placement of rune hut on Shoal:$.Darshan Shaligram2009-12-261-1/+25
* Experimental changes to Shoals level generation.Darshan Shaligram2009-12-261-245/+149
* Adjust unique placement levels (dpeg).Jude Brown2009-12-251-1/+1
* Replace long debug message calls with dprf(), except for cases where a dumb c...Adam Borowski2009-12-201-33/+10
* If we explicitely give mon a ranged weapon, pre-wield it.Adam Borowski2009-12-111-0/+4
* Tidy up bracket placement according to our coding conventions.Johanna Ploog2009-12-101-1/+3
* Overriding monster tiles in vault definitions.Jude Brown2009-12-101-0/+3
* Allow vaults to create specifically themed randart books.Jude Brown2009-12-081-0/+15
* Let uniques spawn in Orc. (dpeg)Jude Brown2009-12-071-1/+1
* Fix another possible instance of NUM_TRAPS.Jude Brown2009-12-071-2/+3
* Keep trying until we get a valid trap.Jude Brown2009-12-071-1/+3
* Actually fix compilation.Jude Brown2009-12-071-1/+1
* Fix compilation.Jude Brown2009-12-071-1/+1
* Fix unique placement code (doy).Jude Brown2009-12-071-6/+1
* Switch to dpeg's new unique placement system.Jude Brown2009-12-071-1/+20
* Fixing custom tile settings for portal vaults.Enne Walker2009-12-051-1/+0
* Do "post_activate_remove" in dgn_place_map()Matthew Cline2009-12-051-0/+7
* Fix uniques spawning multiple times (bug #123, Kyrris).Jude Brown2009-12-051-5/+5
* Apply extra_monster_flags earlier to fix "comes into view" errors.Jude Brown2009-12-051-1/+6
* New monster spec tags for marking monsters summoned.Jude Brown2009-12-051-0/+5
* Fix floor tiles being blank after &L.Enne Walker2009-11-291-0/+1
* Reduce dependency on travel.hMatthew Cline2009-11-291-0/+1
* Place uniques before connectivity checks.Jude Brown2009-11-291-2/+5
* Reset uniques and unrands when a level is vetoed.Jude Brown2009-11-291-0/+11
* Simplify the multiple chances for unique maps to be placed.David Lawrence Ramsey2009-11-281-1/+1
* Subvaults.Enne Walker2009-11-281-54/+68
* Give unique maps a second and third chance to place.Jude Brown2009-11-281-1/+10
* Place uniques with noclobber=false.Robert Vollmert2009-11-281-1/+1
* Make '8' and '9' obey random monster list in portal vaults.Jude Brown2009-11-281-6/+8
* Remove redundant 1-level branch check.Robert Vollmert2009-11-271-14/+1