summaryrefslogtreecommitdiffstats
path: root/src/Generating/PrefabPiecePool.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove smart pointer macrospeterbell102017-07-211-1/+1
|
* Clang 5.0 fixesLukas Pioch2017-05-211-1/+1
| | | | | - Added override keyword - Removed inherited member variables
* Gen: Moved PiecePool into a separate file.Mattes D2017-05-041-1/+1
| | | | Also rewritten the PieceGenerator to use std::unique_ptr.
* Bulk clearing of whitespaceLogicParrot2016-02-051-10/+10
|
* Added PieceStructures generator.Mattes D2015-12-011-12/+50
|
* Added basic support for loading village prefabs from files.Mattes D2015-06-201-8/+55
|
* PrefabPiecePool: Added loading from cubeset file.Mattes D2015-06-181-0/+79
|
* Merge remote-tracking branch 'origin/master' into VillageGenmadmaxoft2014-05-291-1/+6
|\
| * Fixed a memory leak in cPrefabPiecePool.madmaxoft2014-05-281-1/+6
| | | | | | | | The pool pieces weren't freed upon pool destruction.
* | cPieceGenerator chooses starting pieces based on weights.madmaxoft2014-05-271-0/+1
|/ | | | Fixes #1033.
* 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.