summaryrefslogtreecommitdiffstats
path: root/src/Generating/PieceGenerator.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-18Moved all Noise-related files into a separate folder.Mattes D1-1/+1
2014-07-17Basic style fixes.madmaxoft1-2/+2
2014-05-27cPieceGenerator chooses starting pieces based on weights.madmaxoft1-0/+9
Fixes #1033.
2014-05-25Added support for Miners' Village.madmaxoft1-5/+16
The village contains both prefabs that snap to ground and prefabs that connect strictly via connectors. Fixes #1027.
2014-05-22Villages have min and max density setting.madmaxoft1-0/+5
Also made roads use 3+9 scheme, instead of 3+5, for the house connectors. Fixes #1020.
2014-05-17Village roads are drawn properly.madmaxoft1-2/+2
2014-05-17Village houses are height-adjusted onto the terrain.madmaxoft1-0/+7
2014-05-05Changed cPieceGenerator to support pairings.madmaxoft1-1/+2
Fixes #982.
2014-04-15Added support for per-piece per-placement weights in cPieceGenerator.madmaxoft1-1/+19
Ref.: #753.
2014-03-14Fixed xofts issuesTycho1-2/+2
2014-03-11Fixed Warnings in PieceGeneratorTycho1-2/+2
2014-03-09A working POCPiece generator.madmaxoft1-1/+9
2014-03-09cPieceGenerator: New connectors are added to the free pool.madmaxoft1-3/+4
2014-03-09PieceGenerator can connect two connectors of the same type.madmaxoft1-13/+38
Also added extensive debugging output and a test.
2014-03-09Added the first skeleton code for PieceGenerator.madmaxoft1-0/+213
This is a WIP and won't work / isn't used at all.