]> git.lizzy.rs Git - minetest.git/history - src/mapgen.cpp
Add clouds API
[minetest.git] / src / mapgen.cpp
2017-04-04 ParamatMapgenBasic: Add lava source as commonly used content...
2017-04-03 paramatCavegen/Mgv5/Mgv7: Add optional giant caverns
2017-04-01 SmallJokermapgen: Fix segfault when selecting invalid mapgen...
2017-03-27 paramatMap generation limit: Make per-world
2017-03-05 paramatDungeons: Use 'block' instead of 'brick' for nodebox...
2017-02-26 paramatDungeongen: Add and improve parameters
2017-02-04 paramatMapgenBasic node resolver: Various fixes
2017-01-26 paramatDungeons: Add nodebox stairs to desert and sandstone...
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-17 paramatDungeons: Generalise use, add capabilities, various...
2016-06-05 kwolekrMapgen: Optimize biomemap creation by combining with...
2016-06-05 paramatBiome API: Add per-biome riverbed material and depth
2016-06-04 MillersManMapgen: Performance improvement and fixes for updateLiq...
2016-06-04 kwolekrChange internal type for seeds to s32
2016-05-28 kwolekrDungeongen: Remove dependency on Mapgen
2016-05-28 kwolekrMapgen: Combine dungeon generation code
2016-05-28 kwolekrMapgen: Deduplicate common constructor code
2016-05-28 kwolekrMapgen: Remove calculateNoise from most mapgens
2016-05-28 kwolekrCavegen: Move V5-style caves to CavesNoiseIntersection
2016-05-28 kwolekrCavegen: Re-add small caves to CavesRandomWalk
2016-05-28 kwolekrCavegen: Remove CavesRandomWalk dependency on Mapgen
2016-05-28 kwolekrCavegen: Merge CaveV5 and CaveV7 into CavesRandomWalk
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-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...
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
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
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'
next