aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen_v5.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mapgen V5: Fix use of uninitialized value in ctorkwolekr2014-12-071-1/+1
|
* Rewrite generate notification mechanismkwolekr2014-12-061-5/+4
| | | | | | | Add support for notify-on-decoration Clean up mapgen constructors Clean up mapgen.cpp code style somewhat Remove trailing whitespace from some files
* Mgv5 get ground level at point function. Fast spawn player versionparamat2014-11-201-0/+1
|
* Add Generator Element Management frameworkkwolekr2014-11-121-1/+1
| | | | Add BiomeManager, OreManager, DecorationManager, and SchematicManager
* Tune cave noise scales to 6. Fix blobs spflag, now enabled. Update conf.exampleparamat2014-11-091-1/+1
|
* Add mgv5. New noise code, uses biome API. Eased 3d noise for terrain, caves, ↵paramat2014-11-081-0/+115
blobs