4jcraft/targets/minecraft/server
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
..
commands style: clang-format the entire project 2026-04-09 15:24:13 +10:00
level style: clang-format the entire project 2026-04-09 15:24:13 +10:00
network style: clang-format the entire project 2026-04-09 15:24:13 +10:00
ConsoleInput.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
ConsoleInput.h refactor: nuke all widestrings and widechars everywhere 2026-04-07 23:23:31 -05:00
ConsoleInputSource.h refactor: nuke all widestrings and widechars everywhere 2026-04-07 23:23:31 -05:00
DispenserBootstrap.cpp rename minecraft folder to `targets 2026-04-01 13:27:58 -05:00
DispenserBootstrap.h nuke net.minecraft.* headers 2026-04-01 19:13:26 -05:00
MinecraftServer.cpp refactor: replace XuiActionPayload polling with server-owned typed action queue 2026-04-09 15:24:13 +10:00
MinecraftServer.h refactor: replace XuiActionPayload polling with server-owned typed action queue 2026-04-09 15:24:13 +10:00
PlayerList.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
PlayerList.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
ServerAction.h refactor: replace XuiActionPayload polling with server-owned typed action queue 2026-04-09 15:24:13 +10:00
ServerInterface.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
ServerScoreboard.cpp refactor: nuke all widestrings and widechars everywhere 2026-04-07 23:23:31 -05:00
ServerScoreboard.h refactor: nuke all widestrings and widechars everywhere 2026-04-07 23:23:31 -05:00
Settings.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
Settings.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00