Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-21 | Mapgen: Add global 'decorations' flag | paramat | |
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 | |||
2015-11-13 | Mgv6: Move global mapgen flag 'flat' into mgv6 spflags | paramat | |
Add mgv6 spflag 'flat' Global flag is kept for backwards compatibility but is now undocumented | |||
2015-10-09 | Mapgen: Use mapgen-specific names for constants in headers | paramat | |
Update copyright years in all mapgens Add myself to copyright notices in mgv5 and mgv7 | |||
2015-05-26 | Mgv6: Enable snowbiomes by default. Double biome noise spread. 3 octaves, ↵ | paramat | |
0.5 persistence for humidity | |||
2015-05-12 | Mapgen v5/6/7: Cleanup node resolver and aliases | paramat | |
2015-04-12 | Mgv6: Add optional snow biomes | paramat | |
2015-03-18 | Mgv6: Remove addDirtGravelBlobs, replaced by blob ore in Minetest Game | paramat | |
Desert stone above y = -32 not water_level Remove unused generateExperimental() | |||
2015-03-07 | Respect game mapgen flags and save world noise params | ngosang | |
2014-12-29 | Fix some lingering code style issues | kwolekr | |
2014-12-29 | Mapgen: Use getBlockSeed2() for blockseeds (much better uniformity) | kwolekr | |
2014-12-12 | Mapgens: Rename m_emerge to prevent name collisions | kwolekr | |
2014-12-06 | Rewrite generate notification mechanism | kwolekr | |
Add support for notify-on-decoration Clean up mapgen constructors Clean up mapgen.cpp code style somewhat Remove trailing whitespace from some files | |||
2014-11-14 | Fix warnings and other misc. minor changes | kwolekr | |
2014-11-12 | Add Generator Element Management framework | kwolekr | |
Add BiomeManager, OreManager, DecorationManager, and SchematicManager | |||
2014-02-08 | Make flag strings clear specified flag with 'no' prefix | kwolekr | |
Remove flagmask field from set_mapgen_params table Add small bits of needed documentation | |||
2014-02-03 | Huge overhaul of the entire MapgenParams system | kwolekr | |
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. | |||
2013-12-07 | Dungeongen: Create dungeon gen tuneables; add desert temples for Mapgen V6 | kwolekr | |
2013-06-27 | Add minetest.get_mapgen_object to API | kwolekr | |
2013-06-17 | Add initial Decoration support, many misc. improvements & modifications | kwolekr | |
2013-05-19 | Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParams | kwolekr | |
2013-04-21 | Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to ↵ | kwolekr | |
Mapgen V7 | |||
2013-03-24 | Add Ore infrastructure and l_register_ore() | kwolekr | |
2013-03-24 | Mapgen indev: float islands, larger far biomes | proller | |
2013-03-17 | Add jungle grass to jungles | kwolekr | |
2013-03-16 | Some minor cleanups from the last commit | kwolekr | |
2013-03-16 | initial mapgen indev version with farscale feature and huge caves | proller | |
2013-03-16 | Re-add jungles, apple trees | kwolekr | |
2013-03-11 | Clean up Mapgen | kwolekr | |
2013-03-10 | Re-add dungeons in new dungeongen.cpp | kwolekr | |
2013-02-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2013-01-23 | Make mapgen factory setup more elegant, add mapgen_v6.h | kwolekr | |