Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-05-15 | Fixed a NULL ptr failure in GridStructGen. | madmaxoft | 1 | -1/+34 | |
When the descendant generator returned a NULL structure, the generator would crash. Now it uses a special cEmptyStructure class instead. | |||||
2014-05-08 | Fixed cGridStructGen. | Mattes D | 1 | -18/+6 | |
Now cNetherFortGen works with the new architecture. | |||||
2014-05-07 | cNetherFortGen uses cGridStructGen. | madmaxoft | 1 | -6/+6 | |
WIP, this doesn't work properly yet. | |||||
2014-05-06 | Initial cGridStructGen refactoring. | madmaxoft | 1 | -0/+138 | |
Ref.: #987. |