aboutsummaryrefslogtreecommitdiff
path: root/minetest.conf.example
AgeCommit message (Collapse)Author
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
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-29Completely generalized mesh generation; ContentFeatures serializationPerttu Ahola
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-18Make active_block_range default to 2Perttu Ahola
2011-10-17Fix minetest.conf.example a bitPerttu 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-07-31Updated CMakeLists, changelog and example config for releasePerttu Ahola
2011-07-30updated example configPerttu Ahola
2011-06-27updated minetest.conf.example and changed client_unload_unused_data_timeout ↵Perttu Ahola
default to 600
2011-06-27map unloading is now a whole lot betterPerttu Ahola
2011-06-07Added an experimental "far view" thing. Doesn't work exactly like it should ↵Perttu Ahola
and not suitable for real use yet, and might never be.
2011-05-31Reduced the CPU usage of the sent block selector algorithmPerttu Ahola
2011-05-29invert_mouse config optionPerttu Ahola
--HG-- extra : rebase_source : 2695ad71185244cefbcf6e3e28ba1ab5e54c882f
2011-05-29player passwords and privileges in world/auth.txtPerttu Ahola
--HG-- extra : rebase_source : 7260636295d9068fbeeddf4143c89f2b8a91446c
2011-05-21fix in readmePerttu Ahola
2011-05-21some documentation updatesPerttu Ahola
2011-05-19change default sneak key from RSHIFT to LSHIFTPerttu Ahola
2011-05-14Added key configuration in the configuration file.Perttu Ahola
2011-04-24Added a setting for disabling smooth lighting. Updated changelog.Perttu Ahola
2011-04-22Updated to-do list and added the give_initial_stuff setting for testingPerttu Ahola
2011-04-21Some work-in-progress in hp and mobs and a frightening amount of random fixes.Perttu Ahola
2011-02-23mainly work on object scripting apiPerttu Ahola
2011-02-19video backend selectionPerttu Ahola
2011-02-16small fixes: crack texture, server build on windows, configuration file ↵Perttu Ahola
example, adding config file example to install
2011-02-15might work good on cmake+msvc nowPerttu Ahola
2011-02-15Ctrl+C handling on POSIX, some commands for server and other tweakingPerttu Ahola
2011-02-11fully working i guessPerttu Ahola
2011-02-08bug-fixin'Perttu Ahola
2011-02-04nicer looking waterPerttu Ahola
2011-01-23OMG! Main Menu!Perttu Ahola
2011-01-17configuration updates; making to build on msvcPerttu Ahola
2011-01-08CMake stuff works now on linux and windows... and should be possible to make ↵Perttu Ahola
to work on OS X.
2010-12-25some... stuff. dunno. 8-)Perttu Ahola
2010-12-22updated example configPerttu Ahola
2010-12-22server starting on port 0 on invalid settingsPerttu Ahola
2010-12-20framework for modifying texturesPerttu Ahola
2010-12-20some tinkering with gui. removed updating of configuration file at endPerttu Ahola
2010-12-20working time-of-day sending from server to clientPerttu Ahola
2010-12-19day/night working client sidePerttu Ahola