aboutsummaryrefslogtreecommitdiff
path: root/src/defaultsettings.cpp
AgeCommit message (Expand)Author
2017-06-08Autorun: Change to 'autoforward' (#5926)Paramat
2017-06-03Snake case for screen options in minetest.conf (#5792)Vincent Glize
2017-05-21[CSM] Add send_chat_message and run_server_chatcommand API functions (#5747)Pierre-Adrien Langrognet
2017-05-06Add configurable key bindings for hotbar scrolling, and for changing volume.Wuzzy
2017-05-05Save minetest screen width/height options when modified (#5683)Loïc Blot
2017-04-25Footsteps without view bobbing (#5645)Louis Pearson
2017-04-17MeshUpdateQueue: Add a MapBlock cache that minimizes the amount of MapBlock c...Perttu Ahola
2017-04-09Hard-coded undersampling.number Zero
2017-04-07Settings: Update documentation (#5534)SmallJoker
2017-04-07Windows: Skip cmd for release builds (#5416)adrido
2017-04-06Add Joystick type detection and Xbox controller supportrubenwardy
2017-03-27Map generation limit: Make per-worldparamat
2017-03-26Change command prefix to "." and add "help" command.red-001
2017-03-26Add mesh generation delaynumber Zero
2017-03-13[CSM] Add enable_client_modding param (default: false)nerzhul
2017-03-11Enable server side occlusion culling by default.Lars Hofhansl
2017-03-11Allow server side occlusion culling.Lars Hofhansl
2017-03-11Climb speed: Increase default setting from 2 to 3paramat
2017-02-16Revert part of eb49009d023e6e3b5d59a97b8fb5fed5eee83296 (#5230)Auke Kok
2017-02-14FreeType: address font license issues (#5230)Auke Kok
2017-02-09Change default nodetimer_interval to 0.2s. (#5193)Auke Kok
2017-01-30Add console height setting (#5136)Ezhh
2017-01-21Add show_statusline_on_connect setting (#5084)Loïc Blot
2017-01-14Fix build with freetype support disabledsfan5
2017-01-13Organize defaultsettings.cppShadowNinja
2017-01-13Enable mod security by defaultShadowNinja
2016-12-28Redo light.cpp.Auke Kok
2016-12-24Process ABMs in a spherical volume instead of cubicLars Hofhansl
2016-12-21Disable mod security by default (closes #4944)sfan5
2016-12-16Mapgen: Make mgv7 the default in UIAuke Kok
2016-12-07Fog: Make fraction of visible distance at which fog starts configurableLars Hofhansl
2016-10-30Optionally disable optimization that causes underwater and cave rendering gli...lhofhansl
2016-10-20Changes to static object storage limit and error messageparamat
2016-10-16Enable mod security by defaultShadowNinja
2016-10-05Chat: new settings to prevent spamLoic Blot
2016-09-21Increase default font size by 1James Stevenson
2016-08-22Client: disable pre v25 init sending by defaultest31
2016-08-10Add zoom, tweakable with zoom_fov, default key: Z (like optifine)Esteban I. Ruiz Moreno
2016-07-05Remove cinematic toggle on F8rubenwardy
2016-07-04Disable joysticks per default for nowest31
2016-06-03Initial Gamepad supportest31
2016-05-31Add colored text (not only colored chat).Ekdohibs
2016-05-10Mapgen V6: Synchronize spflags with defaultsettingskwolekr
2016-05-08Defaultsettings/Android: Increase 'max block generate distance' to 3paramat
2016-05-07Optimize default settings for Android buildMaksim Gamarnik
2016-04-14Add option to disable entity selectionboxes. (#3992)TriBlade9
2016-03-19Allow NodeTimer, ABM and block mgmt interval changes.Auke Kok
2016-03-15Add option to not send pre v25 init packetest31
2016-03-12Add options for screenshot format and qualityDiego Martinez
2016-02-26Mapblock mesh: Allow to use VBORealBadAngel