Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-06-20 | Added basic support for loading village prefabs from files. | Mattes D | 1 | -2/+76 | |
2015-06-19 | Externalized cPrefabPiecePool self-test. | Mattes D | 1 | -27/+2 | |
2015-06-18 | PrefabPiecePool: Added loading from cubeset file. | Mattes D | 1 | -0/+439 | |
2015-05-24 | Made -Weverything an error. | tycho | 1 | -3/+3 | |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -3/+3 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -3/+3 | |
2014-05-28 | Fixed a memory leak in cPrefabPiecePool. | madmaxoft | 1 | -0/+28 | |
The pool pieces weren't freed upon pool destruction. | |||||
2014-05-27 | cPieceGenerator chooses starting pieces based on weights. | madmaxoft | 1 | -0/+9 | |
Fixes #1033. | |||||
2014-05-07 | Initial cPrefabPiecePool refactoring. | madmaxoft | 1 | -0/+121 | |
Ref.: #986. |