minetest/builtin
Paramat 28813702d6
FOV: Raise lower limit to avoid zoom-loading of distant world (#7234)
In the client, raise lower limit from 30 to 45 degrees, to avoid server
seeing this as a zoom and loading world beyond the server-set limit.
Add minimum in settingtypes.txt and enforce lower limit when set using
minetest.conf.

In the server, distrust the client-sent FOV if below the heuristic zoom
threshold and use the player object property 'zoom_fov' to check it, to
protect against hacked clients.
2018-04-15 21:56:05 +01:00
..
async Use "core" namespace internally 2014-05-08 13:02:04 -04:00
client [CSM] Remove `on_connect` callback (#6941) 2018-01-21 18:27:27 +01:00
common core.rotate_node: Do not trigger after_place_node (#6900) 2018-03-29 21:44:13 +02:00
fstk Use a settings object for the main settings 2017-05-06 15:33:19 -04:00
game Add player inventory callbacks 2018-04-02 17:18:48 +02:00
mainmenu Load dependencies and description from mod.conf 2018-03-28 22:14:16 +01:00
profiler Profiler: Fix var args not being passed to callback register function 2017-10-14 18:28:56 +01:00
init.lua Move `setlocale` from Lua to C++. 2018-02-08 15:38:34 +01:00
settingtypes.txt FOV: Raise lower limit to avoid zoom-loading of distant world (#7234) 2018-04-15 21:56:05 +01:00