aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen_singlenode.cpp
AgeCommit message (Expand)Author
2014-12-29Fix some lingering code style issueskwolekr
2014-12-29Mapgen: Use getBlockSeed2() for blockseeds (much better uniformity)kwolekr
2014-12-06Rewrite generate notification mechanismkwolekr
2014-10-30mapgen: Resolve nodes in ctor rather than makeChunkkwolekr
2014-02-08Make flag strings clear specified flag with 'no' prefixkwolekr
2014-02-03Huge overhaul of the entire MapgenParams systemkwolekr
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-06-27Add Lua on_mapgen_init callback, and minetest.set_mapgen_params APIkwolekr
2013-04-07Fix black tree leaves, reduce above-ground cave shadowskwolekr
2013-03-29Fix last singlenode modificationkwolekr
2013-03-29Don't replace existing nodes in singlenode mapgenkwolekr
2013-03-22Add singlenode mapgen; generates solely the node 'mapgen_singlenode', default...Perttu Ahola