summaryrefslogtreecommitdiff
path: root/src/mapgen/mapgen_v7.h
Commit message (Collapse)AuthorAge
* mapgen: drop mapgen id from child mapgens.Loïc Blot2019-03-31
| | | | | | 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
* Mgv7: Code cleanup (#7299)Paramat2018-05-07
|
* Dungeons: Add Y limits in all mapgensparamat2018-02-20
| | | | Preserve the upper limit used in mgvalleys.
* Mapgen folder: Update and improve copyright information of filesparamat2018-01-15
|
* Mgv7 floatlands: Add exponent parameterparamat2018-01-03
| | | | | Allows more control over shape of floatland mountain terrain. Terrain shape is unchanged.
* Move files to subdirectories (#6599)Vitaliy2017-11-08
* Move files around