aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen/mapgen_singlenode.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Give the Mapgen on each EmergeThread its own Biome/Ore/Deco/SchemManager copysfan52020-05-051-1/+1
|
* mapgen: drop mapgen id from child mapgens.Loïc Blot2019-03-311-1/+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
* Fix various code issues found by cppcheck (#7741)Paramat2018-09-231-1/+0
| | | | | Mapgen Singlenode: Remove 'flags' that duplicates a 'class Mapgen' member. Dungeongen: Initialise 'MMVManip *vm' to 'nullptr'. Inventorymanager: Remove assignment error 'found = '.
* Mapgen folder: Update and improve copyright information of filesparamat2018-01-151-3/+3
|
* Move files to subdirectories (#6599)Vitaliy2017-11-081-0/+49
* Move files around