]> git.lizzy.rs Git - minetest.git/commit
Allow rotating entity selectionboxes (#12379)
authorLars Müller <34514239+appgurueu@users.noreply.github.com>
Sun, 30 Oct 2022 15:53:14 +0000 (16:53 +0100)
committerGitHub <noreply@github.com>
Sun, 30 Oct 2022 15:53:14 +0000 (16:53 +0100)
commit077627181ee2eac3c0dacc3d8dc49825837e474c
treea8a6298198738f2edb30bd7e733a7a0d2005affa
parentb8292319924994352d56d6111faa73fe315d149a
Allow rotating entity selectionboxes (#12379)
18 files changed:
doc/lua_api.txt
games/devtest/mods/testentities/init.lua
games/devtest/mods/testentities/selectionbox.lua [new file with mode: 0644]
src/client/clientenvironment.cpp
src/client/game.cpp
src/client/hud.cpp
src/client/hud.h
src/environment.cpp
src/object_properties.cpp
src/object_properties.h
src/raycast.cpp
src/raycast.h
src/script/common/c_content.cpp
src/server/luaentity_sao.cpp
src/server/unit_sao.h
src/serverenvironment.cpp
src/util/pointedthing.cpp
src/util/pointedthing.h