Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-05-22 | Villages have min and max density setting. | madmaxoft | 1 | -1/+10 | |
Also made roads use 3+9 scheme, instead of 3+5, for the house connectors. Fixes #1020. | |||||
2014-05-15 | VillageGen rewritten using BFSPieceGenerator. | madmaxoft | 1 | -9/+3 | |
Piece composition is not good yet, the buildings aren't height-adjusted and the road pieces will need special processing. This is mainly for adjusting the per-piece params. | |||||
2014-05-12 | VillageGen: Added well placement and the general algorithm description. | madmaxoft | 1 | -1/+7 | |
2014-05-11 | Initial VillageGen implementation. | madmaxoft | 1 | -0/+48 | |
WIP, doesn't generate anything yet. Ref.: 740. |