4jcraft/targets/app/common/UI/Scenes
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
..
Debug refactor: replace XuiActionPayload polling with server-owned typed action queue 2026-04-09 15:24:13 +10:00
Frontend Menu screens style: clang-format the entire project 2026-04-09 15:24:13 +10:00
Help & Options style: clang-format the entire project 2026-04-09 15:24:13 +10:00
In-Game Menu Screens refactor: replace XuiActionPayload polling with server-owned typed action queue 2026-04-09 15:24:13 +10:00
UIScene_ConnectingProgress.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIScene_ConnectingProgress.h refactor: nuke all widestrings and widechars everywhere 2026-04-07 23:23:31 -05:00
UIScene_FullscreenProgress.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIScene_FullscreenProgress.h refactor: nuke all widestrings and widechars everywhere 2026-04-07 23:23:31 -05:00
UIScene_Keyboard.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIScene_Keyboard.h refactor: nuke all widestrings and widechars everywhere 2026-04-07 23:23:31 -05:00
UIScene_MessageBox.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIScene_MessageBox.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIScene_QuadrantSignin.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIScene_QuadrantSignin.h refactor: nuke all widestrings and widechars everywhere 2026-04-07 23:23:31 -05:00
UIScene_Timer.cpp refactor: nuke all widestrings and widechars everywhere 2026-04-07 23:23:31 -05:00
UIScene_Timer.h refactor: nuke all widestrings and widechars everywhere 2026-04-07 23:23:31 -05:00