aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen/mapgen_carpathian.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mapgen: drop mapgen id from child mapgens.Loïc Blot2019-03-311-2/+1
| | | | | | 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
* Mgcarpathian: Remove insignificant 'base' noise variation (#7209)Paramat2018-04-051-3/+5
| | | | Was only +-1 node over a scale of thousands of nodes. Replace with 'base_level' parameter value.
* Dungeons: Add Y limits in all mapgensparamat2018-02-201-0/+4
| | | | Preserve the upper limit used in mgvalleys.
* Mapgen folder: Update and improve copyright information of filesparamat2018-01-151-3/+3
|
* Move files to subdirectories (#6599)Vitaliy2017-11-081-0/+102
* Move files around