aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen_v6.cpp
AgeCommit message (Expand)Author
2015-08-02Add map limit config optionrubenwardy
2015-07-21Remove profiler.h include where it's not needed. Remove some unreachable and ...Loic Blot
2015-07-13Mgv6/treegen: (Re)Add fallback nodes for compatibility with subgamesparamat
2015-06-18Mgv6: Don't create air gap in tundra at y = 48 in custom high terrainparamat
2015-05-26Mgv6: Enable snowbiomes by default. Double biome noise spread. 3 octaves, 0.5...paramat
2015-05-12Mapgen v5/6/7: Cleanup node resolver and aliasesparamat
2015-04-12Mgv6: Fix taiga, allow pine tree spawning on snowblocksparamat
2015-04-12Mgv6: Add optional snow biomesparamat
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2015-03-23Mgv6: Use heightmap in placeTreesAndJungleGrass()paramat
2015-03-18Mgv6: Remove addDirtGravelBlobs, replaced by blob ore in Minetest Gameparamat
2015-03-11Mgv6: Fix uninitialised heightmap used by cavegenparamat
2015-03-10Ensure that heightmap is initialized before useCraig Robbins
2015-03-08Heightmaps: Fix uninitialised values in mgv5/mgv6. findGroundLevel: Return -M...paramat
2015-03-07Respect game mapgen flags and save world noise paramsngosang
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2015-03-06Fix mapgen using unitialised height map valuesCraig Robbins
2015-03-05Fix memory leak in MapgenV6Craig Robbins
2015-03-02Mgv6: Add heightmap. Do not make large caves that are entirely above groundparamat
2015-01-18Fix all warnings and remove -Wno-unused-but-set cflagkwolekr
2015-01-07Mapgen V6: Re-enable liquid flowingkwolekr
2015-01-04Lighting: Fix nearly all issueskwolekr
2015-01-01MgV5/6/7: Generate dungeons above water levelparamat
2014-12-29Fix some lingering code style issueskwolekr
2014-12-12Mapgens: Rename m_emerge to prevent name collisionskwolekr
2014-12-11Clean up Noise macroskwolekr
2014-12-10Noise: Automatically transform noise maps if neededkwolekr
2014-12-10Noise: Create a deep copy of NoiseParamskwolekr
2014-12-07Add flags and lacunarity as new noise parameterskwolekr
2014-12-06Rewrite generate notification mechanismkwolekr
2014-11-14Fix warnings and other misc. minor changeskwolekr
2014-11-12Add Generator Element Management frameworkkwolekr
2014-11-01Split up mapgen.cppkwolekr
2014-10-30mapgen: Resolve nodes in ctor rather than makeChunkkwolekr
2014-02-08Make flag strings clear specified flag with 'no' prefixkwolekr
2014-02-05Remove blank default values for emergequeue_limit_* settingskwolekr
2014-02-05Revert "Fix settings to honor numeric conversion errors"kwolekr
2014-02-04Fix settings to honor numeric conversion errorssapier
2014-02-03Huge overhaul of the entire MapgenParams systemkwolekr
2014-01-12Mapgen V6: Add flag to stop mud flowkwolekr
2013-12-14Add map feature generation notify Lua APIkwolekr
2013-12-07Dungeongen: Create dungeon gen tuneables; add desert temples for Mapgen V6kwolekr
2013-11-21Mapgen V6: Respect water_level settingkwolekr
2013-06-27Add Lua on_mapgen_init callback, and minetest.set_mapgen_params APIkwolekr
2013-06-17Decoration: Place decorations in mgv6, check if air or cignore before placementkwolekr
2013-06-17Add initial Decoration support, many misc. improvements & modificationskwolekr
2013-05-19Fix nearly all warningskwolekr
2013-05-19Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParamskwolekr
2013-04-27Enhance caves for mgv7, add ravineskwolekr
2013-04-21Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to Mapg...kwolekr