summaryrefslogtreecommitdiffstats
path: root/src/Generating/PieceGenerator.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-17Basic style fixes.madmaxoft1-1/+1
2014-07-17Normalized comments.madmaxoft1-8/+8
2014-05-27cPieceGenerator chooses starting pieces based on weights.madmaxoft1-1/+25
2014-05-25Added support for Miners' Village.madmaxoft1-1/+12
2014-05-22Villages have min and max density setting.madmaxoft1-0/+9
2014-05-17Village houses are height-adjusted onto the terrain.madmaxoft1-0/+11
2014-05-09Fixed MSVC 64-bit build warnings.Mattes D1-2/+2
2014-05-08Fixed MSVC 64-bit build warnings.Mattes D1-2/+2
2014-05-05Changed cPieceGenerator to support pairings.madmaxoft1-2/+3
2014-04-15Added support for per-piece per-placement weights in cPieceGenerator.madmaxoft1-27/+29
2014-03-12Fixed printf format compatabiltyTycho1-5/+4
2014-03-12Fixed missing comment terminator.madmaxoft1-1/+1
2014-03-11Fixed Warnings in PieceGeneratorTycho1-7/+7
2014-03-09A working POCPiece generator.madmaxoft1-5/+26
2014-03-09cPieceGenerator: New connectors are added to the free pool.madmaxoft1-6/+26
2014-03-09PieceGenerator can connect two connectors of the same type.madmaxoft1-47/+300
2014-03-09Added the first skeleton code for PieceGenerator.madmaxoft1-0/+332