X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=minetest.conf.example;h=679f61dc1c72801a4054654a8fc3eb626a7c1126;hb=45e48295d203b653041404a75c6e2744b78ced45;hp=40adcf5032eedc4dc14004751841748855fcc128;hpb=28841961ba91b943b7478704181604fa3e24e81e;p=minetest.git diff --git a/minetest.conf.example b/minetest.conf.example index 40adcf503..679f61dc1 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -86,6 +86,15 @@ # type: bool # continuous_forward = false +# The length in pixels it takes for touch screen interaction to start. +# type: int +# touchscreen_threshold = 20 + +# (Android) Fixes the position of virtual joystick. +# If disabled, virtual joystick will center to first-touch's position. +# type: int +# fixed_virtual_joystick = false + # Enable Joysticks # type: bool # enable_joysticks = false @@ -164,11 +173,6 @@ # type: key # keymap_cmd_local = . -# Key for opening the chat console. -# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 -# type: key -# keyman_console = KEY_F10 - # Key for toggling unlimited view range. # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 # type: key @@ -706,7 +710,7 @@ # In-game chat console height, between 0.1 (10%) and 1.0 (100%). # type: float min: 0.1 max: 1 -# console_height = 1.0 +# console_height = 0.6 # In-game chat console background color (R,G,B). # type: string @@ -999,6 +1003,10 @@ # type: int # max_out_chat_queue_size = 20 +# Open the pause menu when the window's focus is lost. Does not pause if a formspec is open. +# type: bool +# pause_on_lost_focus = false + ## Advanced # Timeout for client to remove unused map data from memory. @@ -1351,13 +1359,13 @@ # Restricts the access of certain client-side functions on servers # Combine these byteflags below to restrict more client-side features: -# LOOKUP_NODES_LIMIT: 1 (limits get_node call client-side to csm_flavour_noderange_limit) +# LOAD_CLIENT_MODS: 1 (disable client mods loading) # CHAT_MESSAGES: 2 (disable send_chat_message call client-side) # READ_ITEMDEFS: 4 (disable get_item_def call client-side) # READ_NODEDEFS: 8 (disable get_node_def call client-side) # type: int -# type: int -# csm_flavour_limits = 3 +# LOOKUP_NODES_LIMIT: 16 (limits get_node call client-side to csm_flavour_noderange_limit) +# csm_flavour_limits = 18 # If the CSM flavour for node range is enabled, get_node is limited to # this many nodes from the player.