Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-12 | Add Generator Element Management framework | kwolekr | |
Add BiomeManager, OreManager, DecorationManager, and SchematicManager | |||
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-07-06 | Mapgen V7: Huge rewrite, also tweaks to cavegen et al. | kwolekr | |
2013-06-27 | Add Lua on_mapgen_init callback, and minetest.set_mapgen_params API | kwolekr | |
2013-06-27 | Add minetest.get_mapgen_object to API | kwolekr | |
2013-06-23 | Math mapgen fix, ip show on connect, pathfinder segfault fix | proller | |
2013-06-23 | New math mapgen with fractal based worlds | proller | |
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 | mgv7: Implement getGroundLevelAtPoint(), fix layer of topnodes at chunk Y ↵ | kwolekr | |
boundaries, remove growGrass() | |||
2013-04-21 | Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to ↵ | kwolekr | |
Mapgen V7 | |||
2013-04-07 | Add Mapgen V7, reorganize biomes | kwolekr | |