aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Mapgen v6: Various mudflow code improvements and bugfixes (#8805)Paramat2019-08-241-91/+76
* Make Mapgen::spreadLight use a queue (#8838)DS2019-08-232-20/+26
* Mapgen v6: Fix mudflow iteration and iterate twice (#8795)Paramat2019-08-151-12/+12
* Better F6 profiler (#8750)SmallJoker2019-08-131-2/+2
* Mapgen Flat: Fix and improve getSpawnLevelAtPoint() (#8756)Paramat2019-08-061-13/+18
* Initialise 'seabed_height' to avoid compilation warning (#8715)Paramat2019-07-261-1/+1
* Re-order mapgens in mainmenu and 'all settings' mapgen selection (#8705)Paramat2019-07-252-8/+15
* Mgfractal: Make non-fractal terrain optional (#8702)Paramat2019-07-252-47/+69
* Document the deprecation of hardcoded cave liquids (#8692)Paramat2019-07-203-1/+8
* Dungeons: Make multiple large rooms possible (#8678)Paramat2019-07-164-41/+51
* Move more dungeon parameter selection to mapgens (#8653)Paramat2019-07-094-64/+62
* Dungeongen: Remove most hardcoded dungeon nodes (#8594)Paramat2019-06-303-104/+38
* Mapgen Carpathian: Add optional rivers (#7977)Paramat2019-06-192-59/+154
* Dungeons: Settable density noise, move number calculation to mapgens (#8473)Paramat2019-06-0118-100/+141
* Allow multiple cave liquids in a biome definition (#8481)Paramat2019-05-184-26/+34
* Optimize random turns in dungeongen (#8129)Jozef Behran2019-04-072-12/+11
* Fix commentsLoic Blot2019-03-312-4/+4
* mapgen: drop mapgen id from child mapgens.Loïc Blot2019-03-3117-38/+34
* Dungeons: Do not remove nodes that have 'is_ground_content = false' (#8423)Paramat2019-03-261-3/+7
* Valleys mapgen code rewrite (#8101)Paramat2019-03-142-265/+130
* blitToVManip: Check out-of-bounds using node position not index (#8127)Paramat2019-01-251-2/+3
* Fix warnings about dungeongen.cpp memcpy() and unused variable in MapBlock::d...Paramat2019-01-221-1/+1
* Fix Mapgen Valleys getSpawnLevelAtPoint() (#7756)Treer2018-10-031-8/+18
* Fix various code issues found by cppcheck (#7741)Paramat2018-09-233-4/+1
* Change mapgen order to ores > dungeons > decorations (#7656)Paramat2018-08-206-18/+18
* Mgv5: Change tunnel parameters to those of other mapgens (#7641)Paramat2018-08-162-3/+3
* Fix build on gcc 5.0 (#7586)zeuner2018-07-261-0/+1
* Mgvalleys: Make river depth variation and humidity drop optional (#7532)Paramat2018-07-182-45/+47
* Cavegen: Fix errors when getting biome outside mapchunk (#7480)Paramat2018-06-261-1/+10
* Decoration API: Add lightweight ability to have complete coverage (#7456)Paramat2018-06-241-9/+29
* Biome API: Fix absent water decorations and dust, in deep water (#7470)Paramat2018-06-212-3/+14
* 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-089-19/+43
* 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
* Mgv7: Avoid rivergen removing mod-placed nodes when overgenerating (#7388)Paramat2018-05-311-0/+5
* Vein ore: Fix bug caused by changing perlinmap Y size (#7371)Paramat2018-05-242-9/+16
* Schematic decorations: Fix placement bug when centred and rotated (#7365)Paramat2018-05-241-5/+14
* Dungeons: Fix duplication of y limit parameters (#7359)Paramat2018-05-204-11/+0
* Vertical biome blend: Tune PRNG seed for finer detail (#7329)Paramat2018-05-141-2/+2
* Mgv7: Code cleanup (#7299)Paramat2018-05-072-100/+121
* Cavegen: Allow small RandomWalk caves to generate beyond mapchunk borderParamat2018-05-041-4/+1
* Mapgen caves: Re-order generation to fix cavern bugParamat2018-04-298-39/+73
* Biome-defined cave liquids: Use faster biome calculationparamat2018-04-261-1/+1
* Biome-defined dungeon nodes: Use faster biome calculationparamat2018-04-261-1/+1
* Dungeons: Mostly fix missing stair nodesParamat2018-04-251-12/+19
* Mgvalleys: Code cleanupParamat2018-04-242-161/+123
* Mgvalleys: Use shared tunnel / cavern code instead of internalParamat2018-04-212-222/+57
* Cave liquids: Use a more precise point for calculating biomeParamat2018-04-211-8/+9