]> git.lizzy.rs Git - minetest.git/history - src/mapgen
8x block meshes (#13133)
[minetest.git] / src / mapgen /
2022-12-24 Jude Melton-HoughtonStore `MapEditEvent` blocks in a vector (#13071)
2022-12-03 Jude Melton-HoughtonAdd `minetest.get_mapgen_edges` (#12999)
2022-11-09 Abdou-31Fix typos and en_US/en_GB inconsistency in various...
2022-10-09 Jude Melton-HoughtonOptimize lighting calculation (#12797)
2022-09-06 Herman SemenovCode optimizations / refactor (#12704)
2022-07-09 SmallJokerEnforce limits of settings that could cause buggy behav...
2022-06-20 sfan5Annotate light spread functions with comments
2022-06-04 JosiahWIfix integer overflow in mapgen (#11641)
2022-04-08 ShadowNinjaSpacing fixes
2022-01-09 sfan5Mainmenu game-related changes (#11887)
2021-10-12 SmallJokerRemove a few unused functions reported by callcatcher...
2021-09-01 lhofhanslSwitch MapBlock compression to zstd (#10788)
2021-08-16 TreerFix access violation in create_schematic() (#11534)
2021-03-23 sfan5Fix broken `BiomeGen` abstraction (#11107)
2021-03-20 SmallJokerSchematic: Properly deal with before/after node resolvi...
2021-03-06 sfan5Fix function override warnings in mg_ore.h
2021-01-22 rubenwardyRemove dead code (#10845)
2021-01-21 rubenwardyMgOre: Fix invalid field polymorphism (#10846)
2021-01-21 ZughyRemoved some obsolete code (#10562)
2020-12-24 sfan5Fix some minor code issues all over the place
2020-12-15 LarsAllow configuring block disk and net compression. Chang...
2020-11-27 LarsAvoid generating the same chunk more than once with...
2020-11-20 ParamatMove Mapgen V7 river generation into the main generatio...
2020-11-12 red-001Fix warnings about an unused variables and implicit...
2020-10-05 SmallJokerRemove unused functions reported by cppcheck (#10463)
2020-10-01 SmallJoker(se)SerializeString: Include max length in the name
2020-09-03 ParamatAdd 'ores' global mapgen flag (#10276)
2020-08-05 ParamatMapgen Flat: Add caverns, disabled by default (#9913)
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
next