summaryrefslogtreecommitdiffstats
path: root/src/Generating/GridStructGen.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-05-15Fixed a NULL ptr failure in GridStructGen.madmaxoft1-8/+8
When the descendant generator returned a NULL structure, the generator would crash. Now it uses a special cEmptyStructure class instead.
2014-05-06Initial cGridStructGen refactoring.madmaxoft1-0/+124
Ref.: #987.