aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen/mapgen_valleys.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix 'the the' typos in comments (#9554)LNJ2020-04-041-1/+1
* Settings: Add get_flags API for mapgen flags (mg_flags, mgv6_spflags, ...) (#...SmallJoker2020-01-251-1/+12
* 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-24/+39
* 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-3/+2
* Valleys mapgen code rewrite (#8101)Paramat2019-03-141-242/+126
* Fix Mapgen Valleys getSpawnLevelAtPoint() (#7756)Treer2018-10-031-8/+18
* Change mapgen order to ores > dungeons > decorations (#7656)Paramat2018-08-201-3/+3
* Mgvalleys: Make river depth variation and humidity drop optional (#7532)Paramat2018-07-181-34/+32
* Mapgen flags: Add 'biomes' global mapgen flag (#7355)Paramat2018-06-081-2/+4
* Mapgen caves: Re-order generation to fix cavern bugParamat2018-04-291-6/+11
* Mgvalleys: Code cleanupParamat2018-04-241-151/+119
* Mgvalleys: Use shared tunnel / cavern code instead of internalParamat2018-04-211-199/+43
* Biome API / dungeons: Add biome-defined dungeon nodesParamat2018-04-071-4/+2
* Biome API / cavegen: Add definable cave liquid for a biome (#7192)Paramat2018-04-051-2/+3
* Fix various clang-tidy reported performance-type-promotion-in-math-fnLoïc Blot2018-04-031-1/+1
* Fix many issues reported by clang-tidy (#7189)Loïc Blot2018-04-021-7/+8
* VoxelArea: add_{x,y,z,p} must be staticLoic Blot2018-03-091-3/+3
* MapgenValleys: Fixed submarine valleys shapeGael-de-Sailly2018-03-031-1/+2
* Dungeons: Add Y limits in all mapgensparamat2018-02-201-1/+8
* Mapgen folder: Update and improve copyright information of filesparamat2018-01-151-4/+4
* Move files to subdirectories (#6599)Vitaliy2017-11-081-0/+743