index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mg_schematic.cpp
Age
Commit message (
Expand
)
Author
2017-11-08
Move files to subdirectories (#6599)
Vitaliy
2017-08-19
Code modernization: src/m* (part 3)
Loic Blot
2017-06-18
Cpp11 patchset 11: continue working on constructor style migration (#6004)
Loïc Blot
2017-06-04
C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)
Loïc Blot
2017-05-26
Mapgen files: Update and correct copyright credits
paramat
2017-03-11
Light calculation: New bulk node lighting code
Dániel Juhász
2017-01-09
Environment & IGameDef code refactoring (#4985)
Ner'zhul
2016-10-05
Replace various std::map with UNORDERED_MAP + various cleanups
Loic Blot
2016-03-30
mg_schematic: fix leak in lua API, and small cleanup
est31
2015-11-05
Schematics: Add core.place_schematic_on_vmanip API
kwolekr
2015-10-02
Mapnode: Replace rotateAlongYAxis with improved version
paramat
2015-09-22
Mapnode: Add rotateAlongYAxisFull supporting 24 facedirs
paramat
2015-05-15
Schematics: Fix probability values for .mts version 1
kwolekr
2015-05-09
Schematics: Add per-node force placement option
kwolekr
2015-05-08
Tests: Add schematic unittests
kwolekr
2015-05-07
Schematics: Add indent-with-space option for schematic Lua table serialization
kwolekr
2015-05-07
NodeResolver: Remove NodeResolveMethod
kwolekr
2015-04-17
Fix build since: "Remove referenced schematics from Decorations on clear"
est31
2015-04-17
Schematics: Remove referenced schematics from Decorations on clear
kwolekr
2015-04-17
Fix build for < C++11 since last commit
est31
2015-04-16
Schematics: Refactor NodeResolver and add NodeResolveMethod
kwolekr
2015-04-13
Schematics: Reorganize (de)serialization and add Lua serialization API
kwolekr
2015-03-31
GenElementManager: Pass opaque handles to Lua and rename to ObjDefManager
kwolekr
2015-03-23
Schematics: Error if unable to open file
kwolekr
2015-03-07
For usages of assert() that are meant to persist in Release builds (when NDEB...
Craig Robbins
2015-01-05
Shorten ManualMapVoxelManipulator to MMVManip
kwolekr
2014-12-27
Set fallback content if resolving content vector requires everything
kwolekr
2014-12-27
Redefine NodeResolver interface and replace with callback mechanism
kwolekr
2014-12-12
Add minetest.clear_registered_decorations() and clear_registered_ores()
kwolekr
2014-12-08
Fix compiler warning (signed vs. unsigned)
Craig Robbins
2014-12-06
Schematics: Fix minetest.place_schematic() when defined by a Lua table
kwolekr
2014-11-12
Add Generator Element Management framework
kwolekr
2014-11-01
Split up mapgen.cpp
kwolekr