aboutsummaryrefslogtreecommitdiff
path: root/src/defaultsettings.cpp
AgeCommit message (Collapse)Author
2013-12-05Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settingssweetbomber
2013-12-03Shaders rework.RealBadAngel
2013-11-28Split server/client port setting to avoid port number clashes in mainmenusapier
2013-11-17Increase liquid_loop_max to 10000 againPilzAdam
2013-11-14Improved default settings for floatland perlin noise 1. Larger, more ↵proller
detailed floatlands.
2013-09-28Lower the default max_users from 100 to 15ShadowNinja
2013-09-17Add configurable PRAGMA synchronous =proller
2013-09-08Add fallback font support for some languages.Ilya Zhuravlev
2013-08-25Add a setting for HighPrecisionFPU (fixes #763).Ilya Zhuravlev
2013-08-16Add ability to activate mods with doubleclick (remove old_style_mod_selection)PilzAdam
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-08-13Remove farmeshKahrl
2013-08-07Fix path of mono font in defaultsettings.cppPilzAdam
2013-08-04Make freetype usage configureable by a settingPilzAdam
2013-08-04Change large amount of objects to be configurable via a setting in ↵Novatux
minetest.conf (max_objects_per_block).
2013-07-27Weather supportproller
2013-07-22Fix modstore URLsPilzAdam
2013-07-22Disable gamemanager by defaultPilzAdam
2013-07-22Fix bug in world creationsapier
Add old style mod selection in worldconfig dialog
2013-07-22Enable mod and gamemanager by defaultsapier
2013-07-22Add configurable curl timeoutsapier
2013-07-07Fix many formspec menu bugssapier
2013-07-06Mapgen V7: Huge rewrite, also tweaks to cavegen et al.kwolekr
2013-07-04Add texture bumpmapping feature.RealBadAngel
2013-07-02Replace C++ mainmenu by formspec powered onesapier
2013-07-02Remove texture atlas / AtlasPointer, rename getTextureRaw to getTextureKahrl
2013-06-23New math mapgen with fractal based worldsproller
2013-06-23Add support for IPv6proller
Two new configuration options are added: - "enable_ipv6" to enable/disable the overall use of IPv6 - "ipv6_server" to enable/disable the use of IPv6 sockets when running a server (when "enable_ipv6" is enabled)
2013-06-20Add a setting for max loop count per step in liquid updatePilzAdam
2013-06-17Add initial Decoration support, many misc. improvements & modificationskwolekr
2013-06-03Add and implement setting max_clearobjects_extra_loaded_blocks.Kahrl
Now Environment::clearAllObjects() unloads unused blocks in an interval defined by max_clearobjects_extra_loaded_blocks (default 4096).
2013-05-13Add mouse_sensitivity optionEsteban I. Ruiz Moreno
2013-04-23Disable fall bobbing by default; enable using fall_bobbing_amount = 1.0Perttu Ahola
2013-04-07Add Mapgen V7, reorganize biomeskwolekr
2013-03-24Mapgen indev: float islands, larger far biomesproller
2013-03-21Support game-specific minetest.confPerttu Ahola
2013-03-16initial mapgen indev version with farscale feature and huge cavesproller
2013-03-16Re-add jungles, apple treeskwolekr
2013-03-14Liquid fine tuningproller
2013-03-13Add cloud menu background by Krisi, configurable with the menu_clouds option.ShadowNinja
Also add a menuheader, menusplash, menufooter_clouds, and allow HD menu footers. And finally don't git-ignore textures/base/.
2013-02-27Change default settings for log level, texture atlas, document new settingskwolekr
2013-02-25Merge pull request #482 from proller/liquidkwolekr
finite liquid
2013-02-25Fix selection of # threads, set default to 1 threadkwolekr
2013-02-25Tune queue limits, some other adjustmentskwolekr
2013-02-25Add multi-Emerge thread supportkwolekr
2013-02-25Add emerge queue limit configurationkwolekr
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-02-24new adjustable finite liquidproller
2013-02-21Added debug log level settingkwolekr