aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen.cpp
AgeCommit message (Expand)Author
2013-03-10Re-add dungeons in new dungeongen.cppkwolekr
2013-02-25Add emerge.cpp, initial EmergeThread changeskwolekr
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-02-24Add seed parameter for default and L-system treesRealBadAngel
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-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-21Add initial Lua biomedef support, fixed biome selectionkwolekr
2013-01-21The new mapgen, noise functions, et al.kwolekr
2012-12-30L-System treegenRealBadAngel
2012-11-23Fix trees growing into any type of nodeIlya Zhuravlev
2012-11-02Replace pow() with multiplikation to improve speedPilzAdam
2012-09-01Attempt to fix flying gravel and dirtPerttu Ahola
2012-09-01Smooth transition to the desert biome.Sergey Gilfanov
2012-07-21Remove trenches from map generator (cyisfor) (glitches: read below)darkrose
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola
2012-04-07Tune mapgenPerttu Ahola
2012-04-07Tune desert beachesPerttu Ahola
2012-04-07Add deserts to map generatorPerttu Ahola
2012-04-07Tune mapgen a bitPerttu Ahola
2012-04-02Tune cave generationPerttu Ahola
2012-04-02Improve caves morePerttu Ahola
2012-04-01Some completely crapshit coding to make caves more variedPerttu Ahola
2012-03-29Generate beachesPerttu Ahola
2012-03-29Generate blobs of dirt and gravel in stonePerttu Ahola
2012-03-28Add blockseed to on_generatedPerttu Ahola
2012-03-28Make mapgen use mapgen_* node aliases rather than the LEGN macroPerttu Ahola
2012-03-27Tune cavesPerttu Ahola
2012-03-27Fix deep ground cave generation a bitPerttu Ahola
2012-03-27Fix mapgen block_is_underground heuristicPerttu Ahola
2012-03-27Tune mapgenPerttu Ahola
2012-03-27Re-implement and re-tune mapgen v2Perttu Ahola
2012-03-27Remove no-op mapgen::add_random_objectsPerttu Ahola
2012-03-27Fix inexistent_top_provides_sunlight heuristic in make_block and remove clitc...Perttu Ahola
2012-03-27Do post-mapgen lighting using the VoxelManipulator-based functions (causes gl...Perttu Ahola
2012-03-27voxalgo::clearLightAndCollectSourcesPerttu Ahola
2012-03-27Fix tree generation density for different mapgen chunk sizesPerttu Ahola
2012-03-27Make mapgen generate stuff in chunks of 3^3 mapblocksPerttu Ahola
2012-01-22Node placement / mineral / serialization / iron freq / node_dig callbackKahrl
2011-11-29Add node definitions in Lua and do not use content_mapnode_init anymore (exce...Kahrl
2011-11-29Make map generator more responsivePerttu Ahola
2011-11-29Add reason parameter to setModified and print it out to verbosestream when sa...Perttu Ahola
2011-11-29Optimize map generator for the dynamic content ids a bitPerttu Ahola
2011-11-29Fix silly misspelling in mapgen that made junglegrass to be CONTENT_IGNOREPerttu Ahola