aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen_fractal.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mgfractal: Revert unnecessary duplication of parametersparamat2015-11-151-18/+8
|
* Mgfractal: Create a choice of 4 mandelbrot formulasparamat2015-11-141-0/+4
|
* 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-1/+2
|
* Mgfractal: Independent iterations and scale parametersparamat2015-10-241-15/+17
| | | | | 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-14/+14
| | | | | | | 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: Add seabed and large pseudorandom cavesparamat2015-10-071-3/+8
|
* Mapgen: Add 4D fractal mapgenparamat2015-10-061-0/+133