summaryrefslogtreecommitdiffstats
path: root/src/Generating/GridStructGen.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-05Bulk clearing of whitespaceLogicParrot1-2/+2
2015-12-01Added PieceStructures generator.Mattes D1-0/+49
2015-05-24Made -Weverything an error.tycho1-2/+2
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-1/+1
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-1/+1
2014-07-17Normalized comments.madmaxoft1-1/+1
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-07-15Added missing member initialization to cGridStructGen.madmaxoft1-0/+1
Fixes CID 68228.
2014-06-26Check GridSize for 0worktycho1-0/+10
Fixes CID 68226 and CID 66437
2014-06-21Fixed a caching bug in GridStructGen.madmaxoft1-2/+2
The elements in cache were queried wrong, so sometimes they wouldn't be used even if they were the ones to use.
2014-06-16Merge branch 'master' of github.com:mc-server/MCServerTycho1-13/+18
2014-06-15Added random offsets to cGridStructGen.madmaxoft1-13/+18
Fixes #740.
2014-05-23Auto-enlargement for cGridStructGen cache.Mattes D1-0/+9
2014-05-15Fixed a NULL ptr failure in GridStructGen.madmaxoft1-1/+34
When the descendant generator returned a NULL structure, the generator would crash. Now it uses a special cEmptyStructure class instead.
2014-05-08Fixed cGridStructGen.Mattes D1-18/+6
Now cNetherFortGen works with the new architecture.
2014-05-07cNetherFortGen uses cGridStructGen.madmaxoft1-6/+6
WIP, this doesn't work properly yet.
2014-05-06Initial cGridStructGen refactoring.madmaxoft1-0/+138
Ref.: #987.