summaryrefslogtreecommitdiff
path: root/src/defaultsettings.cpp
AgeCommit message (Collapse)Author
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
2011-10-12Header file tweaking; mainly for speedPerttu Ahola
2011-09-26Merge branch 'view_bobbing_and_vielded_tool'Perttu Ahola
2011-09-26Server user limit configuration optionPerttu Ahola
2011-09-08Collected and moved existing camera infrastructure from game.cpp to ↵Kahrl
camera.cpp and camera.h. Introduced configuration settings 'fov' which chooses the camera's (vertical) field of view and 'view_bobbing' which currently does nothing. Other code refactored to not expect the FOV to be a build time constant.
2011-09-06allow specifying a fixed seed in the config file for generating the map ↵Kahrl
(fixed_map_seed)
2011-08-22Introduce hotkey for calling up a command windowGiuseppe Bilotta
This is just a chat window with the / text pre-loaded.
2011-08-03Fixed farmesh to such that it was a long time ago.Perttu Ahola
2011-07-31changelog update and disable motd by defaultPerttu Ahola
2011-07-30Added message of the day and made it properly configurable using /#setting ↵Perttu Ahola
(not saved to config file yet)
2011-07-30Made rats cookable and made them spawn near treesPerttu Ahola
2011-07-24Lowered default viewing range minimum to such that it allows fairly good ↵Perttu Ahola
framerate in jungles with sucky hardware. Almost all computers stick to the minimum with the current farmesh range that someone has set up without asking from me, but farmesh is not used as default anyway so those that use it can raise the lower limit in their configuration as they wish.
2011-07-14Merge branch 'upstream/master'Nils Dagsson Moskopp
Conflicts: data/oerkki1.png src/client.cpp
2011-07-11+ farmesh config optionsJiří Procházka
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-26fixed block unloading from memory (a better fix coming next)Perttu Ahola
2011-06-26added screenshot key F12 (from spongie)Perttu Ahola
2011-06-26added and commented out some debug outputPerttu Ahola
2011-06-25mapgen stuffPerttu Ahola
2011-06-25New map generator added (and SQLite, messed up the commits at that time...) ↵Perttu Ahola
(import from temporary git repo)
2011-06-23disabled farmesh in default settingsPerttu Ahola
2011-06-18farmesh render range is now dynamicPerttu Ahola
2011-06-18farmesh is now usable.Perttu Ahola