aboutsummaryrefslogtreecommitdiff
path: root/src/defaultsettings.cpp
AgeCommit message (Collapse)Author
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
2013-02-22new auto masterserverproller
2013-02-15Some kind of middleway values for player acceleration for nowPerttu Ahola
2013-02-15Restore old acceleration behavior until something is actually agreed onPerttu Ahola
2013-02-14Add Freetype supportIlya Zhuravlev
2013-02-14Improved Player PhysicsMirceaKitsune
2013-02-06Add flag string settings, flat map optionkwolekr
2013-01-21Use a string identifier for a mapgen instead of versionkwolekr
2013-01-21Finish and clean up mapgen configurationkwolekr
2013-01-21Readded and optimized mapgen V6kwolekr
2013-01-21The new mapgen, noise functions, et al.kwolekr
2013-01-21Make WATER_LEVEL configurable, fix slight comparison bug in findSpawnPos()kwolekr
2013-01-21Make cloud height user-configurablekwolekr
2013-01-21Add a list of servers to the "Multiplayer" tabJeija
If USE_CURL is set, it also downloads a list from a remote server. The url of this list is configurable in minetest.conf using the setting "serverlist_url" The local list of favorite servers is saved in client/serverlist/filename filename is also configureable using the setting "serverlist_file"
2013-01-14Add particlesJeija
2013-01-07Add a setting to enable always flying fastPilzAdam
2013-01-04Fix typo doubletab -> doubletapPilzAdam
2013-01-04Switch to fly mode if spacebar is doubleclickedPilzAdam
Can be turned off in the key change GUI or in minetest.conf via doubletab_space
2013-01-04Repeated right clicking when holding the right mouse buttonJeija
Configure using repeat_rightclick_time in minetest.conf