aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen.cpp
AgeCommit message (Expand)Author
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-08-13Dont write directly to files but rather write and copy a tmp filePilzAdam
2013-08-13Remove farmeshKahrl
2013-08-11Decoration: Fix schematic probability mess with new MTS file versionkwolekr
2013-08-03Add replacements to schematicsPilzAdam
2013-08-02Allow multiple 'wherein' nodes in oredefPilzAdam
2013-08-02Weather backward compatibilityproller
2013-07-08Decoration: Handle facedir and wallmounted param2types with schematic rotationkwolekr
2013-07-06Decoration: Remove usage of multi-character constantskwolekr
2013-07-06Mapgen V7: Huge rewrite, also tweaks to cavegen et al.kwolekr
2013-07-01Decoration: Add schematic rotation supportkwolekr
2013-06-30Optimize liquid queue on generate map for liquid_finiteproller
2013-06-28Make generated water a shade darker to match up with older versionskwolekr
2013-06-27Add Lua on_mapgen_init callback, and minetest.set_mapgen_params APIkwolekr
2013-06-22Decoration: Add support for zero probability, fix breakage from last commitkwolekr
2013-06-22A handful of minor fixes to various thingskwolekr
2013-06-22Decoration: Add Schematic decoration typekwolekr
2013-06-17Decoration: Place decorations in mgv6, check if air or cignore before placementkwolekr
2013-06-17Decoration, Ore: Resolve node names on Mapgen initkwolekr
2013-06-17Decoration: Change divlen to sidelenkwolekr
2013-06-17Add initial Decoration support, many misc. improvements & modificationskwolekr
2013-05-19Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParamskwolekr
2013-04-07Add param2 field for ores, some minor fixes and misc. code cleanupkwolekr
2013-04-07Fix black tree leaves, reduce above-ground cave shadowskwolekr
2013-04-07Add Mapgen V7, reorganize biomeskwolekr
2013-03-31Add Ore generation flags, implement ore absolute heightkwolekr
2013-03-24Vary ore sheet y position by noisekwolekr
2013-03-24Ensure ore can fit in OreSheet::generate()kwolekr
2013-03-24Add Ore infrastructure and l_register_ore()kwolekr
2013-03-17Add jungle grass to jungleskwolekr
2013-03-16Re-add jungles, apple treeskwolekr
2013-03-15Optimize Mapgen::updateLighting(), add setLighting()kwolekr
2013-03-11Clean up Mapgenkwolekr
2013-03-11Migrate to STL containers/algorithms.Ilya Zhuravlev
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