aboutsummaryrefslogtreecommitdiff
path: root/src/defaultsettings.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add setting preload_item_visualsPerttu Ahola2012-12-021-0/+1
* Merge support for anaglyph stereoPilzAdam2012-12-011-0/+3
|\
| * Default anaglyph to 0.1MirceaKitsune2012-11-131-1/+1
| * Anaglyph stereo support, created by xyzMirceaKitsune2012-11-131-0/+3
* | Add congestion control settings to minetest.confPerttu Ahola2012-11-291-5/+8
* | Make strict and non-strict protocol version checking to work more like expectedPerttu Ahola2012-11-291-1/+1
* | Default server step to 0.1s and sync object/player update intervals to itPerttu Ahola2012-11-261-1/+1
|/
* Added video settings filter options via config file - second try :-)Vanessa Ezekowitz2012-11-091-0/+5
* Make shift the default descent control on ladders and when flyingsfan52012-09-011-0/+1
* Add enable_rollback_recording setting, defaulting to falsePerttu Ahola2012-07-281-0/+1
* Server-side checking of digging; disable_anticheat settingPerttu Ahola2012-07-211-0/+1
* Add desynchronize_mapblock_texture_animation setting and improve minetest.con...Perttu Ahola2012-06-161-0/+1
* Add disallow_empty_password settingPerttu Ahola2012-06-071-0/+1
* Remove obsolete "footprints" default setting from defaultsettings.cppPerttu Ahola2012-06-061-1/+0
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* Add ignore_world_load_errors configuration option and provide better error me...Perttu Ahola2012-06-041-0/+1
* Fullscreen, vsync, fullscreen_bpp and fsaa options in the config; fsaa is exp...q662012-04-071-0/+4
* Handle failing openal init properly, add enable_sound and sound_volume settingsPerttu Ahola2012-04-061-0/+2
* Change default privileges from "build, shout" to "interact, shout"Perttu Ahola2012-03-311-1/+1
* Try a default day+night length of 20 minutes instead of 15Perttu Ahola2012-03-291-1/+1
* Default to having fancy trees and 3d clouds turned onPerttu Ahola2012-03-281-2/+2
* Set default minimum viewing range of 35 nodesPerttu Ahola2012-03-271-1/+1
* Set default maximum viewing range to a bit more than default server send rang...Perttu Ahola2012-03-271-2/+2
* Increase maximum generate distance now that generation might actually keep up...Perttu Ahola2012-03-271-1/+1
* Update minetest.conf.example and defaultsettings.cppPerttu Ahola2012-03-271-1/+0
* Make server world selection not brain dead and use gameid 'minetest' instead ...Perttu Ahola2012-03-251-1/+1
* Dynamic sky, fog and cloud colors; sun and moonPerttu Ahola2012-03-181-6/+6
* Make finish quicktune and leave it unused (as intended)Perttu Ahola2012-03-121-2/+6
* World selection box in main menu (and random fixing)Perttu Ahola2012-03-111-0/+2
* Chat console, including a number of rebases and modifications.Kahrl2012-03-101-1/+3
* Add dedicated_server_step settingPerttu Ahola2012-03-071-0/+1
* Set default maximum viewing range to a bit more than default server send rang...Perttu Ahola2012-02-061-1/+2
* Fix calculating if block is in viewing range; fix fog and default minimum acc...Perttu Ahola2012-02-061-1/+1
* Page up and down change the minimum viewing rangeKahrl2012-02-011-0/+2
* F1 toggles HUD, F2 toggles chat, F5 toggles debug info, F6 toggles profiler p...Kahrl2012-02-011-3/+11
* Set default number of maximum users to 100 instead of 20Perttu Ahola2012-01-241-1/+1
* Add enable_pvp settingPerttu Ahola2011-12-021-0/+1
* Make unlimited player transfer distance configurablePerttu Ahola2011-12-021-0/+1
* Higher default map save and unload intervalPerttu Ahola2011-12-021-2/+2
* Remove stuff made obsolete by making players more ActiveObject-like and raise...Perttu Ahola2011-12-011-1/+0
* Add IDropAction and related stuffKahrl2011-11-291-0/+1
* Re-implement give_initial_stuffPerttu Ahola2011-11-291-0/+1
* Remove give_initial_stuffPerttu Ahola2011-11-291-1/+0
* Default to saving stuff more often to minimize lag caused by a single savePerttu Ahola2011-11-291-2/+2
* Completely generalized mesh generation; ContentFeatures serializationPerttu Ahola2011-11-291-1/+0
* Add option to set water opaque (mainly for stylistic choice)Perttu Ahola2011-11-031-0/+1
* occlusion culling fix, a little reshaping of map rendering for more useful pr...Perttu Ahola2011-11-021-0/+1
* Add 3d cloud checkbox in main menu (and rename setting from enable_2d_clouds ...Perttu Ahola2011-11-021-2/+2
* Improve Connection with threading and some kind of congestion controlPerttu Ahola2011-10-201-1/+1
* Default max_simultaneous_block_sends_server_total to 2 to make network not co...Perttu Ahola2011-10-191-1/+1