Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shared_ptr -> unique_ptr in generators | Tiger Wang | 2021-03-18 | 1 | -8/+4 |
| | |||||
* | Using Super. | Mattes D | 2020-04-16 | 1 | -2/+4 |
| | |||||
* | Remove smart pointer macros | peterbell10 | 2017-07-21 | 1 | -1/+1 |
| | |||||
* | Clang 5.0 fixes | Lukas Pioch | 2017-05-21 | 1 | -1/+1 |
| | | | | | - Added override keyword - Removed inherited member variables | ||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -5/+5 |
| | |||||
* | Added PieceStructures generator. | Mattes D | 2015-12-01 | 1 | -0/+1 |
| | |||||
* | Unified the doxy-comment format. | Mattes D | 2015-07-31 | 1 | -1/+1 |
| | |||||
* | Added basic support for loading village prefabs from files. | Mattes D | 2015-06-20 | 1 | -1/+23 |
| | |||||
* | More style checking. | Mattes D | 2015-05-09 | 1 | -1/+1 |
| | | | | Spaces around some operators are checked. | ||||
* | Generator: Rewritten to use SharedPtrs. | Mattes D | 2014-10-19 | 1 | -3/+3 |
| | |||||
* | 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. |