aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen.h
AgeCommit message (Expand)Author
2013-02-25Add global and per-peer queue limitskwolekr
2013-02-25Add emerge.cpp, initial EmergeThread changeskwolekr
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-02-07Fix compile error (MSVC2010).Ilya Zhuravlev
2013-02-06Add flag string settings, flat map optionkwolekr
2013-01-23Make mapgen factory setup more elegant, add mapgen_v6.hkwolekr
2013-01-21Use a string identifier for a mapgen instead of versionkwolekr
2013-01-21Removed Mapgen V7 for nowkwolekr
2013-01-21Fix MapgenV6::getGroundLevelAtPoint()kwolekr
2013-01-21Finish and clean up mapgen configurationkwolekr
2013-01-21Clean up EmergeManager, do initial work on Mapgen configurationkwolekr
2013-01-21Readded and optimized mapgen V6kwolekr
2013-01-21The new mapgen, noise functions, et al.kwolekr
2012-12-30L-System treegenRealBadAngel
2012-06-17Optimize headersPerttu Ahola
2012-06-17Properly and efficiently use split utility headersPerttu Ahola
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola
2012-03-29Generate beachesPerttu Ahola
2012-03-28Add blockseed to on_generatedPerttu Ahola
2012-03-27Remove no-op mapgen::add_random_objectsPerttu Ahola
2012-03-27Make mapgen generate stuff in chunks of 3^3 mapblocksPerttu Ahola
2011-11-29Add on_generated hookPerttu Ahola
2011-11-29Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter w...Perttu Ahola
2011-11-29GameDef compilesPerttu Ahola
2011-09-23Adding (most) of the sapling functionality. It has yet to work, since MEET_OT...Mark Holmquist
2011-06-25moved mapgen stuff around abitPerttu Ahola
2011-06-25moved map generator to separate source filesPerttu Ahola