]> git.lizzy.rs Git - minetest.git/commit
Sky: transmit body_orbit_tilt to client. (#13193)
authorsofar <sofar@foo-projects.org>
Sun, 26 Feb 2023 00:08:33 +0000 (16:08 -0800)
committerGitHub <noreply@github.com>
Sun, 26 Feb 2023 00:08:33 +0000 (01:08 +0100)
commit2083252c05ece1e47c1c476fda2b9eda3bf332a0
tree3af58a210bad99834110e4aff820ce04ee839b2b
parent6e1c70e02b00df94a584bb4247cfa4f4c616c8d5
Sky: transmit body_orbit_tilt to client. (#13193)

This obsoletes the current client-side setting entirely. The server can
transmit the tilt to the client directly and will send 0.0f as default
value.

Co-authored-by: x2048 <codeforsmile@gmail.com>
Co-authored-by: sfan5 <sfan5@live.de>
12 files changed:
builtin/settingtypes.txt
doc/lua_api.txt
minetest.conf.example
src/client/game.cpp
src/client/sky.cpp
src/client/sky.h
src/defaultsettings.cpp
src/network/clientpackethandler.cpp
src/network/networkprotocol.h
src/script/lua_api/l_object.cpp
src/server.cpp
src/skyparams.h