4jcraft/targets/platform
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
..
fs refactor: relocate IPlatformNetwork/Leaderboard/Game interfaces to platform/ 2026-04-09 15:42:23 +10:00
game refactor: relocate IPlatformNetwork/Leaderboard/Game interfaces to platform/ 2026-04-09 15:42:23 +10:00
input refactor: relocate IPlatformNetwork/Leaderboard/Game interfaces to platform/ 2026-04-09 15:42:23 +10:00
leaderboard refactor: relocate IPlatformNetwork/Leaderboard/Game interfaces to platform/ 2026-04-09 15:42:23 +10:00
network refactor: relocate IPlatformNetwork/Leaderboard/Game interfaces to platform/ 2026-04-09 15:42:23 +10:00
profile refactor: relocate IPlatformNetwork/Leaderboard/Game interfaces to platform/ 2026-04-09 15:42:23 +10:00
renderer refactor: relocate IPlatformNetwork/Leaderboard/Game interfaces to platform/ 2026-04-09 15:42:23 +10:00
sound refactor: relocate IPlatformNetwork/Leaderboard/Game interfaces to platform/ 2026-04-09 15:42:23 +10:00
storage refactor: relocate IPlatformNetwork/Leaderboard/Game interfaces to platform/ 2026-04-09 15:42:23 +10:00
C4JThread.cpp perf: replace EventArray mutex+cv with atomic mask 2026-04-09 15:24:13 +10:00
C4JThread.h perf: replace EventArray mutex+cv with atomic mask 2026-04-09 15:24:13 +10:00
meson.build refactor: relocate IPlatformNetwork/Leaderboard/Game interfaces to platform/ 2026-04-09 15:42:23 +10:00
NetTypes.h refactor: nuke all widestrings and widechars everywhere 2026-04-07 23:23:31 -05:00
PlatformTypes.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
ShutdownManager.cpp style: clang-format the entire project 2026-04-09 15:24:13 +10:00
ShutdownManager.h split out platform/storage 2026-04-07 14:43:07 -05:00
stubs.h style: clang-format the entire project 2026-04-09 15:24:13 +10:00
XboxStubs.h refactor: nuke all widestrings and widechars everywhere 2026-04-07 23:23:31 -05:00