]> git.lizzy.rs Git - dragonfireclient.git/history - src/mapgen/mapgen.cpp
Merge pull request #59 from PrairieAstronomer/readme_irrlicht_change
[dragonfireclient.git] / src / mapgen / mapgen.cpp
2022-06-07 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-06-04 JosiahWIfix integer overflow in mapgen (#11641)
2022-05-17 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-01-09 sfan5Mainmenu game-related changes (#11887)
2021-08-30 Minetest-j45Merge pull request #1 from EliasFleckenstein03/master
2021-03-26 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-03-23 sfan5Fix broken `BiomeGen` abstraction (#11107)
2020-11-28 Elias FleckensteinMerged Minetest
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinRevert "Make Lint Happy"
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinMake Lint Happy
2020-10-05 SmallJokerRemove unused functions reported by cppcheck (#10463)
2020-09-03 ParamatAdd 'ores' global mapgen flag (#10276)
2020-07-18 Elias FleckensteinUpdate to minetest 5.4.0-dev
2020-05-05 sfan5Give the Mapgen on each EmergeThread its own Biome...
2020-04-11 Loic BlotDrop content_sao.{cpp,h}
2020-04-10 WuzzyPrint error if invalid mapgen alias was detected (...
2020-01-25 SmallJokerSettings: Add get_flags API for mapgen flags (mg_flags...
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-18 ParamatRandomwalk cave liquids: Remove deprecated 'lava depth...
2019-11-09 ParamatTunnels: Completely disable generation when 'cave width...
2019-11-08 ParamatRandomwalk caves: Add parameters for number, proportion...
2019-09-14 ParamatDungeons: Clean up parameters, improve structure variet...
2019-08-23 DSMake Mapgen::spreadLight use a queue (#8838)
2019-08-13 SmallJokerBetter F6 profiler (#8750)
2019-07-25 ParamatRe-order mapgens in mainmenu and 'all settings' mapgen...
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-01 ParamatDungeons: Settable density noise, move number calculati...
2019-03-31 Loic BlotFix comments
2019-03-31 Loïc Blotmapgen: drop mapgen id from child mapgens.
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-20 ParamatDungeons: Fix duplication of y limit parameters (#7359)
2018-04-29 ParamatMapgen caves: Re-order generation to fix cavern bug
2018-04-26 paramatBiome-defined dungeon nodes: Use faster biome calculation
2018-04-07 ParamatBiome API / dungeons: Add biome-defined dungeon nodes
2018-04-05 ParamatBiome API / cavegen: Add definable cave liquid for...
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-02-26 paramatSAO limits: Allow SAOs to exist outside the set 'mapgen...
2018-02-13 paramatDungeons: Avoid generation in multiple liquid nodes...
2018-01-15 paramatMapgen folder: Update and improve copyright information...
2017-12-10 adridoUse std::vector instead of dynamic C-Array (#6744)
2017-11-17 paramatBiome dust node: Only place on 'walkable' cubic non...
2017-11-08 VitaliyMove files to subdirectories (#6599)