Translated using Weblate (Italian)
[oweals/minetest.git] / src / mapgen /
2020-05-25 ParamatL-System trees: Remove hardcoded use of 'mapgen_dirt...
2020-05-20 ParamatAllow more than 255 biomes, document new maximum (...
2020-05-14 ParamatAdd new Mapgen V7 floatland implementation (#9296)
2020-05-05 sfan5Fix thread safety of PcgRandom use in BiomeGen
2020-05-05 sfan5Fix remaining issues with mapgen scriptapi
2020-05-05 sfan5Give the Mapgen on each EmergeThread its own Biome...
2020-05-05 sfan5Allow ObjDefManager instances to be cloned
2020-04-11 Loïc BlotReduce ServerEnvironment propagation (#9642)
2020-04-11 Loic BlotDrop content_sao.{cpp,h}
2020-04-11 Loic BlotMove serveractiveobject & unitsao
2020-04-10 WuzzyPrint error if invalid mapgen alias was detected (...
2020-04-04 LNJFix 'the the' typos in comments (#9554)
2020-03-10 Nicolas AbrilRemove unnecessary checks before delete (#9500)
2020-01-25 SmallJokerSettings: Add get_flags API for mapgen flags (mg_flags...
2020-01-04 ParamatRemove Mapgen V7 floatlands in preparation for new...
2019-11-23 paramatCaves: Fix shadowing of 'large_cave_depth' to avoid...
2019-11-23 paramatDungeons: Move duplicated y limit checks to generation...
2019-11-19 ParamatMove duplicated mapgen parameters to class MapgenBasic...
2019-11-18 ParamatRandomwalk cave liquids: Remove deprecated 'lava depth...
2019-11-10 ParamatRandomwalk caves: Extend beyond mapchunk vertically...
2019-11-09 ParamatTunnels: Completely disable generation when 'cave width...
2019-11-08 ParamatRandomwalk caves: Add parameters for number, proportion...
2019-10-29 random-geekChange some usages of "deprecated" to "obsolete" (...
2019-10-12 ParamatRandomwalk caves: Reduce 'insure' value from 10 to...
2019-09-24 SmallJokerFix some reference counters (memleak) (#8981)
2019-09-14 ParamatDungeons: Clean up parameters, improve structure variet...
2019-09-08 ParamatDungeons: Remove non-functional 'projecting dungeons...
2019-08-24 ParamatMapgen v6: Various mudflow code improvements and bugfix...
2019-08-23 DSMake Mapgen::spreadLight use a queue (#8838)
2019-08-15 ParamatMapgen v6: Fix mudflow iteration and iterate twice...
2019-08-13 SmallJokerBetter F6 profiler (#8750)
2019-08-06 ParamatMapgen Flat: Fix and improve getSpawnLevelAtPoint(...
2019-07-26 ParamatInitialise 'seabed_height' to avoid compilation warning...
2019-07-25 ParamatRe-order mapgens in mainmenu and 'all settings' mapgen...
2019-07-25 ParamatMgfractal: Make non-fractal terrain optional (#8702)
2019-07-20 ParamatDocument the deprecation of hardcoded cave liquids...
2019-07-16 ParamatDungeons: Make multiple large rooms possible (#8678)
2019-07-09 ParamatMove more dungeon parameter selection to mapgens (...
2019-06-30 ParamatDungeongen: Remove most hardcoded dungeon nodes (#8594)
2019-06-19 ParamatMapgen Carpathian: Add optional rivers (#7977)
2019-06-01 ParamatDungeons: Settable density noise, move number calculati...
2019-05-18 ParamatAllow multiple cave liquids in a biome definition ...
2019-04-07 Jozef BehranOptimize random turns in dungeongen (#8129)
2019-03-31 Loic BlotFix comments
2019-03-31 Loïc Blotmapgen: drop mapgen id from child mapgens.
2019-03-26 ParamatDungeons: Do not remove nodes that have 'is_ground_cont...
2019-03-14 ParamatValleys mapgen code rewrite (#8101)
2019-01-25 ParamatblitToVManip: Check out-of-bounds using node position...
2019-01-22 ParamatFix warnings about dungeongen.cpp memcpy() and unused...
2018-10-02 TreerFix Mapgen Valleys getSpawnLevelAtPoint() (#7756)
2018-09-23 ParamatFix various code issues found by cppcheck (#7741)
2018-08-20 ParamatChange mapgen order to ores > dungeons > decorations...
2018-08-16 ParamatMgv5: Change tunnel parameters to those of other mapgen...
2018-07-26 zeunerFix build on gcc 5.0 (#7586)
2018-07-18 ParamatMgvalleys: Make river depth variation and humidity...
2018-06-26 ParamatCavegen: Fix errors when getting biome outside mapchunk...
2018-06-24 ParamatDecoration API: Add lightweight ability to have complet...
2018-06-21 ParamatBiome API: Fix absent water decorations and dust, in...
2018-06-19 ParamatBiome dust: Revert fix that added dust to mod structure...
2018-06-08 ParamatMapgen flags: Add 'biomes' global mapgen flag (#7355)
2018-06-03 ParamatBiome dust placement: Improve comments, re-order some...
2018-06-02 ParamatBiomemap: Simplify code of recent commit (#7398)
2018-06-02 ParamatBiomemap: Avoid empty biomemap entry to fix failing...
2018-05-31 ParamatMgv7: Avoid rivergen removing mod-placed nodes when...
2018-05-24 ParamatVein ore: Fix bug caused by changing perlinmap Y size...
2018-05-24 ParamatSchematic decorations: Fix placement bug when centred...
2018-05-20 ParamatDungeons: Fix duplication of y limit parameters (#7359)
2018-05-14 ParamatVertical biome blend: Tune PRNG seed for finer detail...
2018-05-07 ParamatMgv7: Code cleanup (#7299)
2018-05-04 ParamatCavegen: Allow small RandomWalk caves to generate beyon...
2018-04-29 ParamatMapgen caves: Re-order generation to fix cavern bug
2018-04-26 paramatBiome-defined cave liquids: Use faster biome calculation
2018-04-26 paramatBiome-defined dungeon nodes: Use faster biome calculation
2018-04-24 ParamatDungeons: Mostly fix missing stair nodes
2018-04-24 ParamatMgvalleys: Code cleanup
2018-04-21 ParamatMgvalleys: Use shared tunnel / cavern code instead...
2018-04-21 ParamatCave liquids: Use a more precise point for calculating...
2018-04-20 ParamatNode resolver: Make error on fallback optional, disable...
2018-04-17 ParamatCavegen: Fix variable typo that broke mgvalleys large...
2018-04-07 ParamatBiome API / dungeons: Add biome-defined dungeon nodes
2018-04-05 ParamatMgcarpathian: Fix spawn level calculation (#7212)
2018-04-05 ParamatMgcarpathian: Remove insignificant 'base' noise variati...
2018-04-05 ParamatBiome API / cavegen: Add definable cave liquid for...
2018-04-03 Loïc BlotFix various clang-tidy reported performance-type-promot...
2018-04-02 Loïc BlotFix many issues reported by clang-tidy (#7189)
2018-03-29 ParamatMgcarpathian: Mapgen loop optimisations. fabs() ->...
2018-03-26 ParamatMapgen: Remove unused mgv7 code and some unused biometypes
2018-03-16 paramatBiomes: Fix vertical biome blend
2018-03-11 paramatBiome API: Add 'get_biome_name(biome_id)' API
2018-03-09 Loic BlotVoxelArea: add_{x,y,z,p} must be static
2018-03-09 paramatBiomes: Add 'min_pos'/'max_pos' xyz biome limits
2018-03-03 paramatGenerate Notifier: Clear events once after all 'on...
2018-03-03 Gael-de-SaillyMapgenValleys: Fixed submarine valleys shape
2018-02-27 paramatPlace schematic (on vmanip): Enable use of 'place cente...
2018-02-26 paramatSAO limits: Allow SAOs to exist outside the set 'mapgen...
2018-02-20 paramatVertical biome blend: Tune blend patterns
2018-02-20 paramatDungeons: Add Y limits in all mapgens
2018-02-13 paramatDungeons: Avoid generation in multiple liquid nodes...
2018-02-10 Dániel JuhászNode definition manager refactor (#7016)
2018-01-16 paramatBiomes: Add 'get heat', 'get humidity', 'get biome...
next