summaryrefslogtreecommitdiffstats
path: root/src/Generating/PrefabPiecePool.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SelfTests: Removed the unneeded cSelfTests class.Mattes D2016-06-181-1/+0
|
* Added more details to the cubeset format documentation.Mattes D2015-12-011-2/+2
|
* Added PieceStructures generator.Mattes D2015-12-011-56/+176
|
* Generator: Fixed missing hitbox assignment.Mattes D2015-10-051-0/+1
| | | | This had caused village houses to generate too close to each other.
* Added basic support for loading village prefabs from files.Mattes D2015-06-201-2/+76
|
* Externalized cPrefabPiecePool self-test.Mattes D2015-06-191-27/+2
|
* PrefabPiecePool: Added loading from cubeset file.Mattes D2015-06-181-0/+439
|
* Made -Weverything an error.tycho2015-05-241-3/+3
|
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-3/+3
|
* Merge remote-tracking branch 'origin/master' into VillageGenmadmaxoft2014-05-291-0/+28
|\
| * Fixed a memory leak in cPrefabPiecePool.madmaxoft2014-05-281-0/+28
| | | | | | | | The pool pieces weren't freed upon pool destruction.
* | cPieceGenerator chooses starting pieces based on weights.madmaxoft2014-05-271-0/+9
|/ | | | Fixes #1033.
* Initial cPrefabPiecePool refactoring.madmaxoft2014-05-071-0/+121
Ref.: #986.