aboutsummaryrefslogtreecommitdiff
path: root/src/unittest/test_schematic.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Schematic: Properly deal with before/after node resolving and document (#11011)SmallJoker2021-03-201-17/+23
| | | | 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)
* Node definition manager refactor (#7016)Dániel Juhász2018-02-101-8/+8
| | | | | | | | | * Rename IWritableNodeDefManager to NodeDefManager * Make INodeDefManager functions const * Use "const *NodeDefManager" instead of "*INodeDefManager" * Remove unused INodeDefManager class * Merge NodeDefManager and CNodeDefManager * Document NodeDefManager
* Move files to subdirectories (#6599)Vitaliy2017-11-081-1/+1
| | | | * Move files around
* Code modernization: subfolders (#6283)Loïc Blot2017-08-191-7/+7
| | | | | | | | | | | | | * Code modernization: subfolders Modernize various code on subfolders client, network, script, threading, unittests, util * empty function * default constructor/destructor * for range-based loops * use emplace_back instead of push_back * C++ STL header style * Make connection.cpp readable in a pointed place + typo
* Add -Wsign-compare for Clang builds and fix some signed/unsigned compiler ↵kwolekr2015-05-161-1/+1
| | | | warnings
* Schematics: Add per-node force placement optionkwolekr2015-05-091-40/+55
|
* Fix compilation for non-client builds, and fix signed comparison warningkwolekr2015-05-081-2/+2
|
* Tests: Add schematic unittestskwolekr2015-05-081-0/+265
Improve schematic file-saving interface Add ability to create temporary test files