aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen_fractal.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mgv7/flat/fractal: Place biome top node on tunnel entrance floorparamat2016-01-141-11/+30
|
* Mgfractal: Add 3D and 4D fractalsparamat2015-12-151-14/+72
| | | | | | | | | | | | 3D Mandelbrot/Mandelbar 3D Christmas Tree 3D Mandelbulb 3D Cosine Mandelbulb 4D Mandelbulb Plus corresponding julia set for each Add credits for formulas Rename parameter 'formula' to 'fractal' Speed optimisations
* Mgv5/v7/flat/fractal: More large pseudorandom cavesparamat2015-12-021-4/+4
| | | | Mgv7/flat/fractal: Reduce tunnel noise spreads to 96
* Mgfractal: Move julia set selection into formula parameterparamat2015-11-231-13/+12
| | | | | | Improve default parameters Update and improve documentation Unhide mapgen, but is still unstable
* Mapgen: Add global 'decorations' flagparamat2015-11-211-1/+2
| | | | | | | | | | Flag is set by default in MapgenParams The global 'trees' flag remains but is now undocumented and unset by default in MapgenParams Add mgv6_spflag 'trees' set by default in defaultsettings.cpp to affect new worlds only This is automatically backwards compatible for existing worlds
* Mgfractal: Revert unnecessary duplication of parametersparamat2015-11-151-51/+29
|
* Mgfractal: Create a choice of 4 mandelbrot formulasparamat2015-11-141-5/+34
|
* Cavegen: Make mgfractal use mgv5 cavegenparamat2015-11-091-1/+1
| | | | | Remove CaveFractal Add a lava depth constant to CaveV5 to make it universal
* Mgfractal: Add filler depth noiseparamat2015-10-291-6/+12
|
* Mgfractal: Independent iterations and scale parametersparamat2015-10-241-39/+45
| | | | | Complete set of parameters for each of mandelbrot and julia sets The julia set structure often needs different iterations and scale
* Mgfractal: Independant offset and slice params for mandelbrot and juliaparamat2015-10-111-37/+39
| | | | | | | Player now spawns on julia set due to julia offset Add commented-out '#include profiler.h' for timetaker use Use v3fs to reduce number of parameters Tune tunnel width to match mgv7
* Fractal mapgen: Fix mysterious bugparamat2015-10-101-1/+6
|
* Fractal mapgen: Add seabed and large pseudorandom cavesparamat2015-10-071-47/+71
|
* Mapgen: Add 4D fractal mapgenparamat2015-10-061-0/+597