diff options
author | sfan5 <sfan5@live.de> | 2021-06-15 19:11:56 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2021-06-16 17:41:34 +0200 |
commit | edf098db637bf74d4675ce900dc9c0b8ee528a03 (patch) | |
tree | fc176961c72f225baf54cc6e99b6c6d00616b235 /builtin | |
parent | dc165fe942bcc48d7dea0a7b722886937d9c6914 (diff) | |
download | minetest-edf098db637bf74d4675ce900dc9c0b8ee528a03.tar.gz minetest-edf098db637bf74d4675ce900dc9c0b8ee528a03.tar.bz2 minetest-edf098db637bf74d4675ce900dc9c0b8ee528a03.zip |
Drop --videomodes, fullscreen_bpp and high_precision_fpu settings
These have been pointless for a while.
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index ae421de2c..57857cabb 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -660,10 +660,10 @@ viewing_range (Viewing range) int 190 20 4000 # 0.1 = Default, 0.25 = Good value for weaker tablets. near_plane (Near plane) float 0.1 0 0.25 -# Width component of the initial window size. +# Width component of the initial window size. Ignored in fullscreen mode. screen_w (Screen width) int 1024 1 -# Height component of the initial window size. +# Height component of the initial window size. Ignored in fullscreen mode. screen_h (Screen height) int 600 1 # Save window size automatically when modified. @@ -672,9 +672,6 @@ autosave_screensize (Autosave screen size) bool true # Fullscreen mode. fullscreen (Full screen) bool false -# Bits per pixel (aka color depth) in fullscreen mode. -fullscreen_bpp (Full screen BPP) int 24 - # Vertical screen synchronization. vsync (VSync) bool false @@ -1477,9 +1474,6 @@ curl_parallel_limit (cURL parallel limit) int 8 # Maximum time a file download (e.g. a mod download) may take, stated in milliseconds. curl_file_download_timeout (cURL file download timeout) int 300000 -# Makes DirectX work with LuaJIT. Disable if it causes troubles. -high_precision_fpu (High-precision FPU) bool true - # Replaces the default main menu with a custom one. main_menu_script (Main menu script) string |