summaryrefslogtreecommitdiff
path: root/src/defaultsettings.cpp
Commit message (Collapse)AuthorAge
...
* Fix typo doubletab -> doubletapPilzAdam2013-01-04
|
* Switch to fly mode if spacebar is doubleclickedPilzAdam2013-01-04
| | | | Can be turned off in the key change GUI or in minetest.conf via doubletab_space
* Repeated right clicking when holding the right mouse buttonJeija2013-01-04
| | | | Configure using repeat_rightclick_time in minetest.conf
* Add selectionbox_color, crosshair_color, and crosshair_alpha optionsEsteban I. Ruiz Moreno2012-12-27
|
* Added ability to fetch media from remote server (using cURL library)Ilya Zhuravlev2012-12-16
|
* Only fly through walls in noclip mode wich requires the noclip privilegePilzAdam2012-12-11
|
* Raise default maximum render distance to 240Perttu Ahola2012-12-06
|
* Default to preload_item_visuals=truePerttu Ahola2012-12-02
|
* Add enable_shaders to minetest.conf.examplePerttu Ahola2012-12-02
|
* ShaderSource and silly example shadersKahrl2012-12-02
|
* Add setting preload_item_visualsPerttu Ahola2012-12-02
|
* Merge support for anaglyph stereoPilzAdam2012-12-01
|\
| * Default anaglyph to 0.1MirceaKitsune2012-11-13
| |
| * Anaglyph stereo support, created by xyzMirceaKitsune2012-11-13
| |
* | Add congestion control settings to minetest.confPerttu Ahola2012-11-29
| |
* | Make strict and non-strict protocol version checking to work more like expectedPerttu Ahola2012-11-29
| |
* | Default server step to 0.1s and sync object/player update intervals to itPerttu Ahola2012-11-26
|/
* Added video settings filter options via config file - second try :-)Vanessa Ezekowitz2012-11-09
| | | | | | | | | 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
* Make shift the default descent control on ladders and when flyingsfan52012-09-01
| | | | "aux1_descends" setting switches to the old descend control.
* Add enable_rollback_recording setting, defaulting to falsePerttu Ahola2012-07-28
|
* Server-side checking of digging; disable_anticheat settingPerttu Ahola2012-07-21
|
* Add desynchronize_mapblock_texture_animation setting and improve ↵Perttu Ahola2012-06-16
| | | | minetest.conf.example a bit
* Add disallow_empty_password settingPerttu Ahola2012-06-07
|
* Remove obsolete "footprints" default setting from defaultsettings.cppPerttu Ahola2012-06-06
|
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-05
| | | | GPLv2/later, by agreement of major contributors
* Add ignore_world_load_errors configuration option and provide better error ↵Perttu Ahola2012-06-04
| | | | messages
* Fullscreen, vsync, fullscreen_bpp and fsaa options in the config; fsaa is ↵q662012-04-07
| | | | experimental atm, causes visible spaces between blocks.
* Handle failing openal init properly, add enable_sound and sound_volume settingsPerttu Ahola2012-04-06
|
* Change default privileges from "build, shout" to "interact, shout"Perttu Ahola2012-03-31
|
* Try a default day+night length of 20 minutes instead of 15Perttu Ahola2012-03-29
|
* Default to having fancy trees and 3d clouds turned onPerttu Ahola2012-03-28
|
* Set default minimum viewing range of 35 nodesPerttu Ahola2012-03-27
|
* Set default maximum viewing range to a bit more than default server send ↵Perttu Ahola2012-03-27
| | | | range to make fog work well
* Increase maximum generate distance now that generation might actually keep ↵Perttu Ahola2012-03-27
| | | | up with it
* Update minetest.conf.example and defaultsettings.cppPerttu Ahola2012-03-27
|
* Make server world selection not brain dead and use gameid 'minetest' instead ↵Perttu Ahola2012-03-25
| | | | of 'mesetint'
* Dynamic sky, fog and cloud colors; sun and moonPerttu Ahola2012-03-18
|
* Make finish quicktune and leave it unused (as intended)Perttu Ahola2012-03-12
|
* World selection box in main menu (and random fixing)Perttu Ahola2012-03-11
|
* Chat console, including a number of rebases and modifications.Kahrl2012-03-10
| | | | Defaults modified from original: alpha=200, key=F10
* Add dedicated_server_step settingPerttu Ahola2012-03-07
|
* Set default maximum viewing range to a bit more than default server send ↵Perttu Ahola2012-02-06
| | | | range to make fog work well
* Fix calculating if block is in viewing range; fix fog and default minimum ↵Perttu Ahola2012-02-06
| | | | accordingly
* Page up and down change the minimum viewing rangeKahrl2012-02-01
|
* F1 toggles HUD, F2 toggles chat, F5 toggles debug info, F6 toggles profiler ↵Kahrl2012-02-01
| | | | pages
* Set default number of maximum users to 100 instead of 20Perttu Ahola2012-01-24
|
* Add enable_pvp settingPerttu Ahola2011-12-02
|
* Make unlimited player transfer distance configurablePerttu Ahola2011-12-02
|
* Higher default map save and unload intervalPerttu Ahola2011-12-02
|
* Remove stuff made obsolete by making players more ActiveObject-like and ↵Perttu Ahola2011-12-01
| | | | raise protocol version number by one (because it is not compatible at all anymore)