summaryrefslogtreecommitdiffstats
path: root/src/Generating/PrefabPiecePool.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a memory leak in cPrefabPiecePool.madmaxoft2014-05-281-1/+6
| | | | The pool pieces weren't freed upon pool destruction.
* cNetherFortGen uses cGridStructGen.madmaxoft2014-05-071-2/+6
| | | | WIP, this doesn't work properly yet.
* Initial cPrefabPiecePool refactoring.madmaxoft2014-05-071-0/+75
Ref.: #986.