aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen/mapgen.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed some obsolete code (#10562)Zughy2021-01-211-2/+0
* Remove unused functions reported by cppcheck (#10463)SmallJoker2020-10-051-5/+2
* Add 'ores' global mapgen flag (#10276)Paramat2020-09-031-0/+1
* Allow more than 255 biomes, document new maximum (#9855)Paramat2020-05-201-4/+4
* Give the Mapgen on each EmergeThread its own Biome/Ore/Deco/SchemManager copysfan52020-05-051-7/+8
* Settings: Add get_flags API for mapgen flags (mg_flags, mgv6_spflags, ...) (#...SmallJoker2020-01-251-1/+6
* Caves: Fix shadowing of 'large_cave_depth' to avoid confusionparamat2019-11-231-1/+1
* Move duplicated mapgen parameters to class MapgenBasic (#9134)Paramat2019-11-191-0/+3
* Randomwalk cave liquids: Remove deprecated 'lava depth' parameter (#9105)Paramat2019-11-181-3/+0
* Randomwalk caves: Add parameters for number, proportion flooded. Allow small ...Paramat2019-11-081-0/+5
* Change some usages of "deprecated" to "obsolete" (#9062)random-geek2019-10-291-2/+2
* Make Mapgen::spreadLight use a queue (#8838)DS2019-08-231-2/+3
* Re-order mapgens in mainmenu and 'all settings' mapgen selection (#8705)Paramat2019-07-251-4/+5
* Document the deprecation of hardcoded cave liquids (#8692)Paramat2019-07-201-0/+2
* Dungeongen: Remove most hardcoded dungeon nodes (#8594)Paramat2019-06-301-10/+0
* Dungeons: Settable density noise, move number calculation to mapgens (#8473)Paramat2019-06-011-0/+1
* Fix commentsLoic Blot2019-03-311-2/+2
* Mapgen flags: Add 'biomes' global mapgen flag (#7355)Paramat2018-06-081-1/+2
* Mapgen caves: Re-order generation to fix cavern bugParamat2018-04-291-3/+4
* Biome API / dungeons: Add biome-defined dungeon nodesParamat2018-04-071-11/+2
* Generate Notifier: Clear events once after all 'on generated' functionsparamat2018-03-031-2/+2
* SAO limits: Allow SAOs to exist outside the set 'mapgen limit'paramat2018-02-261-4/+0
* Node definition manager refactor (#7016)Dániel Juhász2018-02-101-2/+2
* Mapgen folder: Update and improve copyright information of filesparamat2018-01-151-3/+3
* Use std::vector instead of dynamic C-Array (#6744)adrido2017-12-101-1/+1
* Move files to subdirectories (#6599)Vitaliy2017-11-081-0/+302