aboutsummaryrefslogtreecommitdiff
path: root/minetest.conf.example
AgeCommit message (Collapse)Author
2023-04-11Remove formspec_default_bg_color/opacity settings (#13419)rubenwardy
These settings are unnecessary. They only apply when formspecs don't have a background/bgcolor set. In practice, most games do theme their GUIs. Removing low value settings simplifies code and improves UX by decluttering the settings menu Split out from #12140
2023-04-02Revert "Enable connected glass by default (#13242)"SmallJoker
This reverts commit a93f3542d92e87c3d728f067358e6f42b31cfe96 for the upcoming 5.7.0 release. See https://github.com/minetest/minetest/issues/8290 for a detailed discussion.
2023-03-30Return 'loops' occlusion culler under a setting (#13352)x2048
* Add occlusion_culler setting to minetest.conf.example * Add raytraced occlusion culling to 'loops' algorithm --------- Co-authored-by: sfan5 <sfan5@live.de>
2023-03-24Return shadow_sky_body_orbit_tilt settingx2048
Used as a default value when the game does not change the value via API (e.g. legacy server)
2023-03-09Update minetest.conf.example and translation fileupdatepo.sh
2023-03-02Enable connected glass by default (#13242)PrairieWind
2023-02-26Sky: transmit body_orbit_tilt to client. (#13193)sofar
This obsoletes the current client-side setting entirely. The server can transmit the tilt to the client directly and will send 0.0f as default value. Co-authored-by: x2048 <codeforsmile@gmail.com> Co-authored-by: sfan5 <sfan5@live.de>
2022-12-10Update minetest.conf.exampleupdatepo.sh
2022-11-09Fix typos and en_US/en_GB inconsistency in various files (#12902)Abdou-31
2022-07-20Update minetest.conf.exampleupdatepo.sh
2022-05-06Enable chat clickable weblinks by default (#12115)Froggo
Co-authored-by: rubenwardy <rw@rubenwardy.com>
2022-05-04Make logging cost free when there is no output target (#12247)paradust7
The logging streams now do almost no work when there is no output target for them. For example, if LL_VERBOSE has no output targets, then `verbosestream << x` will return a StreamProxy with a null target. Any further `<<` operations applied to it will do nothing.
2022-04-08Fix typo and update settings filesShadowNinja
2022-04-08Spacing fixesShadowNinja
2022-02-08Increase max objects per block defaults (#12055)Lars Müller
2022-01-30Raise max mapgen limit constant to align with mapblock sizesfan5
2022-01-29Auto-update minetest.conf.exampleSmallJoker
2022-01-25Update example config and translation .cppupdatepo.sh
2022-01-09Copy smoothing note to gui_scaling_filter descriptionLars Mueller
2021-12-30Improve TTF support for pixel-style fonts (#11848)Vincent Robinson
2021-11-27Update minetest.conf.example and dummy cpp fileupdatepo.sh
2021-06-20Make chat web links clickable (#11092)pecksin
If enabled in minetest.conf, provides colored, clickable (middle-mouse or ctrl-left-mouse) weblinks in chat output, to open the OS' default web browser.
2021-06-16Update minetest.conf.example and dummy translation fileupdatepo.sh
2021-04-23Rename “Irrlicht” to “IrrlichtMt” in documentationWuzzy
2021-02-23Update minetest.conf.example and dummy translation fileupdatepo.sh
2021-01-30Update minetest.conf.example and dummy translation fileupdatepo.sh
2021-01-22Use JSON for favorites, move server list code to Lua (#10085)rubenwardy
Co-authored-by: sfan5 <sfan5@live.de>
2020-12-19Fix some more joystick issues (#10624)Markus
2020-09-14Remove "generate normal maps" feature (#10313)hecks
Erase all traces of normal "generation" from fragment shaders Remove the "feature" from the engine and default config Remove any leftover documentation of it
2020-07-14Add object crosshair, disable entity selectionboxes by default (#9523)LoneWolfHT
Adds new object crosshair base pack texture
2020-06-13Update minetest.conf.example, settings_translation_file.cppupdatepo.sh
2020-05-24Fix documentation of emergequeue_limit settingssfan5
2020-05-05Update num_emerge_threads descriptionsfan5
2020-04-03Update minetest.conf.example, settings_translation_file.cppupdatepo.sh
2020-03-28Ignore near_plane setting on non-Android platforms (#8749)ANAND
Camera's near-plane will be hard-coded to 0.1 on all non-Android platforms. The upper-bound of this setting has been reduced to 0.25, as 0.5 is just way too high.
2020-01-24Update translation sourcesrubenwardy
2020-01-24Update settingtypes.txt for new languagesrubenwardy
2019-10-12Update minetest.conf.exampleupdatepo.sh
2019-09-09Update minetest.conf.exampleupdatepo.sh
2019-08-08Allow customizing chat message format (#8529)ANAND
2019-04-03Change pitch fly binding to 'P', add to change keys menu (#8314)rubenwardy
2019-03-17num_emerge_threads: Fix documentation of automatic selectionparamat
2019-03-14num_emerge_threads: Warn of crashes when > 1 (#8357)Paramat
2019-03-05Change 'num_emerge_threads' default to 1 (#8303)Paramat
2019-02-23Update minetest.conf.example and settings_translation_file.cpp (#8278)Paramat
2019-02-14 Update minetest.conf.example, settings strings and locale files (#8230)Wuzzy
2019-01-20Make advanced settings noiseparams strings translatable (#8062)Wuzzy
Various minor language improvements in settingtypes.txt.
2019-01-02autojump setting: Remove repeated doc line (#8041)Moose
2018-12-31Extend pitch fly mode to swimming (#7943)random-geek
2018-12-24CSM: add requested CSM_RF_READ_PLAYERINFO (#8007)Loïc Blot
* CSM: add requested CSM_RF_READ_PLAYERINFO This new CSM limit permit to limit PLAYERINFO read from server. It affects get_player_names call