aboutsummaryrefslogtreecommitdiff
path: root/src/mg_schematic.cpp
AgeCommit message (Expand)Author
2017-11-08Move files to subdirectories (#6599)Vitaliy
2017-08-19Code modernization: src/m* (part 3)Loic Blot
2017-06-18Cpp11 patchset 11: continue working on constructor style migration (#6004)Loïc Blot
2017-06-04C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot
2017-05-26Mapgen files: Update and correct copyright creditsparamat
2017-03-11Light calculation: New bulk node lighting codeDániel Juhász
2017-01-09Environment & IGameDef code refactoring (#4985)Ner'zhul
2016-10-05Replace various std::map with UNORDERED_MAP + various cleanupsLoic Blot
2016-03-30mg_schematic: fix leak in lua API, and small cleanupest31
2015-11-05Schematics: Add core.place_schematic_on_vmanip APIkwolekr
2015-10-02Mapnode: Replace rotateAlongYAxis with improved versionparamat
2015-09-22Mapnode: Add rotateAlongYAxisFull supporting 24 facedirsparamat
2015-05-15Schematics: Fix probability values for .mts version 1kwolekr
2015-05-09Schematics: Add per-node force placement optionkwolekr
2015-05-08Tests: Add schematic unittestskwolekr
2015-05-07Schematics: Add indent-with-space option for schematic Lua table serializationkwolekr
2015-05-07NodeResolver: Remove NodeResolveMethodkwolekr
2015-04-17Fix build since: "Remove referenced schematics from Decorations on clear"est31
2015-04-17Schematics: Remove referenced schematics from Decorations on clearkwolekr
2015-04-17Fix build for < C++11 since last commitest31
2015-04-16Schematics: Refactor NodeResolver and add NodeResolveMethodkwolekr
2015-04-13Schematics: Reorganize (de)serialization and add Lua serialization APIkwolekr
2015-03-31GenElementManager: Pass opaque handles to Lua and rename to ObjDefManagerkwolekr
2015-03-23Schematics: Error if unable to open filekwolekr
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2015-01-05Shorten ManualMapVoxelManipulator to MMVManipkwolekr
2014-12-27Set fallback content if resolving content vector requires everythingkwolekr
2014-12-27Redefine NodeResolver interface and replace with callback mechanismkwolekr
2014-12-12Add minetest.clear_registered_decorations() and clear_registered_ores()kwolekr
2014-12-08Fix compiler warning (signed vs. unsigned)Craig Robbins
2014-12-06Schematics: Fix minetest.place_schematic() when defined by a Lua tablekwolekr
2014-11-12Add Generator Element Management frameworkkwolekr
2014-11-01Split up mapgen.cppkwolekr