summaryrefslogtreecommitdiffstats
path: root/src/Generating/NetherFortGen.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-17Normalized comments.madmaxoft1-3/+3
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
2014-06-16Merge branch 'master' of github.com:mc-server/MCServerTycho1-6/+9
2014-06-15Added random offsets to cGridStructGen.madmaxoft1-6/+9
Fixes #740.
2014-05-09Removed an unused NetherFortGen variable.Mattes D1-6/+0
2014-05-07cNetherFortGen uses cGridStructGen.madmaxoft1-203/+20
WIP, this doesn't work properly yet.
2014-04-18Added performance test of the nether fort generator.madmaxoft1-0/+34
2014-04-17Prefabs can have per-piece per-placement weights.madmaxoft1-0/+9
Fixes #753. Also upgraded NetherFortPrefabs to lates Gallery contents.
2014-04-12Updated the NetherFort prefabs to current Gallery contents.madmaxoft1-4/+6
Code exported from the Gallery server by the GalExport plugin.
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.