Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-09 | Fix typos and en_US/en_GB inconsistency in various files (#12902) | Abdou-31 | |
2021-08-31 | Switch MapBlock compression to zstd (#10788) | lhofhansl | |
* Add zstd support. * Rearrange serialization order * Compress entire mapblock Co-authored-by: sfan5 <sfan5@live.de> | |||
2021-03-20 | Schematic: Properly deal with before/after node resolving and document (#11011) | SmallJoker | |
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) | |||
2020-05-05 | Fix remaining issues with mapgen scriptapi | sfan5 | |
2020-05-05 | Give the Mapgen on each EmergeThread its own Biome/Ore/Deco/SchemManager copy | sfan5 | |
2020-05-05 | Allow ObjDefManager instances to be cloned | sfan5 | |
2018-02-10 | Node definition manager refactor (#7016) | Dániel Juhász | |
* Rename IWritableNodeDefManager to NodeDefManager * Make INodeDefManager functions const * Use "const *NodeDefManager" instead of "*INodeDefManager" * Remove unused INodeDefManager class * Merge NodeDefManager and CNodeDefManager * Document NodeDefManager | |||
2018-01-15 | Mapgen folder: Update and improve copyright information of files | paramat | |
2017-11-08 | Move files to subdirectories (#6599) | Vitaliy | |
* Move files around |