Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Zoom: Move enabling zoom to a new player object property
Default enabled for no change in default behaviour. Remove 'zoom' privilege.
- Loading branch information
Showing
with
20 additions
and 11 deletions.
- +0 −4 builtin/game/privileges.lua
- +1 −1 src/camera.cpp
- +1 −0 src/content_cao.cpp
- +1 −0 src/content_sao.cpp
- +4 −2 src/localplayer.h
- +3 −0 src/object_properties.cpp
- +2 −1 src/object_properties.h
- +8 −3 src/script/common/c_content.cpp