Performance fix + SAO factorization
[oweals/minetest.git] / src / mapgen.h
2016-12-12 paramatMapgen: Make mgv7 the default mapgen
2016-08-04 paramatMapgen: Remove unused 'flat' and 'trees' flags from...
2016-07-03 kwolekrAdd MapSettingsManager and new mapgen setting script...
2016-07-03 kwolekrMapgen: Refactor mapgen creation and management
2016-06-04 MillersManMapgen: Performance improvement and fixes for updateLiq...
2016-06-04 kwolekrBiomes: Define and use biome_t for biome IDs
2016-06-04 kwolekrChange internal type for seeds to s32
2016-05-28 kwolekrMapgen: Combine dungeon generation code
2016-05-28 kwolekrMapgen: Deduplicate common constructor code
2016-05-28 kwolekrCavegen: Move V5-style caves to CavesNoiseIntersection
2016-05-28 kwolekrFix MgStoneType and BiomeType enum names
2016-05-28 kwolekrMapgen: Combine generateBiomes, dustTopNodes, and gener...
2016-05-28 kwolekrMove biome calculation to BiomeGen
2016-02-09 paramatFindSpawnPos: Let mapgens decide what spawn altitude...
2015-12-07 paramatMapgen: Add propagate_shadow bool to calcLighting
2015-11-21 paramatMapgen: Add global 'decorations' flag
2015-10-28 kwolekrAdd DISABLE_CLASS_COPY macro (and use it)
2015-10-23 paramatDecoration API: Add flag for placement on liquid surface
2015-09-07 paramatMgv5/mgv7 biomes: Reduce heat and humidity noise spread...
2015-08-16 onkrotRemove unused functions.
2015-06-30 paramatBiome API: Increase heat and humidity noise spreads...
2015-06-20 paramatMapgen objects: Enable heatmap and humidmap for all...
2015-06-18 paramatBiome API: Add noise defined biome blend
2015-05-24 paramatBiome API, mgv7: Increase heat/humidity spreads. Improv...
2015-05-19 kwolekrSplit ObjDef/ObjDefManager out to objdef.cpp
2015-05-17 paramatMapgen v5/v7: Detect sandstone, enable sandstone brick...
2015-05-04 kwolekrObjDefManager: Set replacement object's handle info...
2015-04-17 kwolekrBiomes: Remove referenced biomes from Decorations on...
2015-04-01 kwolekrObjDefManager, Mapgen SAPI: Huge refactoring
2015-03-31 kwolekrGenElementManager: Pass opaque handles to Lua and renam...
2015-03-24 kwolekrAdd core.register_schematic() and cache schematics...
2015-03-20 kwolekrRevert "Fix issue #2441: crash on respawn, since a...
2015-03-11 ShadowNinjaSilence Clang warning
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-05 kwolekrShorten ManualMapVoxelManipulator to MMVManip
2015-01-05 kwolekrOptionally specify propagateSunlight area in calcLighting
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-10 paramatBiome API: Reduce heat and humidity persistences to 0.5
2014-12-09 kwolekrBiomes: Make biome heat and humidity noise parameters...
2014-12-06 kwolekrAdd minetest.clear_registered_biomes() api
2014-12-06 kwolekrRewrite generate notification mechanism
2014-11-15 Craig RobbinsFix double free bug when server is shut down
2014-11-13 kwolekrFix compilation under some Linux distributions
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-15 Sfan5Fix all warnings reported by clang
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-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-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
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-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-28 kwolekrAdd Lua on_mapgen_init callback, and minetest.set_mapge...
2013-06-28 kwolekrAdd minetest.get_mapgen_object to API
2013-06-28 kwolekrAdd LuaVoxelManip
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-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-03 WeblateMerge remote branch 'origin/master'
2013-04-01 kwolekrAdd Ore generation flags, implement ore absolute height
2013-03-31 kwolekrIncrease value range of Ore::clust_scarcity
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-24 kwolekrAdd Ore infrastructure and l_register_ore()
2013-03-23 Mukul SatiSet of changes to build mineTest using Visual Studio...
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-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-26 kwolekrAdd global and per-peer queue limits
2013-02-26 kwolekrAdd emerge.cpp, initial EmergeThread changes
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
next