summaryrefslogtreecommitdiffstats
path: root/src/Generating/GridStructGen.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into VillageGenmadmaxoft2014-05-271-0/+9
|\
| * Auto-enlargement for cGridStructGen cache.Mattes D2014-05-231-0/+9
| |
* | Fixed a NULL ptr failure in GridStructGen.madmaxoft2014-05-151-1/+34
|/ | | | When the descendant generator returned a NULL structure, the generator would crash. Now it uses a special cEmptyStructure class instead.
* Fixed cGridStructGen.Mattes D2014-05-081-18/+6
| | | | Now cNetherFortGen works with the new architecture.
* cNetherFortGen uses cGridStructGen.madmaxoft2014-05-071-6/+6
| | | | WIP, this doesn't work properly yet.
* Initial cGridStructGen refactoring.madmaxoft2014-05-061-0/+138
Ref.: #987.