summaryrefslogtreecommitdiffstats
path: root/src/Generating/GridStructGen.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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.