aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen_singlenode.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add MapSettingsManager and new mapgen setting script API functionskwolekr2016-07-031-1/+1
* Mapgen: Refactor mapgen creation and managementkwolekr2016-07-031-13/+4
* FindSpawnPos: Let mapgens decide what spawn altitude is suitableparamat2016-02-091-1/+1
* Mapgen: Add propagate_shadow bool to calcLightingparamat2015-12-071-0/+1
* Mapgen: Use mapgen-specific names for constants in headersparamat2015-10-091-1/+1
* Respect game mapgen flags and save world noise paramsngosang2015-03-071-2/+2
* mapgen: Resolve nodes in ctor rather than makeChunkkwolekr2014-10-301-2/+3
* Huge overhaul of the entire MapgenParams systemkwolekr2014-02-031-5/+5
* Add Lua on_mapgen_init callback, and minetest.set_mapgen_params APIkwolekr2013-06-271-0/+2
* Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParamskwolekr2013-05-191-2/+2
* Add singlenode mapgen; generates solely the node 'mapgen_singlenode', default...Perttu Ahola2013-03-221-0/+53