minetest/builtin/mainmenu
Hugues Ross 47c146120a
Add disable_settings to game.conf to get rid of "Enable Damage"/"Creative Mode"/"Host Server" checkboxes (#11524)
This adds support for disable_settings to game.conf. In this you can specify a list of settings that should not be visible in the "local game" (or however it is called nowadays) tab. Enable Damage, Creative Mode and Host Server are supported.

Co-authored-by: Wuzzy <Wuzzy2@mail.ru>
Co-authored-by: Aaron Suen <warr1024@gmail.com>
Co-authored-by: rubenwardy <rw@rubenwardy.com>
2021-08-12 20:08:12 +02:00
..
tests Add metatables to lua vectors (#11039) 2021-06-04 21:22:33 +02:00
async_event.lua builtin: Move common/async_event.lua to mainmenu/async_event.lua 2020-05-17 21:37:01 +02:00
common.lua Mainmenu: Improve "Join Game" tab (#11078) 2021-03-20 19:48:25 +01:00
dlg_config_world.lua Replace 'minetest.' with 'core.' in builtin 2021-02-11 10:18:22 +00:00
dlg_contentstore.lua ContentDB: Add support for package aliases / renaming (#11484) 2021-08-02 20:05:10 +01:00
dlg_create_world.lua Replace 'minetest.' with 'core.' in builtin 2021-02-11 10:18:22 +00:00
dlg_delete_content.lua Add styles to most elements 2019-08-03 19:36:30 +01:00
dlg_delete_world.lua Add styles to most elements 2019-08-03 19:36:30 +01:00
dlg_rename_modpack.lua Fix rename modpack dialog not appearing to take affect 2019-02-03 13:43:00 +00:00
dlg_settings_advanced.lua Strip carriage returns from lines in settingtypes.txt (#11338) 2021-06-21 18:55:48 +01:00
generate_from_settingtypes.lua Update minetest.conf.example and settings_translation_file.cpp (#8278) 2019-02-23 20:24:59 +00:00
init.lua Consistent title bar + render information in mainmenu (#10764) 2021-03-30 21:49:15 +02:00
pkgmgr.lua Make pkgmgr handle modpacks containing modpacks properly 2021-03-01 12:13:47 +01:00
serverlistmgr.lua Fix server favorites not saving when client/serverlist/ doesn't exist already (#11152) 2021-04-09 22:36:10 +02:00
tab_about.lua Consistent title bar + render information in mainmenu (#10764) 2021-03-30 21:49:15 +02:00
tab_content.lua Allow toggling of texture pack by double clicking 2021-02-24 11:50:19 +01:00
tab_local.lua Add disable_settings to game.conf to get rid of "Enable Damage"/"Creative Mode"/"Host Server" checkboxes (#11524) 2021-08-12 20:08:12 +02:00
tab_online.lua Mainmenu: Improve "Join Game" tab (#11078) 2021-03-20 19:48:25 +01:00
tab_settings.lua Fix spurious shadow enablement in mainmenu 2021-06-30 17:10:28 +02:00
textures.lua Add luacheck to check builtin (#7895) 2019-08-06 19:30:18 +01:00