mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Zoom: Set zoom FOV per-player using a player object property
Remove player object property 'can zoom'. Add player object property 'zoom fov'. Remove clientside setting for 'zoom fov'. Object property default is 15 degrees in creative mode, zoom disabled in survival mode. Needed due to zoom now loading and/or generating distant world according to zoom FOV. Update object properties serialisation version to 3.
This commit is contained in:
parent
2507d32afe
commit
f470cb7270
12 changed files with 37 additions and 35 deletions
|
@ -183,6 +183,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
Change TileDef serialization format.
|
||||
Add world-aligned tiles.
|
||||
Mod channels
|
||||
Raise ObjectProperties version to 3 for removing 'can_zoom' and adding
|
||||
'zoom_fov'.
|
||||
*/
|
||||
|
||||
#define LATEST_PROTOCOL_VERSION 36
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue