Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
248 additions
and 19 deletions.
- +7 −0 doc/lua_api.txt
- +1 −0 src/client.cpp
- +1 −0 src/client.h
- +1 −1 src/network/clientopcodes.cpp
- +34 −1 src/network/clientpackethandler.cpp
- +10 −1 src/network/networkprotocol.h
- +2 −0 src/script/common/c_content.cpp
- +2 −0 src/script/common/c_converter.h
- +11 −0 src/script/lua_api/l_server.cpp
- +3 −0 src/script/lua_api/l_server.h
- +59 −5 src/server.cpp
- +5 −1 src/server.h
- +20 −8 src/sound.h
- +92 −2 src/sound_openal.cpp
Oops, something went wrong.