aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen_singlenode.h
AgeCommit message (Expand)Author
2017-11-08Move files to subdirectories (#6599)Vitaliy
2017-08-18Modernize various files (src/m*) (#6267)Loïc Blot
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
2017-05-26Mapgen files: Update and correct copyright creditsparamat
2017-04-23Pass clang-format on various cpp/header files (#5559)Loïc Blot
2016-07-03Add MapSettingsManager and new mapgen setting script API functionskwolekr
2016-07-03Mapgen: Refactor mapgen creation and managementkwolekr
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