| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-01 | Dungeons: Settable density noise, move number calculation to mapgens (#8473) | Paramat | |
| Add user-settable noise parameters for dungeon density to each mapgen, except V6 which hardcodes this noise parameter. Move the calculation of number of dungeons generated in a mapchunk out of dungeongen.cpp and into mapgen code, to allow mapgens to generate any desired number of dungeons in a mapchunk, instead of being forced to have number of dungeons determined by a density noise. This is more flexible and allows mapgens to use dungeon generation to create custom structures, such as occasional mega-dungeons. | |||
| 2019-03-31 | mapgen: drop mapgen id from child mapgens. | Loïc Blot | |
| This id must be owned by the child mapgen and never be set to a misc value by a developer Also use nullptr in some places | |||
| 2018-02-20 | Dungeons: Add Y limits in all mapgens | paramat | |
| Preserve the upper limit used in mgvalleys. | |||
| 2018-01-15 | Mapgen folder: Update and improve copyright information of files | paramat | |
| 2017-11-08 | Move files to subdirectories (#6599) | Vitaliy | |
| * Move files around | |||
