aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen
AgeCommit message (Expand)Author
2020-03-10Remove unnecessary checks before delete (#9500)Nicolas Abril
2020-01-25Settings: Add get_flags API for mapgen flags (mg_flags, mgv6_spflags, ...) (#...SmallJoker
2020-01-04Remove Mapgen V7 floatlands in preparation for new implementation (#9238)Paramat
2019-11-23Caves: Fix shadowing of 'large_cave_depth' to avoid confusionparamat
2019-11-23Dungeons: Move duplicated y limit checks to generation functionparamat
2019-11-19Move duplicated mapgen parameters to class MapgenBasic (#9134)Paramat
2019-11-18Randomwalk cave liquids: Remove deprecated 'lava depth' parameter (#9105)Paramat
2019-11-10Randomwalk caves: Extend beyond mapchunk vertically also (#9094)Paramat
2019-11-09Tunnels: Completely disable generation when 'cave width' >= 10.0 (#9093)Paramat
2019-11-08Randomwalk caves: Add parameters for number, proportion flooded. Allow small ...Paramat
2019-10-29Change some usages of "deprecated" to "obsolete" (#9062)random-geek
2019-10-13Randomwalk caves: Reduce 'insure' value from 10 to 2 (#9035)Paramat
2019-09-24Fix some reference counters (memleak) (#8981)SmallJoker
2019-09-14Dungeons: Clean up parameters, improve structure variety (#8918)Paramat
2019-09-08Dungeons: Remove non-functional 'projecting dungeons' setting (#8897)Paramat
2019-08-24Mapgen v6: Various mudflow code improvements and bugfixes (#8805)Paramat
2019-08-23Make Mapgen::spreadLight use a queue (#8838)DS
2019-08-15Mapgen v6: Fix mudflow iteration and iterate twice (#8795)Paramat
2019-08-13Better F6 profiler (#8750)SmallJoker
2019-08-06Mapgen Flat: Fix and improve getSpawnLevelAtPoint() (#8756)Paramat
2019-07-26Initialise 'seabed_height' to avoid compilation warning (#8715)Paramat
2019-07-25Re-order mapgens in mainmenu and 'all settings' mapgen selection (#8705)Paramat
2019-07-25Mgfractal: Make non-fractal terrain optional (#8702)Paramat
2019-07-20Document the deprecation of hardcoded cave liquids (#8692)Paramat
2019-07-16Dungeons: Make multiple large rooms possible (#8678)Paramat
2019-07-09Move more dungeon parameter selection to mapgens (#8653)Paramat
2019-06-30Dungeongen: Remove most hardcoded dungeon nodes (#8594)Paramat
2019-06-19Mapgen Carpathian: Add optional rivers (#7977)Paramat
2019-06-01Dungeons: Settable density noise, move number calculation to mapgens (#8473)Paramat
2019-05-18Allow multiple cave liquids in a biome definition (#8481)Paramat
2019-04-07Optimize random turns in dungeongen (#8129)Jozef Behran
2019-03-31Fix commentsLoic Blot
2019-03-31mapgen: drop mapgen id from child mapgens.Loïc Blot
2019-03-26Dungeons: Do not remove nodes that have 'is_ground_content = false' (#8423)Paramat
2019-03-14Valleys mapgen code rewrite (#8101)Paramat
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