Mapgen: Combine generateBiomes, dustTopNodes, and generateCaves
[oweals/minetest.git] / src / mapgen.cpp
2016-05-28 kwolekrMapgen: Combine generateBiomes, dustTopNodes, and gener...
2016-05-28 kwolekrMove biome calculation to BiomeGen
2016-03-30 kwolekrMapgen: Don't spread light of nodes outside the desired...
2016-03-29 kwolekrMapgen: Spread both night and day light banks in spread...
2015-12-07 paramatMapgen: Add propagate_shadow bool to calcLighting
2015-11-21 paramatMapgen: Add global 'decorations' flag
2015-10-23 paramatDecoration API: Add flag for placement on liquid surface
2015-10-04 kwolekrAdd emerge completion callback mechanism
2015-10-04 kwolekrDefine and use limit constants for Irrlicht fixed-width... master
2015-09-19 est31Various style cleanups + unused code removal
2015-08-16 onkrotRemove unused functions.
2015-08-02 rubenwardyAdd map limit config option
2015-06-20 paramatMapgen objects: Enable heatmap and humidmap for all...
2015-06-18 paramatBiome API: Add noise defined biome blend
2015-05-19 kwolekrSplit ObjDef/ObjDefManager out to objdef.cpp
2015-05-04 kwolekrObjDefManager: Set replacement object's handle info...
2015-04-02 SmallJokerFix MSVC error caused by ed10005
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-31 kwolekrGenElementManager: Pass opaque handles to Lua and renam...
2015-03-22 kwolekrAdd support for the PCG32 PRNG algo (and associated...
2015-03-20 kwolekrRevert "Fix issue #2441: crash on respawn, since a...
2015-03-08 paramatHeightmaps: Fix uninitialised values in mgv5/mgv6....
2015-03-07 ngosangRespect game mapgen flags and save world noise params 2404/head
2015-03-05 Craig RobbinsFix mapgen using unitialised height map values
2015-03-05 Loic BlotFix issue #2441: crash on respawn, since a conversion...
2015-01-19 kwolekrFix all warnings and remove -Wno-unused-but-set cflag
2015-01-12 kwolekrPrevent transform of noise3d result in getBlockSeed2
2015-01-05 kwolekrOptionally specify propagateSunlight area in calcLighting
2015-01-05 kwolekrAdd minetest.generate_ores() and minetest.generate_deco...
2015-01-04 kwolekrLighting: Fix nearly all issues
2014-12-30 kwolekrMapgen: Use getBlockSeed2() for blockseeds (much better...
2014-12-27 kwolekrRedefine NodeResolver interface and replace with callba...
2014-12-12 kwolekrAdd minetest.clear_registered_decorations() and clear_r...
2014-12-06 kwolekrAdd minetest.clear_registered_biomes() api
2014-12-06 kwolekrRewrite generate notification mechanism
2014-11-14 kwolekrFix warnings and other misc. minor changes
2014-11-13 kwolekrAdd Generator Element Management framework
2014-11-01 kwolekrSplit up mapgen.cpp
2014-10-29 kwolekrRefactor decoration-related code
2014-10-27 kwolekrAdd NodeResolver and clean up node name -> content...
2014-09-21 ShadowNinjaSplit settings into seperate source and header files
2014-04-18 prollerFix warnings
2014-04-18 prollerRemove liquid_finite and weather 1235/head
2014-02-16 kwolekrSchematic: Add force_placement parameter to minetest...
2014-02-08 kwolekrMake flag strings clear specified flag with 'no' prefix
2014-02-04 kwolekrHuge overhaul of the entire MapgenParams system
2014-01-19 kwolekrSchematic: Read slice probability table from schematic...
2014-01-12 kwolekrMapgen V6: Add flag to stop mud flow
2013-12-14 kwolekrAdd map feature generation notify Lua API
2013-12-08 kwolekrEmergeManager: Fix Lua mapgen override param handling
2013-12-01 kwolekrDecoration: Add schematic Y-slice probability support
2013-11-17 kwolekrDecoration: Stop DecoSimple::resolveNodeNames from...
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-08-13 PilzAdamDont write directly to files but rather write and copy...
2013-08-13 KahrlRemove farmesh
2013-08-11 kwolekrDecoration: Fix schematic probability mess with new...
2013-08-03 PilzAdamAdd replacements to schematics
2013-08-01 PilzAdamAllow multiple 'wherein' nodes in oredef
2013-08-01 prollerWeather backward compatibility
2013-07-08 kwolekrDecoration: Handle facedir and wallmounted param2types...
2013-07-06 kwolekrDecoration: Remove usage of multi-character constants
2013-07-06 kwolekrMapgen V7: Huge rewrite, also tweaks to cavegen et al.
2013-07-01 kwolekrDecoration: Add schematic rotation support
2013-06-29 prollerOptimize liquid queue on generate map for liquid_finite
2013-06-29 kwolekrMake generated water a shade darker to match up with...
2013-06-28 kwolekrAdd Lua on_mapgen_init callback, and minetest.set_mapge...
2013-06-23 kwolekrDecoration: Add support for zero probability, fix break...
2013-06-22 kwolekrA handful of minor fixes to various things
2013-06-22 kwolekrDecoration: Add Schematic decoration type
2013-06-21 WeblateMerge remote-tracking branch 'origin/master'
2013-06-18 kwolekrDecoration: Place decorations in mgv6, check if air...
2013-06-17 kwolekrDecoration, Ore: Resolve node names on Mapgen init
2013-06-17 kwolekrDecoration: Change divlen to sidelen
2013-06-17 kwolekrAdd initial Decoration support, many misc. improvements...
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-19 kwolekrRemove no virtual dtor warnings, make MapgenParams...
2013-04-18 WeblateMerge remote branch 'origin/master'
2013-04-08 kwolekrAdd param2 field for ores, some minor fixes and misc...
2013-04-07 WeblateMerge remote branch 'origin/master'
2013-04-07 kwolekrFix black tree leaves, reduce above-ground cave shadows
2013-04-07 kwolekrAdd Mapgen V7, reorganize biomes
2013-04-03 WeblateMerge remote branch 'origin/master'
2013-04-01 kwolekrAdd Ore generation flags, implement ore absolute height
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-25 kwolekrVary ore sheet y position by noise
2013-03-25 kwolekrEnsure ore can fit in OreSheet::generate()
2013-03-24 kwolekrAdd Ore infrastructure and l_register_ore()
2013-03-18 kwolekrAdd jungle grass to jungles
2013-03-16 kwolekrRe-add jungles, apple trees
2013-03-16 kwolekrOptimize Mapgen::updateLighting(), add setLighting()
2013-03-12 kwolekrClean up Mapgen
2013-03-11 Ilya ZhuravlevMigrate to STL containers/algorithms.
2013-03-10 kwolekrRe-add dungeons in new dungeongen.cpp
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-26 kwolekrAdd emerge.cpp, initial EmergeThread changes
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2013-02-24 kwolekrMerge pull request #505 from RealBadAngel/master
2013-02-24 RealBadAngelAdd seed parameter for default and L-system trees 505/head
next