summaryrefslogtreecommitdiffstats
path: root/src/Generating/PieceGeneratorBFSTree.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-30PieceGenerator: Added functionality to end a structure with a custom prefab.Niels Breuker1-1/+5
2017-08-06Removed unneeded includes (#3902)Lukas Pioch1-1/+0
2017-05-04Gen: Moved PiecePool into a separate file.Mattes D1-0/+102
Also rewritten the PieceGenerator to use std::unique_ptr.