aboutsummaryrefslogtreecommitdiff
path: root/minetest.conf.example
AgeCommit message (Collapse)Author
2013-01-21Add mapgen parameters to minetest.conf.examplePerttu Ahola
2013-01-21Add a list of servers to the "Multiplayer" tabJeija
If USE_CURL is set, it also downloads a list from a remote server. The url of this list is configurable in minetest.conf using the setting "serverlist_url" The local list of favorite servers is saved in client/serverlist/filename filename is also configureable using the setting "serverlist_file"
2013-01-07Add a setting to enable always flying fastPilzAdam
2013-01-04Fix typo doubletab -> doubletapPilzAdam
2013-01-04Switch to fly mode if spacebar is doubleclickedPilzAdam
Can be turned off in the key change GUI or in minetest.conf via doubletab_space
2013-01-04Repeated right clicking when holding the right mouse buttonJeija
Configure using repeat_rightclick_time in minetest.conf
2012-12-27Add selectionbox_color, crosshair_color, and crosshair_alpha optionsEsteban I. Ruiz Moreno
2012-12-16Added ability to fetch media from remote server (using cURL library)Ilya Zhuravlev
2012-12-02Default to preload_item_visuals=truePerttu Ahola
2012-12-02Add enable_shaders to minetest.conf.examplePerttu Ahola
2012-12-02Add setting preload_item_visualsPerttu Ahola
2012-12-01Merge support for anaglyph stereoPilzAdam
2012-11-29Add congestion control settings to minetest.confPerttu Ahola
2012-11-29Make strict and non-strict protocol version checking to work more like expectedPerttu Ahola
2012-11-26Default server step to 0.1s and sync object/player update intervals to itPerttu Ahola
2012-11-13Add anaglyph settings to minetest.conf.exampleMirceaKitsune
2012-09-01Make shift the default descent control on ladders and when flyingsfan5
"aux1_descends" setting switches to the old descend control.
2012-07-28Add enable_rollback_recording setting, defaulting to falsePerttu Ahola
2012-07-21Server-side checking of digging; disable_anticheat settingPerttu Ahola
2012-06-16Add desynchronize_mapblock_texture_animation setting and improve ↵Perttu Ahola
minetest.conf.example a bit
2012-06-07Add disallow_empty_password settingPerttu Ahola
2012-06-04Add ignore_world_load_errors configuration option and provide better error ↵Perttu Ahola
messages
2012-05-20Better description of static_spawnpoint in minetest.conf.examplePerttu Ahola
2012-05-20Update minetest.conf.example a bitPerttu Ahola
2012-04-07Fullscreen, vsync, fullscreen_bpp and fsaa options in the config; fsaa is ↵q66
experimental atm, causes visible spaces between blocks.
2012-04-06Handle failing openal init properly, add enable_sound and sound_volume settingsPerttu Ahola
2012-03-27Update minetest.conf.example and defaultsettings.cppPerttu Ahola
2012-03-11World selection box in main menu (and random fixing)Perttu Ahola
2012-03-10Add description in minetest.conf.examplePerttu Ahola
2012-03-10Chat console, including a number of rebases and modifications.Kahrl
Defaults modified from original: alpha=200, key=F10
2012-02-27Add descriptions to minetest.conf.examplePerttu Ahola
2011-12-02Add enable_pvp settingPerttu Ahola
2011-12-02Make unlimited player transfer distance configurablePerttu Ahola
2011-12-02Higher default map save and unload intervalPerttu Ahola
2011-12-01Remove stuff made obsolete by making players more ActiveObject-like and ↵Perttu Ahola
raise protocol version number by one (because it is not compatible at all anymore)
2011-11-29Completely generalized mesh generation; ContentFeatures serializationPerttu Ahola
2011-10-20Improve Connection with threading and some kind of congestion controlPerttu Ahola
2011-10-19Default max_simultaneous_block_sends_server_total to 2 to make network not ↵Perttu Ahola
cough too much on the fixed block sending code
2011-10-19Fix and tune block sendingPerttu Ahola
2011-10-18Make active_block_range default to 2Perttu Ahola
2011-10-17Fix minetest.conf.example a bitPerttu Ahola
2011-10-16Add peaceful / not peaceful distinction in mobs and the only_peaceful_mobs ↵Perttu Ahola
setting
2011-10-15Make view bobbing amount configurablePerttu Ahola
2011-10-15strict_protocol_version_checking setting; PROTOCOL_VERSION in ↵Perttu Ahola
clientserver.h; clean up defaultsettings.cpp and minetest.conf.example
2011-07-31Updated CMakeLists, changelog and example config for releasePerttu Ahola
2011-07-30updated example configPerttu Ahola
2011-06-27updated minetest.conf.example and changed client_unload_unused_data_timeout ↵Perttu Ahola
default to 600
2011-06-27map unloading is now a whole lot betterPerttu Ahola
2011-06-07Added an experimental "far view" thing. Doesn't work exactly like it should ↵Perttu Ahola
and not suitable for real use yet, and might never be.
2011-05-31Reduced the CPU usage of the sent block selector algorithmPerttu Ahola