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 (
Collapse
)
Author
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
Add core.clear_registered_schematics() and refactor schematics somewhat
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 ↵
Craig Robbins
NDEBUG is defined), replace those usages with persistent alternatives
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
Add BiomeManager, OreManager, DecorationManager, and SchematicManager
2014-11-01
Split up mapgen.cpp
kwolekr