4jcraft/targets/app/common/UI/All Platforms
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
..
ArchiveFile.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
ArchiveFile.h
IUIController.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
IUIScene_AbstractContainerMenu.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
IUIScene_AbstractContainerMenu.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
IUIScene_AnvilMenu.cpp
IUIScene_AnvilMenu.h
IUIScene_BeaconMenu.cpp
IUIScene_BeaconMenu.h
IUIScene_BrewingMenu.cpp
IUIScene_BrewingMenu.h
IUIScene_CommandBlockMenu.cpp
IUIScene_CommandBlockMenu.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
IUIScene_ContainerMenu.cpp
IUIScene_ContainerMenu.h
IUIScene_CraftingMenu.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
IUIScene_CraftingMenu.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
IUIScene_CreativeMenu.cpp
IUIScene_CreativeMenu.h
IUIScene_DispenserMenu.cpp
IUIScene_DispenserMenu.h
IUIScene_EnchantingMenu.cpp
IUIScene_EnchantingMenu.h
IUIScene_FireworksMenu.cpp
IUIScene_FireworksMenu.h
IUIScene_FurnaceMenu.cpp
IUIScene_FurnaceMenu.h
IUIScene_HopperMenu.cpp
IUIScene_HopperMenu.h
IUIScene_HorseInventoryMenu.cpp
IUIScene_HorseInventoryMenu.h
IUIScene_HUD.cpp
IUIScene_HUD.h
IUIScene_InventoryMenu.cpp
IUIScene_InventoryMenu.h
IUIScene_PauseMenu.cpp refactor: replace XuiActionPayload polling with server-owned typed action queue 2026-04-09 15:24:13 +10:00
IUIScene_PauseMenu.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
IUIScene_TradingMenu.cpp
IUIScene_TradingMenu.h
UIEnums.h
UIStructs.h refactor: replace XuiActionPayload polling with server-owned typed action queue 2026-04-09 15:24:13 +10:00