summaryrefslogtreecommitdiffstats
path: root/src/Generating/NetherFortGen.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Normalized comments.madmaxoft2014-07-171-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.
* Merge branch 'master' of github.com:mc-server/MCServerTycho2014-06-161-6/+9
|
* Removed an unused NetherFortGen variable.Mattes D2014-05-091-6/+0
|
* cNetherFortGen uses cGridStructGen.madmaxoft2014-05-071-203/+20
| | | | WIP, this doesn't work properly yet.
* Added performance test of the nether fort generator.madmaxoft2014-04-181-0/+34
|
* Prefabs can have per-piece per-placement weights.madmaxoft2014-04-171-0/+9
| | | | | Fixes #753. Also upgraded NetherFortPrefabs to lates Gallery contents.
* Updated the NetherFort prefabs to current Gallery contents.madmaxoft2014-04-121-4/+6
| | | | Code exported from the Gallery server by the GalExport plugin.
* Re-fixed nether fort piece count check.madmaxoft2014-03-301-2/+2
|
* NetherForts have a minimum number of pieces.madmaxoft2014-03-301-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.
* Fixed a memory leak in NetherFortGen.madmaxoft2014-03-281-0/+7
|
* Initial NetherFortGen import.madmaxoft2014-03-281-0/+265
Simple fortresses of 2 different rooms will generate.