summaryrefslogtreecommitdiffstats
path: root/src/Generating/VillageGen.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.