Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Optimize/adjust blocks/ActiveObjects sent at the server based on clie…
…nt settings. (#4811) Optimize/adjust blocks and active blocks sent at the server based on client settings.
- Loading branch information
Showing
with
99 additions
and 28 deletions.
- +2 −3 src/camera.cpp
- +34 −18 src/client.cpp
- +11 −4 src/clientiface.cpp
- +3 −1 src/clientmap.h
- +18 −0 src/content_sao.cpp
- +6 −0 src/content_sao.h
- +2 −0 src/localplayer.cpp
- +2 −0 src/localplayer.h
- +2 −0 src/network/networkprotocol.h
- +13 −0 src/network/serverpackethandler.cpp
- +6 −2 src/server.cpp