Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Decouple entity minimap markers from nametags replacing with show_on_…
…minimap property (#10443)
- Loading branch information
Showing
with
86 additions
and 12 deletions.
- +4 −0 doc/lua_api.txt
- +0 −2 src/client/camera.h
- +2 −0 src/client/client.cpp
- +27 −0 src/client/content_cao.cpp
- +4 −0 src/client/content_cao.h
- +26 −9 src/client/minimap.cpp
- +11 −0 src/client/minimap.h
- +7 −1 src/object_properties.cpp
- +1 −0 src/object_properties.h
- +3 −0 src/script/common/c_content.cpp
- +1 −0 src/server/player_sao.cpp