summaryrefslogtreecommitdiff
path: root/src/mapgen_singlenode.h
Commit message (Collapse)AuthorAge
* Respect game mapgen flags and save world noise paramsngosang2015-03-07
|
* mapgen: Resolve nodes in ctor rather than makeChunkkwolekr2014-10-30
|
* Huge overhaul of the entire MapgenParams systemkwolekr2014-02-03
| | | | | | MapgenParams is no longer a polymorphic class, eliminating the need for messy and bug-prone reallocations. Separation between the common and mapgen-specific parameters is now strongly defined. Mapgen parameters objects are now properly encapsulated within the proper subsystems.
* Add Lua on_mapgen_init callback, and minetest.set_mapgen_params APIkwolekr2013-06-27
|
* Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParamskwolekr2013-05-19
|
* Add singlenode mapgen; generates solely the node 'mapgen_singlenode', ↵Perttu Ahola2013-03-22
defaults to air