aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen/mg_schematic.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch MapBlock compression to zstd (#10788)lhofhansl2021-08-311-0/+1
| | | | | | | * Add zstd support. * Rearrange serialization order * Compress entire mapblock Co-authored-by: sfan5 <sfan5@live.de>
* Schematic: Properly deal with before/after node resolving and document (#11011)SmallJoker2021-03-201-8/+8
| | | | This fixes an out-of-bounds index access when the node resolver was already applied to the schematic (i.e. biome decoration). Also improves the handling of the two cases: prior node resolving (m_nodenames), and after node resolving (manual lookup)
* Fix remaining issues with mapgen scriptapisfan52020-05-051-2/+3
|
* Give the Mapgen on each EmergeThread its own Biome/Ore/Deco/SchemManager copysfan52020-05-051-1/+3
|
* Allow ObjDefManager instances to be clonedsfan52020-05-051-0/+4
|
* Node definition manager refactor (#7016)Dániel Juhász2018-02-101-4/+5
| | | | | | | | | * 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-2/+2
|
* Move files to subdirectories (#6599)Vitaliy2017-11-081-0/+147
* Move files around