]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/settings_translation_file.cpp
Hard-coded undersampling.
[dragonfireclient.git] / src / settings_translation_file.cpp
index bebada2f869542ae2471c175f7052834ad505b28..93f2688d7e3346e1413e08740905c7c5c4e7ac94 100644 (file)
@@ -152,6 +152,8 @@ fake_function() {
        gettext("When using bilinear/trilinear/anisotropic filters, low-resolution textures\ncan be blurred, so automatically upscale them with nearest-neighbor\ninterpolation to preserve crisp pixels.  This sets the minimum texture size\nfor the upscaled textures; higher values look sharper, but require more\nmemory.  Powers of 2 are recommended.  Setting this higher than 1 may not\nhave a visible effect unless bilinear/trilinear/anisotropic filtering is\nenabled.");
        gettext("FSAA");
        gettext("Experimental option, might cause visible spaces between blocks\nwhen set to higher number than 0.");
+       gettext("Undersampling");
+       gettext("Undersampling is similar to using lower screen resolution, but it applies\nto the game world only, keeping the GUI intact.\nIt should give significant performance boost at the cost of less detailed image.");
        gettext("Shaders");
        gettext("Shaders");
        gettext("Shaders allow advanced visual effects and may increase performance on some video cards.\nThy only work with the OpenGL video backend.");
@@ -196,7 +198,7 @@ fake_function() {
        gettext("FPS in pause menu");
        gettext("Maximum FPS when game is paused.");
        gettext("Viewing range");
-       gettext("View distance in nodes.\nMin = 20");
+       gettext("View distance in nodes.");
        gettext("Screen width");
        gettext("Width component of the initial window size.");
        gettext("Screen height");
@@ -245,6 +247,8 @@ fake_function() {
        gettext("Maximum proportion of current window to be used for hotbar.\nUseful if there's something to be displayed right or left of hotbar.");
        gettext("Mesh cache");
        gettext("Enables caching of facedir rotated meshes.");
+       gettext("Mapblock mesh generation delay");
+       gettext("Delay between mesh updates on the client in ms. Increasing this will slow\ndown the rate of mesh updates, thus reducing jitter on slower clients.");
        gettext("Minimap");
        gettext("Enables minimap.");
        gettext("Round minimap");
@@ -257,6 +261,8 @@ fake_function() {
        gettext("The strength (darkness) of node ambient-occlusion shading.\nLower is darker, Higher is lighter. The valid range of values for this\nsetting is 0.25 to 4.0 inclusive. If the value is out of range it will be\nset to the nearest valid value.");
        gettext("Inventory items animations");
        gettext("Enables animation of inventory items.");
+       gettext("Fog Start");
+       gettext("Fraction of the visible distance at which fog starts to be rendered");
        gettext("Menus");
        gettext("Clouds in menu");
        gettext("Use a cloud animation for the main menu background.");
@@ -434,6 +440,8 @@ fake_function() {
        gettext("The time (in seconds) that the liquids queue may grow beyond processing\ncapacity until an attempt is made to decrease its size by dumping old queue\nitems.  A value of 0 disables the functionality.");
        gettext("Liquid update tick");
        gettext("Liquid update interval in seconds.");
+       gettext("block send optimize distance");
+       gettext("At this distance the server will aggressively optimize which blocks are sent to clients.\nSmall values potentially improve performance a lot, at the expense of visible rendering glitches.\n(some blocks will not be rendered under water and in caves, as well as sometimes on land)\nSetting this to a value greater than max_block_send_distance disables this optimization.\nStated in mapblocks (16 nodes)");
        gettext("Mapgen");
        gettext("Mapgen name");
        gettext("Name of map generator to be used when creating a new world.\nCreating a world in the main menu will override this.");
@@ -490,18 +498,28 @@ fake_function() {
        gettext("Mapgen v6 apple trees noise parameters");
        gettext("Mapgen v7");
        gettext("Mapgen v7 flags");
-       gettext("Map generation attributes specific to Mapgen v7.\nThe 'ridges' flag controls the rivers.\nFlags that are not specified in the flag string are not modified from the default.\nFlags starting with 'no' are used to explicitly disable them.");
+       gettext("Map generation attributes specific to Mapgen v7.\nThe 'ridges' flag enables the rivers.\nFloatlands are currently experimental and subject to change.\nFlags that are not specified in the flag string are not modified from the default.\nFlags starting with 'no' are used to explicitly disable them.");
        gettext("Mapgen v7 cave width");
        gettext("Controls width of tunnels, a smaller value creates wider tunnels.");
+       gettext("Mapgen v7 floatland mountain density");
+       gettext("Controls the density of floatland mountain terrain.\nIs an offset added to the 'np_mountain' noise value.");
+       gettext("Mapgen v7 floatland mountain height");
+       gettext("Typical maximum height, above and below midpoint, of floatland mountain terrain.");
+       gettext("Mapgen v7 floatland level");
+       gettext("Y-level of floatland midpoint and lake surface.");
+       gettext("Mapgen v7 shadow limit");
+       gettext("Y-level to which floatland shadows extend.");
        gettext("Mapgen v7 terrain base noise parameters");
        gettext("Mapgen v7 terrain altitude noise parameters");
        gettext("Mapgen v7 terrain persistation noise parameters");
        gettext("Mapgen v7 height select noise parameters");
        gettext("Mapgen v7 filler depth noise parameters");
        gettext("Mapgen v7 mount height noise parameters");
-       gettext("Mapgen v7 ridge water noise parameters");
+       gettext("Mapgen v7 river course noise parameters");
+       gettext("Mapgen v7 floatland base terrain noise parameters");
+       gettext("Mapgen v7 floatland base terrain height noise parameters");
        gettext("Mapgen v7 mountain noise parameters");
-       gettext("Mapgen v7 ridge noise parameters");
+       gettext("Mapgen v7 river channel wall noise parameters");
        gettext("Mapgen v7 cave1 noise parameters");
        gettext("Mapgen v7 cave2 noise parameters");
        gettext("Mapgen flat");