aboutsummaryrefslogtreecommitdiff
path: root/src/mg_schematic.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-041-2/+2
* Mapgen files: Update and correct copyright creditsparamat2017-05-261-1/+2
* Light calculation: New bulk node lighting codeDániel Juhász2017-03-111-7/+3
* Environment & IGameDef code refactoring (#4985)Ner'zhul2017-01-091-5/+5
* Replace various std::map with UNORDERED_MAP + various cleanupsLoic Blot2016-10-051-2/+2
* mg_schematic: fix leak in lua API, and small cleanupest312016-03-301-9/+11
* Schematics: Add core.place_schematic_on_vmanip APIkwolekr2015-11-051-13/+49
* Mapnode: Replace rotateAlongYAxis with improved versionparamat2015-10-021-1/+1
* Mapnode: Add rotateAlongYAxisFull supporting 24 facedirsparamat2015-09-221-1/+1
* Schematics: Fix probability values for .mts version 1kwolekr2015-05-151-1/+1
* Schematics: Add per-node force placement optionkwolekr2015-05-091-14/+40
* Tests: Add schematic unittestskwolekr2015-05-081-12/+16
* Schematics: Add indent-with-space option for schematic Lua table serializationkwolekr2015-05-071-9/+14
* NodeResolver: Remove NodeResolveMethodkwolekr2015-05-071-27/+54
* Fix build since: "Remove referenced schematics from Decorations on clear"est312015-04-171-1/+2
* Schematics: Remove referenced schematics from Decorations on clearkwolekr2015-04-171-0/+24
* Fix build for < C++11 since last commitest312015-04-171-1/+1
* Schematics: Refactor NodeResolver and add NodeResolveMethodkwolekr2015-04-161-36/+28
* Schematics: Reorganize (de)serialization and add Lua serialization APIkwolekr2015-04-131-81/+137
* GenElementManager: Pass opaque handles to Lua and rename to ObjDefManagerkwolekr2015-03-311-6/+4
* Schematics: Error if unable to open filekwolekr2015-03-231-0/+5
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-071-1/+1
* Shorten ManualMapVoxelManipulator to MMVManipkwolekr2015-01-051-8/+8
* Set fallback content if resolving content vector requires everythingkwolekr2014-12-271-1/+1
* Redefine NodeResolver interface and replace with callback mechanismkwolekr2014-12-271-7/+17
* Add minetest.clear_registered_decorations() and clear_registered_ores()kwolekr2014-12-121-0/+8
* Fix compiler warning (signed vs. unsigned)Craig Robbins2014-12-081-1/+2
* Schematics: Fix minetest.place_schematic() when defined by a Lua tablekwolekr2014-12-061-1/+1
* Add Generator Element Management frameworkkwolekr2014-11-121-86/+45
* Split up mapgen.cppkwolekr2014-11-011-0/+432