Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
552 additions
and 91 deletions.
- +18 −16 builtin/falling.lua
- +19 −1 doc/lua_api.txt
- +5 −1 minetest.conf.example
- +205 −69 src/content_abm.cpp
- +2 −0 src/defaultsettings.cpp
- +8 −0 src/emerge.cpp
- +1 −0 src/environment.h
- +4 −1 src/game.cpp
- +81 −1 src/map.cpp
- +8 −0 src/map.h
- +15 −1 src/mapblock.cpp
- +5 −0 src/mapblock.h
- +46 −0 src/mapnode.cpp
- +2 −0 src/mapnode.h
- +1 −0 src/nodedef.cpp
- +2 −0 src/nodedef.h
- +1 −0 src/script/common/c_content.cpp
- +17 −0 src/script/cpp_api/s_node.cpp
- +2 −0 src/script/cpp_api/s_node.h
- +82 −0 src/script/lua_api/l_env.cpp
- +19 −0 src/script/lua_api/l_env.h
- +2 −1 src/serialization.h
- +7 −0 src/util/numeric.h
Oops, something went wrong.