aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen/cavegen.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cavegen: Fix variable typo that broke mgvalleys large cave distribution (#7249)Paramat2018-04-171-1/+0
| | | | | Fix elusive 5 year old bug that caused mgvalleys large caves to be flat and limited to mapchunk borders. Error was fixed 2 years ago in 'CavesV6' but not in 'CavesRandomWalk'.
* Biome API / cavegen: Add definable cave liquid for a biome (#7192)Paramat2018-04-051-1/+3
| | | | Add 'node_cave_liquid' as a new field in biome registration. If field is absent cave liquids fall back to classic behaviour.
* Node definition manager refactor (#7016)Dániel Juhász2018-02-101-15/+15
| | | | | | | | | * Rename IWritableNodeDefManager to NodeDefManager * Make INodeDefManager functions const * Use "const *NodeDefManager" instead of "*INodeDefManager" * Remove unused INodeDefManager class * Merge NodeDefManager and CNodeDefManager * Document NodeDefManager
* Mapgen folder: Update and improve copyright information of filesparamat2018-01-151-1/+2
|
* Move files to subdirectories (#6599)Vitaliy2017-11-081-0/+242
* Move files around