aboutsummaryrefslogtreecommitdiff
path: root/minetest.conf.example
AgeCommit message (Collapse)Author
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
2018-12-09Update minetest.conf.example and run updatepo.sh (#7947)Update Script
2018-12-01Added pitch fly mode (#7817)Gaël C
In pitch fly mode, you fly to the exact direction you are pointing at, using the forward key. Other move directions are also pitched accordingly. It allows smoother and more complex movements. Can be enabled/disabled by L key by default (set keymap_pitchfly in minetest.conf)
2018-11-22Client-side autojump. Remove Android-only stepheight autojump (#7228)Ben Deutsch
Works by detecting a collision while moving forward and then simulating a jump. If the simulated jump is more successful, an artificial jump key press is injected in the client. Includes setting and key change GUI element for enabling and disabling this feature.
2018-11-18Remove obsolete section in ipv6_server descriptionsfan5
This section no longer applies since c66d97726931aa8dde7d8a1ffa5b8e41234f4660.
2018-09-29Software inventorycube (#7651)Vitaliy
Fixes missing/upside-down images on Android.