]> git.lizzy.rs Git - dragonfireclient.git/history - src/mapgen_fractal.cpp
Use a settings object for the main settings
[dragonfireclient.git] / src / mapgen_fractal.cpp
2017-04-05 paramatMapgen: Remove '#include treegen.h' from non-mgv6 mapgens
2016-12-14 paramatCavegen: Wider tunnels in mgflat, mgfractal, mgvalleys
2016-07-03 kwolekrAdd MapSettingsManager and new mapgen setting script...
2016-06-24 paramatMgflat/fractal/v7/valleys: Denser 3D noise tunnels
2016-06-05 kwolekrMapgen: Optimize biomemap creation by combining with...
2016-05-28 kwolekrMapgen: Combine dungeon generation code
2016-05-28 kwolekrMapgen: Deduplicate common constructor code
2016-05-28 kwolekrMapgen: Remove calculateNoise from most mapgens
2016-05-28 kwolekrCavegen: Move V5-style caves to CavesNoiseIntersection
2016-05-28 kwolekrFix MgStoneType and BiomeType enum names
2016-05-28 kwolekrMapgen: Combine generateBiomes, dustTopNodes, and gener...
2016-05-28 kwolekrMove biome calculation to BiomeGen
2016-04-29 paramatMapgen: Make 3D noise tunnels' width settable
2016-04-12 paramatMgv7, mgflat, mgfractal: Tunnel generation code optimis...
2016-04-08 paramatMapgen: Optimise cave noises and tunnel excavation
2016-03-21 paramatMgv7/flat/fractal: Stop tunnel-floor biome nodes being...
2016-03-14 paramatMapgen: Fix light in tunnels at mapchunk borders
2016-02-09 paramatFindSpawnPos: Let mapgens decide what spawn altitude...
2016-02-02 paramatMgv5/v7/flat/fractal: Move tunnel noise calculation...
2016-01-14 paramatMgv7/flat/fractal: Place biome top node on tunnel entra...
2015-12-15 paramatMgfractal: Add 3D and 4D fractals
2015-12-02 paramatMgv5/v7/flat/fractal: More large pseudorandom caves
2015-11-23 paramatMgfractal: Move julia set selection into formula parameter
2015-11-21 paramatMapgen: Add global 'decorations' flag
2015-11-15 paramatMgfractal: Revert unnecessary duplication of parameters
2015-11-14 paramatMgfractal: Create a choice of 4 mandelbrot formulas
2015-11-09 paramatCavegen: Make mgfractal use mgv5 cavegen
2015-10-29 paramatMgfractal: Add filler depth noise
2015-10-24 paramatMgfractal: Independent iterations and scale parameters
2015-10-11 paramatMgfractal: Independant offset and slice params for...
2015-10-10 paramatFractal mapgen: Fix mysterious bug
2015-10-07 paramatFractal mapgen: Add seabed and large pseudorandom caves
2015-10-06 paramatMapgen: Add 4D fractal mapgen