summaryrefslogtreecommitdiffstats
path: root/src/Generating/PrefabPiecePool.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-05-28Fixed a memory leak in cPrefabPiecePool.madmaxoft1-1/+6
The pool pieces weren't freed upon pool destruction.
2014-05-27cPieceGenerator chooses starting pieces based on weights.madmaxoft1-0/+1
Fixes #1033.
2014-05-07cNetherFortGen uses cGridStructGen.madmaxoft1-2/+6
WIP, this doesn't work properly yet.
2014-05-07Initial cPrefabPiecePool refactoring.madmaxoft1-0/+75
Ref.: #986.