4jcraft/targets/app/common/UI
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
..
All Platforms refactor: replace XuiActionPayload polling with server-owned typed action queue 2026-04-09 15:24:13 +10:00
Components style: clang-format the entire project 2026-04-09 15:24:13 +10:00
Controls style: clang-format the entire project 2026-04-09 15:24:13 +10:00
Scenes refactor: replace XuiActionPayload polling with server-owned typed action queue 2026-04-09 15:24:13 +10:00
UIBitmapFont.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIBitmapFont.h refactor: flatten app/ and util/ directory structure 2026-04-06 20:32:24 -05:00
UIController.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIController.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIFontData.cpp refactor: nuke all widestrings and widechars everywhere 2026-04-07 23:23:31 -05:00
UIFontData.h refactor: nuke all widestrings and widechars everywhere 2026-04-07 23:23:31 -05:00
UIGroup.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIGroup.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UILayer.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UILayer.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIScene.cpp fix: clear all build warnings and clean up review nits 2026-04-09 15:24:13 +10:00
UIScene.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UIString.cpp refactor: nuke all widestrings and widechars everywhere 2026-04-07 23:23:31 -05:00
UIString.h refactor: nuke all widestrings and widechars everywhere 2026-04-07 23:23:31 -05:00
UITTFFont.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UITTFFont.h refactor: flatten app/ and util/ directory structure 2026-04-06 20:32:24 -05:00