Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:mc-server/MCServer | Tycho | 2014-06-16 | 1 | -2/+2 |
| | |||||
* | Villages have min and max density setting. | madmaxoft | 2014-05-22 | 1 | -1/+10 |
| | | | | | | Also made roads use 3+9 scheme, instead of 3+5, for the house connectors. Fixes #1020. | ||||
* | VillageGen rewritten using BFSPieceGenerator. | madmaxoft | 2014-05-15 | 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. | ||||
* | VillageGen: Added well placement and the general algorithm description. | madmaxoft | 2014-05-12 | 1 | -1/+7 |
| | |||||
* | Initial VillageGen implementation. | madmaxoft | 2014-05-11 | 1 | -0/+48 |
WIP, doesn't generate anything yet. Ref.: 740. |