Replace instances of height_min/height_max with y_min/y_max to remove ambiguity
[oweals/minetest.git] / src / mg_ore.cpp
2014-12-30 kwolekrReplace instances of height_min/height_max with y_min...
2014-12-29 kwolekrOre: Add Vein ore type
2014-12-28 kwolekrOre: Add Blob ore type
2014-12-27 kwolekrRedefine NodeResolver interface and replace with callba...
2014-12-12 kwolekrAdd minetest.clear_registered_decorations() and clear_r...
2014-12-10 kwolekrRemove get_noiseparams function. read_noiseparams shoul...
2014-12-10 kwolekrNoise: Create a deep copy of NoiseParams
2014-12-06 kwolekrRewrite generate notification mechanism
2014-11-14 kwolekrFix warnings and other misc. minor changes
2014-11-13 kwolekrAdd Generator Element Management framework
2014-11-01 kwolekrSplit up mapgen.cpp