aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen/mapgen.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Settings: Add get_flags API for mapgen flags (mg_flags, mgv6_spflags, ...) (#...SmallJoker2020-01-251-1/+12
* Caves: Fix shadowing of 'large_cave_depth' to avoid confusionparamat2019-11-231-3/+5
* Dungeons: Move duplicated y limit checks to generation functionparamat2019-11-231-1/+2
* Randomwalk cave liquids: Remove deprecated 'lava depth' parameter (#9105)Paramat2019-11-181-2/+2
* Tunnels: Completely disable generation when 'cave width' >= 10.0 (#9093)Paramat2019-11-091-1/+3
* Randomwalk caves: Add parameters for number, proportion flooded. Allow small ...Paramat2019-11-081-6/+17
* Dungeons: Clean up parameters, improve structure variety (#8918)Paramat2019-09-141-9/+11
* Make Mapgen::spreadLight use a queue (#8838)DS2019-08-231-18/+23
* Better F6 profiler (#8750)SmallJoker2019-08-131-2/+2
* Re-order mapgens in mainmenu and 'all settings' mapgen selection (#8705)Paramat2019-07-251-4/+10
* Dungeons: Make multiple large rooms possible (#8678)Paramat2019-07-161-14/+14
* Move more dungeon parameter selection to mapgens (#8653)Paramat2019-07-091-17/+19
* Dungeongen: Remove most hardcoded dungeon nodes (#8594)Paramat2019-06-301-94/+25
* Dungeons: Settable density noise, move number calculation to mapgens (#8473)Paramat2019-06-011-3/+9
* Fix commentsLoic Blot2019-03-311-2/+2
* mapgen: drop mapgen id from child mapgens.Loïc Blot2019-03-311-10/+10
* Biome API: Fix absent water decorations and dust, in deep water (#7470)Paramat2018-06-211-0/+11
* Biome dust: Revert fix that added dust to mod structures (#7464)Paramat2018-06-191-10/+0
* Mapgen flags: Add 'biomes' global mapgen flag (#7355)Paramat2018-06-081-1/+2
* Biome dust placement: Improve comments, re-order some linesParamat2018-06-041-4/+9
* Biomemap: Simplify code of recent commit (#7398)Paramat2018-06-021-8/+5
* Biomemap: Avoid empty biomemap entry to fix failing biome dust (#7393)Paramat2018-06-021-0/+14
* Dungeons: Fix duplication of y limit parameters (#7359)Paramat2018-05-201-2/+0
* Mapgen caves: Re-order generation to fix cavern bugParamat2018-04-291-4/+9
* Biome-defined dungeon nodes: Use faster biome calculationparamat2018-04-261-1/+1
* Biome API / dungeons: Add biome-defined dungeon nodesParamat2018-04-071-39/+42
* Biome API / cavegen: Add definable cave liquid for a biome (#7192)Paramat2018-04-051-2/+3
* VoxelArea: add_{x,y,z,p} must be staticLoic Blot2018-03-091-16/+16
* Biomes: Add 'min_pos'/'max_pos' xyz biome limitsparamat2018-03-091-2/+2
* Generate Notifier: Clear events once after all 'on generated' functionsparamat2018-03-031-4/+6
* SAO limits: Allow SAOs to exist outside the set 'mapgen limit'paramat2018-02-261-22/+4
* Dungeons: Avoid generation in multiple liquid nodes and 'airlike'paramat2018-02-131-2/+0
* 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-10/+3
* Biome dust node: Only place on 'walkable' cubic non-liquid drawtypesparamat2017-11-171-1/+10
* Move files to subdirectories (#6599)Vitaliy2017-11-081-0/+1140