]> git.lizzy.rs Git - minetest.git/history - src/mg_biome.cpp
Snake case for screen options in minetest.conf (#5792)
[minetest.git] / src / mg_biome.cpp
2017-05-26 paramatMapgen files: Update and correct copyright credits
2017-01-20 red-001Remove `mathconstants.h` and use the correct way to...
2017-01-09 Ner'zhulEnvironment & IGameDef code refactoring (#4985)
2016-06-05 paramatBiome API: Add per-biome riverbed material and depth
2016-06-04 kwolekrBiomes: Define and use biome_t for biome IDs
2016-05-28 kwolekrMove biome calculation to BiomeGen
2016-04-21 paramatBiomes: Make dust fallback 'ignore' to fix y = 63 lighting
2015-08-03 paramatBiome API: Make fallback biome stone and water, disable...
2015-08-02 rubenwardyAdd map limit config option
2015-05-07 kwolekrNodeResolver: Remove NodeResolveMethod
2015-04-19 paramatBiome API: Add biome-specific river water
2015-04-17 kwolekrBiomes: Remove referenced biomes from Decorations on...
2015-04-16 kwolekrSchematics: Refactor NodeResolver and add NodeResolveMethod
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-02-26 paramatBiome API: Re-calculate biome at every surface in a...
2015-01-05 kwolekrShorten ManualMapVoxelManipulator to MMVManip
2014-12-30 kwolekrReplace instances of height_min/height_max with y_min...
2014-12-29 paramatBiome API: Add shore top and shore filler nodes, underw...
2014-12-27 kwolekrRedefine NodeResolver interface and replace with callba...
2014-12-18 Craig RobbinsSuppress compiler warning
2014-12-17 kwolekrRemove manual biome noise translation
2014-12-12 kwolekrAdd minetest.clear_registered_decorations() and clear_r...
2014-12-09 kwolekrBiomes: Make biome heat and humidity noise parameters...
2014-12-08 kwolekrAdd flags and lacunarity as new noise parameters
2014-12-06 kwolekrAdd minetest.clear_registered_biomes() api
2014-12-04 paramatAdd definable node_stone to biome API, mgv5, mgv7....
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