]> git.lizzy.rs Git - minetest.git/commit
Add ability to delete MapBlocks from map
authorkwolekr <kwolekr@minetest.net>
Thu, 15 Jan 2015 21:20:05 +0000 (16:20 -0500)
committerkwolekr <kwolekr@minetest.net>
Thu, 15 Jan 2015 21:48:56 +0000 (16:48 -0500)
commit9736548720a96c9c7f739edb0435d9ba4ad80652
tree3f92b63d017e9baac042ed3837bbdf040d40c73f
parent0330cec7ec55126c9cc441373cde1253bed895ee
Add ability to delete MapBlocks from map

Also add a Lua API and chatcommand for this
15 files changed:
builtin/game/chatcommands.lua
doc/lua_api.txt
src/database-dummy.cpp
src/database-dummy.h
src/database-leveldb.cpp
src/database-leveldb.h
src/database-redis.cpp
src/database-redis.h
src/database-sqlite3.cpp
src/database-sqlite3.h
src/database.h
src/map.cpp
src/map.h
src/script/lua_api/l_env.cpp
src/script/lua_api/l_env.h