aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen/mapgen_v7.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some minor code issues all over the placesfan52020-12-241-1/+1
* Avoid generating the same chunk more than once with multiple emerge threads.Lars2020-11-261-6/+0
* Move Mapgen V7 river generation into the main generation loop (#10639)Paramat2020-11-201-48/+31
* Add 'ores' global mapgen flag (#10276)Paramat2020-09-031-1/+2
* Add new Mapgen V7 floatland implementation (#9296)Paramat2020-05-141-9/+93
* Give the Mapgen on each EmergeThread its own Biome/Ore/Deco/SchemManager copysfan52020-05-051-1/+1
* Drop content_sao.{cpp,h}Loic Blot2020-04-111-1/+0
* Settings: Add get_flags API for mapgen flags (mg_flags, mgv6_spflags, ...) (#...SmallJoker2020-01-251-1/+8
* Remove Mapgen V7 floatlands in preparation for new implementation (#9238)Paramat2020-01-041-171/+64
* Dungeons: Move duplicated y limit checks to generation functionparamat2019-11-231-2/+1
* Randomwalk cave liquids: Remove deprecated 'lava depth' parameter (#9105)Paramat2019-11-181-3/+0
* Randomwalk caves: Add parameters for number, proportion flooded. Allow small ...Paramat2019-11-081-8/+23
* Dungeons: Settable density noise, move number calculation to mapgens (#8473)Paramat2019-06-011-4/+8
* mapgen: drop mapgen id from child mapgens.Loïc Blot2019-03-311-2/+2
* Change mapgen order to ores > dungeons > decorations (#7656)Paramat2018-08-201-3/+3
* Mapgen flags: Add 'biomes' global mapgen flag (#7355)Paramat2018-06-081-3/+6
* Mgv7: Avoid rivergen removing mod-placed nodes when overgenerating (#7388)Paramat2018-05-311-0/+5
* Mgv7: Code cleanup (#7299)Paramat2018-05-071-96/+114
* Mapgen caves: Re-order generation to fix cavern bugParamat2018-04-291-7/+12
* Biome API / dungeons: Add biome-defined dungeon nodesParamat2018-04-071-5/+2
* Fix various clang-tidy reported performance-type-promotion-in-math-fnLoïc Blot2018-04-031-2/+1
* Fix many issues reported by clang-tidy (#7189)Loïc Blot2018-04-021-5/+6
* Mapgen: Remove unused mgv7 code and some unused biometypesParamat2018-03-261-169/+0
* VoxelArea: add_{x,y,z,p} must be staticLoic Blot2018-03-091-1/+1
* Dungeons: Add Y limits in all mapgensparamat2018-02-201-1/+8
* Mapgen folder: Update and improve copyright information of filesparamat2018-01-151-2/+2
* Mgv7 floatlands: Add exponent parameterparamat2018-01-031-37/+42
* Move files to subdirectories (#6599)Vitaliy2017-11-081-0/+743