aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen_singlenode.h
AgeCommit message (Expand)Author
2016-02-09FindSpawnPos: Let mapgens decide what spawn altitude is suitableparamat
2015-12-07Mapgen: Add propagate_shadow bool to calcLightingparamat
2015-10-09Mapgen: Use mapgen-specific names for constants in headersparamat
2015-03-07Respect game mapgen flags and save world noise paramsngosang
2014-10-30mapgen: Resolve nodes in ctor rather than makeChunkkwolekr
2014-02-03Huge overhaul of the entire MapgenParams systemkwolekr
2013-06-27Add Lua on_mapgen_init callback, and minetest.set_mapgen_params APIkwolekr
2013-05-19Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParamskwolekr
2013-03-22Add singlenode mapgen; generates solely the node 'mapgen_singlenode', default...Perttu Ahola