summaryrefslogtreecommitdiff
path: root/minetest.conf.example
AgeCommit message (Collapse)Author
2013-06-03Add and implement setting max_clearobjects_extra_loaded_blocks.Kahrl
Now Environment::clearAllObjects() unloads unused blocks in an interval defined by max_clearobjects_extra_loaded_blocks (default 4096).
2013-06-03Replace c55.me linksKahrl
2013-05-20Fix link in minetest.conf.exampleRuss
2013-05-13Add mouse_sensitivity optionEsteban I. Ruiz Moreno
2013-04-23Disable fall bobbing by default; enable using fall_bobbing_amount = 1.0Perttu Ahola
2013-03-24Mapgen indev: float islands, larger far biomesproller
2013-03-22Add singlenode mapgen; generates solely the node 'mapgen_singlenode', ↵Perttu Ahola
defaults to air
2013-03-17Add missing settings to minetest.conf.examplePilzAdam
2013-03-16initial mapgen indev version with farscale feature and huge cavesproller
2013-03-16Re-add jungles, apple treeskwolekr
2013-03-14Liquid fine tuningproller
2013-03-13Add cloud menu background by Krisi, configurable with the menu_clouds option.ShadowNinja
Also add a menuheader, menusplash, menufooter_clouds, and allow HD menu footers. And finally don't git-ignore textures/base/.
2013-02-27Change default settings for log level, texture atlas, document new settingskwolekr
2013-02-24new adjustable finite liquidproller
2013-02-22new auto masterserverproller
2013-02-15Some kind of middleway values for player acceleration for nowPerttu Ahola
2013-02-14Add Freetype supportIlya Zhuravlev
2013-02-14Improved Player PhysicsMirceaKitsune
2013-02-07Document remote_media settingIlya Zhuravlev
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