aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen_v6.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mapgen: Add global 'decorations' flagparamat2015-11-211-0/+1
| | | | | | | | | | 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
* Mgv6: Move global mapgen flag 'flat' into mgv6 spflagsparamat2015-11-131-0/+1
| | | | | Add mgv6 spflag 'flat' Global flag is kept for backwards compatibility but is now undocumented
* Mapgen: Use mapgen-specific names for constants in headersparamat2015-10-091-8/+8
| | | | | Update copyright years in all mapgens Add myself to copyright notices in mgv5 and mgv7
* Mgv6: Enable snowbiomes by default. Double biome noise spread. 3 octaves, ↵paramat2015-05-261-1/+1
| | | | 0.5 persistence for humidity
* Mapgen v5/6/7: Cleanup node resolver and aliasesparamat2015-05-121-4/+2
|
* Mgv6: Add optional snow biomesparamat2015-04-121-2/+20
|
* Mgv6: Remove addDirtGravelBlobs, replaced by blob ore in Minetest Gameparamat2015-03-181-2/+1
| | | | | Desert stone above y = -32 not water_level Remove unused generateExperimental()
* Respect game mapgen flags and save world noise paramsngosang2015-03-071-2/+2
|
* Fix some lingering code style issueskwolekr2014-12-291-3/+5
|
* Mapgen: Use getBlockSeed2() for blockseeds (much better uniformity)kwolekr2014-12-291-1/+0
|
* Mapgens: Rename m_emerge to prevent name collisionskwolekr2014-12-121-1/+1
|
* Rewrite generate notification mechanismkwolekr2014-12-061-8/+7
| | | | | | | Add support for notify-on-decoration Clean up mapgen constructors Clean up mapgen.cpp code style somewhat Remove trailing whitespace from some files
* Fix warnings and other misc. minor changeskwolekr2014-11-141-3/+3
|
* Add Generator Element Management frameworkkwolekr2014-11-121-0/+1
| | | | Add BiomeManager, OreManager, DecorationManager, and SchematicManager
* Make flag strings clear specified flag with 'no' prefixkwolekr2014-02-081-3/+3
| | | | | Remove flagmask field from set_mapgen_params table Add small bits of needed documentation
* Huge overhaul of the entire MapgenParams systemkwolekr2014-02-031-33/+17
| | | | | | MapgenParams is no longer a polymorphic class, eliminating the need for messy and bug-prone reallocations. Separation between the common and mapgen-specific parameters is now strongly defined. Mapgen parameters objects are now properly encapsulated within the proper subsystems.
* Dungeongen: Create dungeon gen tuneables; add desert temples for Mapgen V6kwolekr2013-12-071-1/+6
|
* Add minetest.get_mapgen_object to APIkwolekr2013-06-271-1/+0
|
* Add initial Decoration support, many misc. improvements & modificationskwolekr2013-06-171-1/+0
|
* Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParamskwolekr2013-05-191-23/+24
|
* Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to ↵kwolekr2013-04-211-15/+2
| | | | Mapgen V7
* Add Ore infrastructure and l_register_ore()kwolekr2013-03-241-2/+4
|
* Mapgen indev: float islands, larger far biomesproller2013-03-241-0/+1
|
* Add jungle grass to jungleskwolekr2013-03-171-1/+1
|
* Some minor cleanups from the last commitkwolekr2013-03-161-2/+2
|
* initial mapgen indev version with farscale feature and huge cavesproller2013-03-161-5/+16
|
* Re-add jungles, apple treeskwolekr2013-03-161-6/+16
|
* Clean up Mapgenkwolekr2013-03-111-27/+46
|
* Re-add dungeons in new dungeongen.cppkwolekr2013-03-101-0/+1
|
* Update Copyright YearsSfan52013-02-241-1/+1
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
|
* Make mapgen factory setup more elegant, add mapgen_v6.hkwolekr2013-01-231-0/+141