Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-07-31 | Unified the doxy-comment format. | Mattes D | 1 | -1/+1 | |
2015-06-20 | Added basic support for loading village prefabs from files. | Mattes D | 1 | -1/+23 | |
2015-05-09 | More style checking. | Mattes D | 1 | -1/+1 | |
Spaces around some operators are checked. | |||||
2014-10-19 | Generator: Rewritten to use SharedPtrs. | Mattes D | 1 | -3/+3 | |
2014-06-16 | Merge branch 'master' of github.com:mc-server/MCServer | Tycho | 1 | -2/+2 | |
2014-06-15 | Added random offsets to cGridStructGen. | madmaxoft | 1 | -2/+2 | |
Fixes #740. | |||||
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. |