summaryrefslogtreecommitdiff
path: root/src/settings_translation_file.cpp
diff options
context:
space:
mode:
authorVitaliy <silverunicorn2011@yandex.ru>2017-10-31 21:27:10 +0300
committerLoïc Blot <nerzhul@users.noreply.github.com>2017-10-31 19:27:10 +0100
commit28841961ba91b943b7478704181604fa3e24e81e (patch)
tree6485c0d4483c1c1e20eefd80510b7e9441f1b58a /src/settings_translation_file.cpp
parent65c5539035139428ee8354d7c96565fc392112d2 (diff)
downloadminetest-28841961ba91b943b7478704181604fa3e24e81e.tar.gz
minetest-28841961ba91b943b7478704181604fa3e24e81e.tar.bz2
minetest-28841961ba91b943b7478704181604fa3e24e81e.zip
Rewrite rendering engine (#6253)
* Clean draw_*() arguments * Split rendering core * Add anaglyph 3D * Interlaced 3D * Drop obsolete methods
Diffstat (limited to 'src/settings_translation_file.cpp')
-rw-r--r--src/settings_translation_file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings_translation_file.cpp b/src/settings_translation_file.cpp
index e72b0a9f0..ec0c0db6b 100644
--- a/src/settings_translation_file.cpp
+++ b/src/settings_translation_file.cpp
@@ -286,7 +286,7 @@ fake_function() {
gettext("Fall bobbing factor");
gettext("Multiplier for fall bobbing.\nFor example: 0 for no view bobbing; 1.0 for normal; 2.0 for double.");
gettext("3D mode");
- gettext("3D support.\nCurrently supported:\n- none: no 3d output.\n- anaglyph: cyan/magenta color 3d.\n- interlaced: odd/even line based polarisation screen support.\n- topbottom: split screen top/bottom.\n- sidebyside: split screen side by side.\n- pageflip: quadbuffer based 3d.");
+ gettext("3D support.\nCurrently supported:\n- none: no 3d output.\n- anaglyph: cyan/magenta color 3d.\n- interlaced: odd/even line based polarisation screen support.\n- topbottom: split screen top/bottom.\n- sidebyside: split screen side by side.\n- pageflip: quadbuffer based 3d.\nNote that the interlaced mode requires shaders to be enabled.");
gettext("Console height");
gettext("In-game chat console height, between 0.1 (10%) and 1.0 (100%).");
gettext("Console color");