aboutsummaryrefslogtreecommitdiff
path: root/src/defaultsettings.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix and tune block sendingPerttu Ahola2011-10-191-2/+2
* Add enable_2d_clouds setting for usage on lower-end machinesPerttu Ahola2011-10-181-0/+1
* Try to tune fog to work well on high-end machines alsoPerttu Ahola2011-10-181-0/+1
* Make active_block_range default to 2Perttu Ahola2011-10-181-1/+1
* Modify default active block rangePerttu Ahola2011-10-171-1/+1
* F2 toggles profiler display in clientPerttu Ahola2011-10-171-1/+2
* Add peaceful / not peaceful distinction in mobs and the only_peaceful_mobs se...Perttu Ahola2011-10-161-0/+1
* Make view bobbing amount configurablePerttu Ahola2011-10-151-0/+1
* strict_protocol_version_checking setting; PROTOCOL_VERSION in clientserver.h;...Perttu Ahola2011-10-151-5/+6
* mobv2Perttu Ahola2011-10-151-1/+2
* Header file tweaking; mainly for speedPerttu Ahola2011-10-121-74/+72
* Merge branch 'view_bobbing_and_vielded_tool'Perttu Ahola2011-09-261-0/+2
|\
| * Collected and moved existing camera infrastructure from game.cpp to camera.cp...Kahrl2011-09-081-0/+2
* | Server user limit configuration optionPerttu Ahola2011-09-261-0/+1
|/
* allow specifying a fixed seed in the config file for generating the map (fixe...Kahrl2011-09-061-0/+1
* Introduce hotkey for calling up a command windowGiuseppe Bilotta2011-08-221-0/+1
* Fixed farmesh to such that it was a long time ago.Perttu Ahola2011-08-031-2/+0
* changelog update and disable motd by defaultPerttu Ahola2011-07-311-1/+1
* Added message of the day and made it properly configurable using /#setting (n...Perttu Ahola2011-07-301-0/+1
* Made rats cookable and made them spawn near treesPerttu Ahola2011-07-301-1/+1
* Lowered default viewing range minimum to such that it allows fairly good fram...Perttu Ahola2011-07-241-1/+1
* Merge branch 'upstream/master'Nils Dagsson Moskopp2011-07-141-2/+7
|\
| * updated minetest.conf.example and changed client_unload_unused_data_timeout d...Perttu Ahola2011-06-271-1/+1
| * map unloading is now a whole lot betterPerttu Ahola2011-06-271-2/+2
| * fixed block unloading from memory (a better fix coming next)Perttu Ahola2011-06-261-0/+1
| * added screenshot key F12 (from spongie)Perttu Ahola2011-06-261-0/+2
| * added and commented out some debug outputPerttu Ahola2011-06-261-0/+2
* | + farmesh config optionsJiří Procházka2011-07-111-0/+2
|/
* mapgen stuffPerttu Ahola2011-06-251-0/+1
* New map generator added (and SQLite, messed up the commits at that time...) (...Perttu Ahola2011-06-251-2/+3
* disabled farmesh in default settingsPerttu Ahola2011-06-231-1/+1