Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-07-17 | Normalized comments. | madmaxoft | 1 | -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-16 | Merge branch 'master' of github.com:mc-server/MCServer | Tycho | 1 | -6/+9 | |
2014-06-15 | Added random offsets to cGridStructGen. | madmaxoft | 1 | -6/+9 | |
Fixes #740. | |||||
2014-05-09 | Removed an unused NetherFortGen variable. | Mattes D | 1 | -6/+0 | |
2014-05-07 | cNetherFortGen uses cGridStructGen. | madmaxoft | 1 | -203/+20 | |
WIP, this doesn't work properly yet. | |||||
2014-04-18 | Added performance test of the nether fort generator. | madmaxoft | 1 | -0/+34 | |
2014-04-17 | Prefabs can have per-piece per-placement weights. | madmaxoft | 1 | -0/+9 | |
Fixes #753. Also upgraded NetherFortPrefabs to lates Gallery contents. | |||||
2014-04-12 | Updated the NetherFort prefabs to current Gallery contents. | madmaxoft | 1 | -4/+6 | |
Code exported from the Gallery server by the GalExport plugin. | |||||
2014-03-30 | Re-fixed nether fort piece count check. | madmaxoft | 1 | -2/+2 | |
2014-03-30 | NetherForts have a minimum number of pieces. | madmaxoft | 1 | -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-28 | Fixed a memory leak in NetherFortGen. | madmaxoft | 1 | -0/+7 | |
2014-03-28 | Initial NetherFortGen import. | madmaxoft | 1 | -0/+265 | |
Simple fortresses of 2 different rooms will generate. |