aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen/mg_schematic.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Place schematic (on vmanip): Enable use of 'place center' flagsparamat2018-02-271-8/+8
| | | | | | For 'place schematic' and 'place schematic on vmanip' APIs. Fix 'place center' code to properly centre schematics. Fix some comments.
* Node definition manager refactor (#7016)Dániel Juhász2018-02-101-3/+3
| | | | | | | | | * 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/+578
* Move files around