]> git.lizzy.rs Git - minetest.git/commit
Enforce limits of settings that could cause buggy behaviour (#12450)
authorSmallJoker <SmallJoker@users.noreply.github.com>
Sat, 9 Jul 2022 20:32:08 +0000 (22:32 +0200)
committerGitHub <noreply@github.com>
Sat, 9 Jul 2022 20:32:08 +0000 (22:32 +0200)
commit051181fa6ee00d8379e8a7dc7442b58342d4352b
tree58ad84f05310024b311c533684defdbeb5ee3e84
parent7c261118e06c630ea9ad00f20d7005b8edc108dd
Enforce limits of settings that could cause buggy behaviour (#12450)

Enforces the setting value bounds that are currently only limited by the GUI (settingtypes.txt).
28 files changed:
builtin/mainmenu/dlg_contentstore.lua
builtin/settingtypes.txt
src/client/camera.cpp
src/client/client.cpp
src/client/client.h
src/client/clouds.cpp
src/client/fontengine.cpp
src/client/game.cpp
src/client/gameui.cpp
src/client/hud.cpp
src/client/joystick_controller.cpp
src/client/render/stereo.cpp
src/client/renderingengine.cpp
src/client/tile.cpp
src/emerge.cpp
src/gui/guiChatConsole.cpp
src/gui/guiFormSpecMenu.cpp
src/gui/guiTable.cpp
src/gui/modalMenu.cpp
src/gui/touchscreengui.cpp
src/map.cpp
src/map.h
src/mapgen/mapgen.cpp
src/mapgen/mapgen_fractal.cpp
src/nodedef.cpp
src/server.cpp
src/settings.cpp
src/settings.h