minetest/builtin/mainmenu
SFENCE af3f696423
Some checks are pending
android / build (push) Waiting to run
cpp_lint / clang_tidy (push) Waiting to run
linux / gcc_7 (push) Waiting to run
linux / gcc_14 (push) Waiting to run
linux / clang_7 (push) Waiting to run
linux / clang_18 (push) Waiting to run
linux / clang_11 (PROMETHEUS=1) (push) Waiting to run
lua_lint / Compile and run multiplayer tests (push) Waiting to run
lua_lint / Builtin Luacheck and Unit Tests (push) Waiting to run
macos / build-intel-macos (push) Waiting to run
macos / build-arm-macos-xcode (push) Waiting to run
png_file_checks / png_optimized (push) Waiting to run
whitespace_checks / trailing_whitespaces (push) Waiting to run
whitespace_checks / indent_spaces (push) Waiting to run
whitespace_checks / tabs_lua_api_files (push) Waiting to run
windows / MinGW cross-compiler (${{ matrix.bits }}-bit) (32) (push) Waiting to run
windows / MinGW cross-compiler (${{ matrix.bits }}-bit) (64) (push) Waiting to run
windows / VS 2019 ${{ matrix.config.arch }}-${{ matrix.type }} (map[arch:x64 generator:-G'Visual Studio 16 2019' -A x64 vcpkg_triplet:x64-windows], portable) (push) Waiting to run
windows / VS 2019 ${{ matrix.config.arch }}-${{ matrix.type }} (map[arch:x86 generator:-G'Visual Studio 16 2019' -A Win32 vcpkg_triplet:x86-windows], portable) (push) Waiting to run
Code style fixes.
2025-01-21 16:29:12 +01:00
..
content Implement script sandboxing for main menu 2024-11-13 14:22:41 +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 Code style fixes. 2025-01-21 16:29:12 +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_server_list_mods.lua Code style fixes. 2025-01-21 16:29:12 +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 In-game settings menu using separate Lua environment (#15614) 2025-01-19 13:07:04 -05:00
serverlistmgr.lua Luanti rename: builtin (#15324) 2024-10-28 19:40:18 +01:00
tab_about.lua Condense renderer information into a single string 2024-12-23 12:49:31 +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 server tab mods button (#15561) 2025-01-12 16:23:56 +01:00