4jcraft/targets/app/common/UI/Scenes/In-Game Menu Screens
MatthewBeshay 3304b2e3db refactor: replace XuiActionPayload polling with server-owned typed action queue
Drops the polymorphic XuiActionPayload variant and the per-pad
setXuiServerAction/getXuiServerAction polling on IGameServices in
favour of a std::variant of typed action structs in
minecraft/server/ServerAction.h. MinecraftServer owns the queue,
drains it from the tick loop via std::visit, and exposes
queueServerAction() that any thread can call. Eliminates the
dynamic_cast across the minecraft<-app boundary, the per-pad slot,
and two busy-wait-for-Idle loops.
2026-04-09 15:24:13 +10:00
..
Containers style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIScene_CraftingMenu.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIScene_CraftingMenu.h
UIScene_DeathMenu.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIScene_DeathMenu.h
UIScene_EndPoem.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIScene_EndPoem.h
UIScene_InGameHostOptionsMenu.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIScene_InGameHostOptionsMenu.h
UIScene_InGameInfoMenu.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIScene_InGameInfoMenu.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIScene_InGamePlayerOptionsMenu.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIScene_InGamePlayerOptionsMenu.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIScene_InGameSaveManagementMenu.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIScene_InGameSaveManagementMenu.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIScene_PauseMenu.cpp refactor: replace XuiActionPayload polling with server-owned typed action queue 2026-04-09 15:24:13 +10:00
UIScene_PauseMenu.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIScene_SignEntryMenu.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIScene_SignEntryMenu.h
UIScene_TeleportMenu.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIScene_TeleportMenu.h