Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-30 | Replace instances of height_min/height_max with y_min/y_max to remove ambiguity | kwolekr | |
2014-12-28 | Biome API: Add shore top and shore filler nodes, underwater node, water top ↵ | paramat | |
node. Add water top depth and shore height parameters. Remove water dust node | |||
2014-12-27 | Redefine NodeResolver interface and replace with callback mechanism | kwolekr | |
2014-12-18 | Suppress compiler warning | Craig Robbins | |
2014-12-17 | Remove manual biome noise translation | kwolekr | |
2014-12-12 | Add minetest.clear_registered_decorations() and clear_registered_ores() | 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 | Add minetest.clear_registered_biomes() api | kwolekr | |
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 | Add Generator Element Management framework | kwolekr | |
Add BiomeManager, OreManager, DecorationManager, and SchematicManager | |||
2014-11-01 | Split up mapgen.cpp | kwolekr | |