aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen_singlenode.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make flag strings clear specified flag with 'no' prefixkwolekr2014-02-081-1/+1
* Huge overhaul of the entire MapgenParams systemkwolekr2014-02-031-3/+2
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-2/+0
* Add Lua on_mapgen_init callback, and minetest.set_mapgen_params APIkwolekr2013-06-271-2/+4
* Fix black tree leaves, reduce above-ground cave shadowskwolekr2013-04-071-1/+2
* Fix last singlenode modificationkwolekr2013-03-291-7/+8
* Don't replace existing nodes in singlenode mapgenkwolekr2013-03-291-6/+11
* Add singlenode mapgen; generates solely the node 'mapgen_singlenode', default...Perttu Ahola2013-03-221-0/+96