summaryrefslogtreecommitdiffstats
path: root/src/Generating/VillageGen.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:mc-server/MCServerTycho2014-06-161-2/+2
|
* Villages have min and max density setting.madmaxoft2014-05-221-1/+10
| | | | | | Also made roads use 3+9 scheme, instead of 3+5, for the house connectors. Fixes #1020.
* VillageGen rewritten using BFSPieceGenerator.madmaxoft2014-05-151-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.madmaxoft2014-05-121-1/+7
|
* Initial VillageGen implementation.madmaxoft2014-05-111-0/+48
WIP, doesn't generate anything yet. Ref.: 740.