4jcraft/targets/app/common
MatthewBeshay 2a3b891be8 refactor: relocate IPlatformNetwork/Leaderboard/Game interfaces to platform/
Pulls the three remaining platform-shaped interfaces out of app/common/
and into platform/network/, platform/leaderboard/ and platform/game/,
each with a function accessor + true no-op stub backend matching the
existing platform/profile/ template. Drops the duplicate
PlatformNetworkManagerInterface.h that was a stale copy of the same
type. Existing app-side singletons (LeaderboardManager,
LinuxLeaderboardManager, IPlatformNetworkStub, LinuxGame) keep working
unchanged - the structural fix is just that the interface they depend
on now lives in platform/ where it belongs.
2026-04-09 15:42:23 +10:00
..
Audio style: clang-format the entire project 2026-04-09 15:24:13 +10:00
DLC style: clang-format the entire project 2026-04-09 15:24:13 +10:00
GameRules refactor: replace XuiActionPayload polling with server-owned typed action queue 2026-04-09 15:24:13 +10:00
Leaderboards refactor: relocate IPlatformNetwork/Leaderboard/Game interfaces to platform/ 2026-04-09 15:42:23 +10:00
Localisation style: clang-format the entire project 2026-04-09 15:24:13 +10:00
Network refactor: relocate IPlatformNetwork/Leaderboard/Game interfaces to platform/ 2026-04-09 15:42:23 +10:00
Trial refactor: flatten app/ and util/ directory structure 2026-04-06 20:32:24 -05:00
Tutorial style: clang-format the entire project 2026-04-09 15:24:13 +10:00
UI refactor: replace XuiActionPayload polling with server-owned typed action queue 2026-04-09 15:24:13 +10:00
App_structs.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
AppGameServices.cpp refactor: replace XuiActionPayload polling with server-owned typed action queue 2026-04-09 15:24:13 +10:00
AppGameServices.h refactor: replace XuiActionPayload polling with server-owned typed action queue 2026-04-09 15:24:13 +10:00
ArchiveManager.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
ArchiveManager.h refactor: nuke all widestrings and widechars everywhere 2026-04-07 23:23:31 -05:00
BannedListManager.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
BannedListManager.h refactor: extract SaveManager, BannedListManager, TerrainFeatureManager, DebugOptions from Game 2026-04-06 20:32:24 -05:00
ConsoleGameMode.cpp refactor: flatten app/ and util/ directory structure 2026-04-06 20:32:24 -05:00
ConsoleGameMode.h refactor: flatten app/ and util/ directory structure 2026-04-06 20:32:24 -05:00
DebugOptions.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
DebugOptions.h refactor: move Console_Debug_enum.h into minecraft 2026-04-09 15:24:13 +10:00
DLCController.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
DLCController.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
Game.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
Game.h refactor: relocate IPlatformNetwork/Leaderboard/Game interfaces to platform/ 2026-04-09 15:42:23 +10:00
Game_XuiActions.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
GameMenuService.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
GameMenuService.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
GameSettingsManager.cpp refactor: replace XuiActionPayload polling with server-owned typed action queue 2026-04-09 15:24:13 +10:00
GameSettingsManager.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
LocalizationManager.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
LocalizationManager.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
MenuController.cpp refactor: replace XuiActionPayload polling with server-owned typed action queue 2026-04-09 15:24:13 +10:00
MenuController.h refactor: replace XuiActionPayload polling with server-owned typed action queue 2026-04-09 15:24:13 +10:00
NetworkController.cpp refactor: move GameRule chain headers into minecraft 2026-04-09 15:24:13 +10:00
NetworkController.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
SaveManager.cpp refactor: replace XuiActionPayload polling with server-owned typed action queue 2026-04-09 15:24:13 +10:00
SaveManager.h refactor: extract SaveManager, BannedListManager, TerrainFeatureManager, DebugOptions from Game 2026-04-06 20:32:24 -05:00
SkinManager.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
SkinManager.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
TerrainFeatureManager.cpp refactor: extract SaveManager, BannedListManager, TerrainFeatureManager, DebugOptions from Game 2026-04-06 20:32:24 -05:00
TerrainFeatureManager.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
XboxStubs.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00