aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen
AgeCommit message (Expand)Author
2019-01-25blitToVManip: Check out-of-bounds using node position not index (#8127)Paramat
2019-01-22Fix warnings about dungeongen.cpp memcpy() and unused variable in MapBlock::d...Paramat
2018-10-03Fix Mapgen Valleys getSpawnLevelAtPoint() (#7756)Treer
2018-09-23Fix various code issues found by cppcheck (#7741)Paramat
2018-08-20Change mapgen order to ores > dungeons > decorations (#7656)Paramat
2018-08-16Mgv5: Change tunnel parameters to those of other mapgens (#7641)Paramat
2018-07-26Fix build on gcc 5.0 (#7586)zeuner
2018-07-18Mgvalleys: Make river depth variation and humidity drop optional (#7532)Paramat
2018-06-26Cavegen: Fix errors when getting biome outside mapchunk (#7480)Paramat
2018-06-24Decoration API: Add lightweight ability to have complete coverage (#7456)Paramat
2018-06-21Biome API: Fix absent water decorations and dust, in deep water (#7470)Paramat
2018-06-19Biome dust: Revert fix that added dust to mod structures (#7464)Paramat
2018-06-08Mapgen flags: Add 'biomes' global mapgen flag (#7355)Paramat
2018-06-04Biome dust placement: Improve comments, re-order some linesParamat
2018-06-02Biomemap: Simplify code of recent commit (#7398)Paramat
2018-06-02Biomemap: Avoid empty biomemap entry to fix failing biome dust (#7393)Paramat
2018-05-31Mgv7: Avoid rivergen removing mod-placed nodes when overgenerating (#7388)Paramat
2018-05-24Vein ore: Fix bug caused by changing perlinmap Y size (#7371)Paramat
2018-05-24Schematic decorations: Fix placement bug when centred and rotated (#7365)Paramat
2018-05-20Dungeons: Fix duplication of y limit parameters (#7359)Paramat
2018-05-14Vertical biome blend: Tune PRNG seed for finer detail (#7329)Paramat
2018-05-07Mgv7: Code cleanup (#7299)Paramat
2018-05-04Cavegen: Allow small RandomWalk caves to generate beyond mapchunk borderParamat
2018-04-29Mapgen caves: Re-order generation to fix cavern bugParamat
2018-04-26Biome-defined cave liquids: Use faster biome calculationparamat
2018-04-26Biome-defined dungeon nodes: Use faster biome calculationparamat
2018-04-25Dungeons: Mostly fix missing stair nodesParamat
2018-04-24Mgvalleys: Code cleanupParamat
2018-04-21Mgvalleys: Use shared tunnel / cavern code instead of internalParamat
2018-04-21Cave liquids: Use a more precise point for calculating biomeParamat
2018-04-20Node resolver: Make error on fallback optional, disable for mapgen aliasesParamat
2018-04-17Cavegen: Fix variable typo that broke mgvalleys large cave distribution (#7249)Paramat
2018-04-07Biome API / dungeons: Add biome-defined dungeon nodesParamat
2018-04-06Mgcarpathian: Fix spawn level calculation (#7212)Paramat
2018-04-05Mgcarpathian: Remove insignificant 'base' noise variation (#7209)Paramat
2018-04-05Biome API / cavegen: Add definable cave liquid for a biome (#7192)Paramat
2018-04-03Fix various clang-tidy reported performance-type-promotion-in-math-fnLoïc Blot
2018-04-02Fix many issues reported by clang-tidy (#7189)Loïc Blot
2018-03-29Mgcarpathian: Mapgen loop optimisations. fabs() -> std::fabs()Paramat
2018-03-26Mapgen: Remove unused mgv7 code and some unused biometypesParamat
2018-03-16Biomes: Fix vertical biome blendparamat
2018-03-11Biome API: Add 'get_biome_name(biome_id)' APIparamat
2018-03-09VoxelArea: add_{x,y,z,p} must be staticLoic Blot
2018-03-09Biomes: Add 'min_pos'/'max_pos' xyz biome limitsparamat
2018-03-03Generate Notifier: Clear events once after all 'on generated' functionsparamat
2018-03-03MapgenValleys: Fixed submarine valleys shapeGael-de-Sailly
2018-02-27Place schematic (on vmanip): Enable use of 'place center' flagsparamat
2018-02-26SAO limits: Allow SAOs to exist outside the set 'mapgen limit'paramat
2018-02-20Vertical biome blend: Tune blend patternsparamat
2018-02-20Dungeons: Add Y limits in all mapgensparamat