]> git.lizzy.rs Git - minetest.git/history - src/mg_schematic.cpp
Porting: Refactor initalizePaths()
[minetest.git] / src / mg_schematic.cpp
2015-04-17 est31Fix build since: "Remove referenced schematics from...
2015-04-17 kwolekrSchematics: Remove referenced schematics from Decoratio...
2015-04-17 est31Fix build for < C++11 since last commit
2015-04-16 kwolekrSchematics: Refactor NodeResolver and add NodeResolveMethod
2015-04-13 kwolekrSchematics: Reorganize (de)serialization and add Lua...
2015-03-31 kwolekrGenElementManager: Pass opaque handles to Lua and renam...
2015-03-24 kwolekrSchematics: Error if unable to open file
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-01-05 kwolekrShorten ManualMapVoxelManipulator to MMVManip
2014-12-28 kwolekrSet fallback content if resolving content vector requir...
2014-12-27 kwolekrRedefine NodeResolver interface and replace with callba...
2014-12-12 kwolekrAdd minetest.clear_registered_decorations() and clear_r...
2014-12-08 Craig RobbinsFix compiler warning (signed vs. unsigned)
2014-12-06 kwolekrSchematics: Fix minetest.place_schematic() when defined...
2014-11-13 kwolekrAdd Generator Element Management framework
2014-11-01 kwolekrSplit up mapgen.cpp