aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen
AgeCommit message (Expand)Author
2021-01-22Remove dead code (#10845)rubenwardy
2021-01-21MgOre: Fix invalid field polymorphism (#10846)rubenwardy
2021-01-21Removed some obsolete code (#10562)Zughy
2020-12-24Fix some minor code issues all over the placesfan5
2020-12-15Allow configuring block disk and net compression. Change default disk level.Lars
2020-11-26Avoid generating the same chunk more than once with multiple emerge threads.Lars
2020-11-20Move Mapgen V7 river generation into the main generation loop (#10639)Paramat
2020-11-12Fix warnings about an unused variables and implicit conversion (#10586)red-001
2020-10-05Remove unused functions reported by cppcheck (#10463)SmallJoker
2020-10-01(se)SerializeString: Include max length in the nameSmallJoker
2020-09-03Add 'ores' global mapgen flag (#10276)Paramat
2020-08-05Mapgen Flat: Add caverns, disabled by default (#9913)Paramat
2020-05-25L-System trees: Remove hardcoded use of 'mapgen_dirt' alias (#9931)Paramat
2020-05-20Allow more than 255 biomes, document new maximum (#9855)Paramat
2020-05-14Add new Mapgen V7 floatland implementation (#9296)Paramat
2020-05-05Fix thread safety of PcgRandom use in BiomeGensfan5
2020-05-05Fix remaining issues with mapgen scriptapisfan5
2020-05-05Give the Mapgen on each EmergeThread its own Biome/Ore/Deco/SchemManager copysfan5
2020-05-05Allow ObjDefManager instances to be clonedsfan5
2020-04-11Reduce ServerEnvironment propagation (#9642)Loïc Blot
2020-04-11Drop content_sao.{cpp,h}Loic Blot
2020-04-11Move serveractiveobject & unitsaoLoic Blot
2020-04-10Print error if invalid mapgen alias was detected (#9579)Wuzzy
2020-04-04Fix 'the the' typos in comments (#9554)LNJ
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