summaryrefslogtreecommitdiffstats
path: root/src/Generating/DungeonRoomsFinisher.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* DungeonRooms: Fixed an off-by-one error.Mattes D2014-08-271-2/+2
* More basic style fixes.Mattes D2014-08-271-2/+2
* DungeonRooms: Added a height probability distribution function.Mattes D2014-08-271-3/+7
* DungeonRooms: Added the spawner in the center of the room.Mattes D2014-08-271-0/+15
* DungeonRooms: Chests are never placed next to each other.Mattes D2014-08-261-22/+27
* DungeonRooms: Random pattern for floors.Mattes D2014-08-261-1/+32
* DungeonRooms: Replaced explicit switch with CanBeTerraformed().Mattes D2014-08-261-11/+3
* Added initial dungeon rooms finisher.Mattes D2014-08-261-0/+232