summaryrefslogtreecommitdiff
path: root/src/settings_translation_file.cpp
diff options
context:
space:
mode:
authorVitaliy <silverunicorn2011@yandex.ru>2017-08-17 01:23:20 +0300
committerLoïc Blot <nerzhul@users.noreply.github.com>2017-08-17 00:23:20 +0200
commit9c8fec83af2c94791865cd82ee18abdc54f913a1 (patch)
tree60119edbbc7f49ff1f31da35795c093319e7dd41 /src/settings_translation_file.cpp
parent1d8d01074fdb52946f81110bebf1d001185b394b (diff)
downloadminetest-9c8fec83af2c94791865cd82ee18abdc54f913a1.tar.gz
minetest-9c8fec83af2c94791865cd82ee18abdc54f913a1.tar.bz2
minetest-9c8fec83af2c94791865cd82ee18abdc54f913a1.zip
New lighting curve (#5279)
* New lighting curve * Make polynomial lighting curve * Update default lighting settings
Diffstat (limited to 'src/settings_translation_file.cpp')
-rw-r--r--src/settings_translation_file.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings_translation_file.cpp b/src/settings_translation_file.cpp
index d472852b8..a7fa67a74 100644
--- a/src/settings_translation_file.cpp
+++ b/src/settings_translation_file.cpp
@@ -245,6 +245,8 @@ fake_function() {
gettext("Field of view while zooming in degrees.\nThis requires the \"zoom\" privilege on the server.");
gettext("Gamma");
gettext("Adjust the gamma encoding for the light tables. Higher numbers are brighter.\nThis setting is for the client only and is ignored by the server.");
+ gettext("Darkness sharpness");
+ gettext("Lightness sharpness");
gettext("Texture path");
gettext("Path to texture directory. All textures are first searched from here.");
gettext("Video driver");