summaryrefslogtreecommitdiffstats
path: root/src/Generating/NetherFortGen.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-30Re-fixed nether fort piece count check.madmaxoft1-2/+2
2014-03-30NetherForts have a minimum number of pieces.madmaxoft1-2/+5
The fort will generate a different image if it has less than the minimum; the max depth affects the minimum number of pieces.
2014-03-28Fixed a memory leak in NetherFortGen.madmaxoft1-0/+7
2014-03-28Initial NetherFortGen import.madmaxoft1-0/+265
Simple fortresses of 2 different rooms will generate.