minetest/builtin/mainmenu
grorp 6a1d22b2c5
Implement an editor to customize the touchscreen controls (#14933)
- The editor is accessible via the pause menu and the settings menu.
- Buttons can be moved via drag & drop.
- Buttons can be added/removed. The grid menu added by #14918 is used to show
  all buttons not included in the layout.
- Custom layouts are responsive and adapt to changed screen size / DPI /
  hud_scaling.
- The layout is saved as JSON in the "touch_layout" setting.
2024-11-24 11:33:39 +01:00
..
content Implement script sandboxing for main menu 2024-11-13 14:22:41 +01:00
settings Implement an editor to customize the touchscreen controls (#14933) 2024-11-24 11:33:39 +01:00
tests Move values the mainmenu caches to dedicated files (#14433) 2024-03-30 11:06:28 +01:00
async_event.lua Implement script sandboxing for main menu 2024-11-13 14:22:41 +01:00
common.lua Luanti rename: builtin (#15324) 2024-10-28 19:40:18 +01:00
credits.json Update credits for 5.10.0 2024-11-10 13:23:16 +01:00
dlg_clients_list.lua Main menu: Player list for public servers (#15425) 2024-11-21 20:34:40 +01:00
dlg_config_world.lua Luanti rename: builtin (#15324) 2024-10-28 19:40:18 +01:00
dlg_create_world.lua Luanti rename: builtin (#15324) 2024-10-28 19:40:18 +01:00
dlg_delete_content.lua Luanti rename: builtin (#15324) 2024-10-28 19:40:18 +01:00
dlg_delete_world.lua Luanti rename: builtin (#15324) 2024-10-28 19:40:18 +01:00
dlg_register.lua Luanti rename: builtin (#15324) 2024-10-28 19:40:18 +01:00
dlg_reinstall_mtg.lua Luanti rename: builtin (#15324) 2024-10-28 19:40:18 +01:00
dlg_rename_modpack.lua Luanti rename: builtin (#15324) 2024-10-28 19:40:18 +01:00
dlg_version_info.lua Luanti rename: builtin (#15324) 2024-10-28 19:40:18 +01:00
game_theme.lua Luanti rename: builtin (#15324) 2024-10-28 19:40:18 +01:00
init.lua Main menu: Player list for public servers (#15425) 2024-11-21 20:34:40 +01:00
serverlistmgr.lua Luanti rename: builtin (#15324) 2024-10-28 19:40:18 +01:00
tab_about.lua Luanti rename: builtin (#15324) 2024-10-28 19:40:18 +01:00
tab_content.lua Luanti rename: builtin (#15324) 2024-10-28 19:40:18 +01:00
tab_local.lua Luanti rename: builtin (#15324) 2024-10-28 19:40:18 +01:00
tab_online.lua Main menu: Player list for public servers (#15425) 2024-11-21 20:34:40 +01:00