aboutsummaryrefslogtreecommitdiff
path: root/src/defaultsettings.cpp
AgeCommit message (Collapse)Author
2013-03-21Support game-specific minetest.confPerttu Ahola
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-25Merge pull request #482 from proller/liquidkwolekr
finite liquid
2013-02-25Fix selection of # threads, set default to 1 threadkwolekr
2013-02-25Tune queue limits, some other adjustmentskwolekr
2013-02-25Add multi-Emerge thread supportkwolekr
2013-02-25Add emerge queue limit configurationkwolekr
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-02-24new adjustable finite liquidproller
2013-02-21Added debug log level settingkwolekr
2013-02-22new auto masterserverproller
2013-02-15Some kind of middleway values for player acceleration for nowPerttu Ahola
2013-02-15Restore old acceleration behavior until something is actually agreed onPerttu Ahola
2013-02-14Add Freetype supportIlya Zhuravlev
2013-02-14Improved Player PhysicsMirceaKitsune
2013-02-06Add flag string settings, flat map optionkwolekr
2013-01-21Use a string identifier for a mapgen instead of versionkwolekr
2013-01-21Finish and clean up mapgen configurationkwolekr
2013-01-21Readded and optimized mapgen V6kwolekr
2013-01-21The new mapgen, noise functions, et al.kwolekr
2013-01-21Make WATER_LEVEL configurable, fix slight comparison bug in findSpawnPos()kwolekr
2013-01-21Make cloud height user-configurablekwolekr
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-14Add particlesJeija
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-11Only fly through walls in noclip mode wich requires the noclip privilegePilzAdam
2012-12-06Raise default maximum render distance to 240Perttu Ahola
2012-12-02Default to preload_item_visuals=truePerttu Ahola
2012-12-02Add enable_shaders to minetest.conf.examplePerttu Ahola
2012-12-02ShaderSource and silly example shadersKahrl
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-13Default anaglyph to 0.1MirceaKitsune
2012-11-13Anaglyph stereo support, created by xyzMirceaKitsune
2012-11-09Added video settings filter options via config file - second try :-)Vanessa Ezekowitz
Set one or more of these in the config to turn the related option on: mip_map = 1 anisotropic_filter = 1 bilinear_filter = 1 trilinear_filter = 1
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