aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Decoration: Handle facedir and wallmounted param2types with schematic rotationkwolekr2013-07-081-2/+7
* Decoration: Remove usage of multi-character constantskwolekr2013-07-061-2/+2
* Mapgen V7: Huge rewrite, also tweaks to cavegen et al.kwolekr2013-07-061-5/+18
* Decoration: Add schematic rotation supportkwolekr2013-07-011-41/+74
* Optimize liquid queue on generate map for liquid_finiteproller2013-06-301-3/+5
* Make generated water a shade darker to match up with older versionskwolekr2013-06-281-6/+6
* Add Lua on_mapgen_init callback, and minetest.set_mapgen_params APIkwolekr2013-06-271-0/+1
* Decoration: Add support for zero probability, fix breakage from last commitkwolekr2013-06-221-3/+15
* A handful of minor fixes to various thingskwolekr2013-06-221-6/+4
* Decoration: Add Schematic decoration typekwolekr2013-06-221-6/+313
* Decoration: Place decorations in mgv6, check if air or cignore before placementkwolekr2013-06-171-3/+8
* Decoration, Ore: Resolve node names on Mapgen initkwolekr2013-06-171-4/+0
* Decoration: Change divlen to sidelenkwolekr2013-06-171-2/+8
* Add initial Decoration support, many misc. improvements & modificationskwolekr2013-06-171-35/+343
* Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParamskwolekr2013-05-191-27/+25
* Add param2 field for ores, some minor fixes and misc. code cleanupkwolekr2013-04-071-42/+22
* Fix black tree leaves, reduce above-ground cave shadowskwolekr2013-04-071-7/+3
* Add Mapgen V7, reorganize biomeskwolekr2013-04-071-0/+26
* Add Ore generation flags, implement ore absolute heightkwolekr2013-03-311-9/+39
* Vary ore sheet y position by noisekwolekr2013-03-241-3/+3
* Ensure ore can fit in OreSheet::generate()kwolekr2013-03-241-3/+4
* Add Ore infrastructure and l_register_ore()kwolekr2013-03-241-0/+134
* Add jungle grass to jungleskwolekr2013-03-171-2/+2
* Re-add jungles, apple treeskwolekr2013-03-161-4/+9
* Optimize Mapgen::updateLighting(), add setLighting()kwolekr2013-03-151-8/+109
* Clean up Mapgenkwolekr2013-03-111-2181/+52
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-111-2/+2
* Re-add dungeons in new dungeongen.cppkwolekr2013-03-101-552/+0
* Add emerge.cpp, initial EmergeThread changeskwolekr2013-02-251-153/+0
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Add seed parameter for default and L-system treesRealBadAngel2013-02-241-3/+4
* Fix compile error (MSVC2010).Ilya Zhuravlev2013-02-071-1/+1
* Add flag string settings, flat map optionkwolekr2013-02-061-1/+21
* Make mapgen factory setup more elegant, add mapgen_v6.hkwolekr2013-01-231-78/+99
* Use a string identifier for a mapgen instead of versionkwolekr2013-01-211-14/+15
* Removed Mapgen V7 for nowkwolekr2013-01-211-191/+0
* Finish and clean up mapgen configurationkwolekr2013-01-211-67/+146
* Clean up EmergeManager, do initial work on Mapgen configurationkwolekr2013-01-211-56/+76
* Readded and optimized mapgen V6kwolekr2013-01-211-32/+16
* Add initial Lua biomedef support, fixed biome selectionkwolekr2013-01-211-6/+9
* The new mapgen, noise functions, et al.kwolekr2013-01-211-75/+367
* L-System treegenRealBadAngel2012-12-301-168/+2
* Fix trees growing into any type of nodeIlya Zhuravlev2012-11-231-1/+2
* Replace pow() with multiplikation to improve speedPilzAdam2012-11-021-1/+1
* Attempt to fix flying gravel and dirtPerttu Ahola2012-09-011-2/+3
* Smooth transition to the desert biome.Sergey Gilfanov2012-09-011-1/+3
* Remove trenches from map generator (cyisfor) (glitches: read below)darkrose2012-07-211-6/+7
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-17/+5
* Tune mapgenPerttu Ahola2012-04-071-7/+15