Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-05-28 | Fixed a memory leak in cPrefabPiecePool. | madmaxoft | 1 | -1/+6 | |
The pool pieces weren't freed upon pool destruction. | |||||
2014-05-27 | cPieceGenerator chooses starting pieces based on weights. | madmaxoft | 1 | -0/+1 | |
Fixes #1033. | |||||
2014-05-07 | cNetherFortGen uses cGridStructGen. | madmaxoft | 1 | -2/+6 | |
WIP, this doesn't work properly yet. | |||||
2014-05-07 | Initial cPrefabPiecePool refactoring. | madmaxoft | 1 | -0/+75 | |
Ref.: #986. |