aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen_v5.cpp
AgeCommit message (Collapse)Author
2014-12-20Re-add hacky fix for underwater grass, to fix mgv7 user's biomesparamat
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-09Biomes: Make biome heat and humidity noise parameters user-configurablekwolekr
2014-12-07Add flags and lacunarity as new noise parameterskwolekr
Add 'absolute value' option to noise map functions Extend persistence modulation to 3D noise Extend 'eased' option to noise2d_perlin* functions Some noise.cpp formatting fixups
2014-12-07Mapgen V5: Fix use of uninitialized value in ctorkwolekr
2014-12-06Rewrite generate notification mechanismkwolekr
Add support for notify-on-decoration Clean up mapgen constructors Clean up mapgen.cpp code style somewhat Remove trailing whitespace from some files
2014-12-03Add definable node_stone to biome API, mgv5, mgv7. Reduce and correct depth ↵paramat
of mgv7 biomes. l_mapgen.cpp: add '#include mapgen_v5.h' because '#include mapgen_v7' is there. Improve underwater grass hack
2014-11-20Mgv5 1 up 1 down overgeneration for biome surface continuityparamat
2014-11-20Mgv5 get ground level at point function. Fast spawn player versionparamat
2014-11-14Fix warnings and other misc. minor changeskwolekr
2014-11-12Mapgen v7: Fix uninitialized spflagskwolekr
Mapgen v5: Fix minor style issue
2014-11-12Add Generator Element Management frameworkkwolekr
Add BiomeManager, OreManager, DecorationManager, and SchematicManager
2014-11-09Tune cave noise scales to 6. Fix blobs spflag, now enabled. Update conf.exampleparamat
2014-11-08Add mgv5. New noise code, uses biome API. Eased 3d noise for terrain, caves, ↵paramat
blobs