summaryrefslogtreecommitdiffstats
path: root/src/Generating/VillageGen.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* shared_ptr -> unique_ptr in generatorsTiger Wang2021-03-181-8/+4
* Using Super.Mattes D2020-04-161-2/+4
* Remove smart pointer macrospeterbell102017-07-211-1/+1
* Clang 5.0 fixesLukas Pioch2017-05-211-1/+1
* Bulk clearing of whitespaceLogicParrot2016-02-051-5/+5
* Added PieceStructures generator.Mattes D2015-12-011-0/+1
* Unified the doxy-comment format.Mattes D2015-07-311-1/+1
* Added basic support for loading village prefabs from files.Mattes D2015-06-201-1/+23
* More style checking.Mattes D2015-05-091-1/+1
* Generator: Rewritten to use SharedPtrs.Mattes D2014-10-191-3/+3
* 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
* VillageGen rewritten using BFSPieceGenerator.madmaxoft2014-05-151-9/+3
* VillageGen: Added well placement and the general algorithm description.madmaxoft2014-05-121-1/+7
* Initial VillageGen implementation.madmaxoft2014-05-111-0/+48