Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-20 | Re-add hacky fix for underwater grass, to fix mgv7 user's biomes | paramat | |
2014-12-12 | Mapgens: Rename m_emerge to prevent name collisions | kwolekr | |
2014-12-11 | Clean up Noise macros | kwolekr | |
2014-12-10 | Noise: Automatically transform noise maps if needed | kwolekr | |
2014-12-10 | Noise: Create a deep copy of NoiseParams | kwolekr | |
2014-12-09 | Biomes: Make biome heat and humidity noise parameters user-configurable | kwolekr | |
2014-12-07 | Add flags and lacunarity as new noise parameters | kwolekr | |
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-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-12-03 | Add 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-14 | Fix warnings and other misc. minor changes | kwolekr | |
2014-11-12 | Mapgen v7: Fix uninitialized spflags | kwolekr | |
Mapgen v5: Fix minor style issue | |||
2014-11-12 | Add Generator Element Management framework | kwolekr | |
Add BiomeManager, OreManager, DecorationManager, and SchematicManager | |||
2014-11-01 | Split up mapgen.cpp | kwolekr | |
2014-10-30 | mapgen: Resolve nodes in ctor rather than makeChunk | kwolekr | |
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-05 | Remove blank default values for emergequeue_limit_* settings | kwolekr | |
Add checks for invalid user input for important settings Rename Settings::tryGet* to Settings::get*NoEx for consistency | |||
2014-02-05 | Revert "Fix settings to honor numeric conversion errors" | kwolekr | |
This reverts commit 3f376a092e1c16429fb52f24736e9da98aff4cd5. | |||
2014-02-04 | Fix settings to honor numeric conversion errors | sapier | |
Rename try* non exceptioning functions to *NoEx | |||
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-14 | Add map feature generation notify Lua API | kwolekr | |
2013-12-07 | Dungeongen: Create dungeon gen tuneables; add desert temples for Mapgen V6 | kwolekr | |
2013-07-06 | Mapgen V7: Fix out-of-bounds array access | kwolekr | |
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-23 | Math mapgen fix, ip show on connect, pathfinder segfault fix | proller | |
2013-06-22 | A handful of minor fixes to various things | kwolekr | |
2013-06-17 | Add initial Decoration support, many misc. improvements & modifications | kwolekr | |
2013-05-19 | Fix nearly all warnings | kwolekr | |
2013-05-19 | Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParams | kwolekr | |
2013-04-27 | Enhance caves for mgv7, add ravines | 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 param2 field for ores, some minor fixes and misc. code cleanup | kwolekr | |
2013-04-07 | Fix black tree leaves, reduce above-ground cave shadows | kwolekr | |
2013-04-07 | Add Mapgen V7, reorganize biomes | kwolekr | |