summaryrefslogtreecommitdiffstats
path: root/src/Generating/VillageGen.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changed village road generation to use multiple prefabs.madmaxoft2014-05-151-31/+30
|
* VillageGen rewritten using BFSPieceGenerator.madmaxoft2014-05-151-105/+91
| | | | 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-5/+142
|
* Initial VillageGen implementation.madmaxoft2014-05-111-0/+116
WIP, doesn't generate anything yet. Ref.: 740.