aboutsummaryrefslogtreecommitdiff
path: root/src/defaultsettings.cpp
AgeCommit message (Collapse)Author
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-06Remove obsolete "footprints" default setting from defaultsettings.cppPerttu Ahola
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola
GPLv2/later, by agreement of major contributors
2012-06-04Add ignore_world_load_errors configuration option and provide better error ↵Perttu Ahola
messages
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-31Change default privileges from "build, shout" to "interact, shout"Perttu Ahola
2012-03-29Try a default day+night length of 20 minutes instead of 15Perttu Ahola
2012-03-28Default to having fancy trees and 3d clouds turned onPerttu Ahola
2012-03-27Set default minimum viewing range of 35 nodesPerttu Ahola
2012-03-27Set default maximum viewing range to a bit more than default server send ↵Perttu Ahola
range to make fog work well
2012-03-27Increase maximum generate distance now that generation might actually keep ↵Perttu Ahola
up with it
2012-03-27Update minetest.conf.example and defaultsettings.cppPerttu Ahola
2012-03-25Make server world selection not brain dead and use gameid 'minetest' instead ↵Perttu Ahola
of 'mesetint'
2012-03-18Dynamic sky, fog and cloud colors; sun and moonPerttu Ahola
2012-03-12Make finish quicktune and leave it unused (as intended)Perttu Ahola
2012-03-11World selection box in main menu (and random fixing)Perttu Ahola
2012-03-10Chat console, including a number of rebases and modifications.Kahrl
Defaults modified from original: alpha=200, key=F10
2012-03-07Add dedicated_server_step settingPerttu Ahola
2012-02-06Set default maximum viewing range to a bit more than default server send ↵Perttu Ahola
range to make fog work well
2012-02-06Fix calculating if block is in viewing range; fix fog and default minimum ↵Perttu Ahola
accordingly
2012-02-01Page up and down change the minimum viewing rangeKahrl
2012-02-01F1 toggles HUD, F2 toggles chat, F5 toggles debug info, F6 toggles profiler ↵Kahrl
pages
2012-01-24Set default number of maximum users to 100 instead of 20Perttu 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-29Add IDropAction and related stuffKahrl
2011-11-29Re-implement give_initial_stuffPerttu Ahola
2011-11-29Remove give_initial_stuffPerttu Ahola
2011-11-29Default to saving stuff more often to minimize lag caused by a single savePerttu Ahola
2011-11-29Completely generalized mesh generation; ContentFeatures serializationPerttu Ahola
2011-11-03Add option to set water opaque (mainly for stylistic choice)Perttu Ahola
2011-11-02occlusion culling fix, a little reshaping of map rendering for more useful ↵Perttu Ahola
profiler output and dynamic profiler text size
2011-11-02Add 3d cloud checkbox in main menu (and rename setting from enable_2d_clouds ↵Perttu Ahola
to enable_3d_clouds)
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-18Add enable_2d_clouds setting for usage on lower-end machinesPerttu Ahola
2011-10-18Try to tune fog to work well on high-end machines alsoPerttu Ahola
2011-10-18Make active_block_range default to 2Perttu Ahola
2011-10-17Modify default active block rangePerttu Ahola
2011-10-17F2 toggles profiler display in clientPerttu 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-10-15mobv2Perttu Ahola