Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Schematic: Properly deal with before/after node resolving and document (#11011) | SmallJoker | 2021-03-20 |
| | | | | 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 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 | 2020-05-05 |
| | |||
* | Node definition manager refactor (#7016) | Dániel Juhász | 2018-02-10 |
| | | | | | | | | | * 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 files | paramat | 2018-01-15 |
| | |||
* | Move files to subdirectories (#6599) | Vitaliy | 2017-11-08 |
* Move files around |