Commit Graph

27 Commits

Author SHA1 Message Date
bc5eda5e2a feat: Implement game restart, battlefield styling with art crops and tapped stacks, and initial draw fixes.
Some checks failed
Build and Deploy / build (push) Failing after 1m10s
2025-12-18 20:26:42 +01:00
ca7b5bf7fa feat: Implement core game engine logic, high-velocity UX, and new UI components including radial menu, inspector overlay, and mulligan view. 2025-12-18 18:45:24 +01:00
842beae419 feat: Implement game and server persistence using Redis and file storage, and add a collapsible, resizable card preview sidebar to the game view. 2025-12-18 17:40:36 +01:00
a2a45a995c implemented game server sync 2025-12-18 17:24:07 +01:00
e31323859f fix: Increase ingress and server body size limits to resolve 413 errors and add related documentation.
All checks were successful
Build and Deploy / build (push) Successful in 1m30s
2025-12-18 11:47:10 +01:00
2869c35885 feat: Add numerous Magic: The Gathering card metadata and image files.
Some checks failed
Build and Deploy / build (push) Failing after 50s
2025-12-17 18:12:35 +01:00
0fb330e10b feat: Add 'Test Solo' feature to Cube Manager for randomized deck play, with server support for solo game state on rejoin. 2025-12-17 16:29:12 +01:00
e13aa16766 feat: Implement deck builder magnified card view, land advice, basic land integration, and unlimited time for deck construction. 2025-12-17 16:15:20 +01:00
e5750d9729 fix: increase Socket.IO maxHttpBufferSize to 300MB to support larger drafting payloads and prevent 413 errors. 2025-12-17 15:33:02 +01:00
245ab6414a feat: Implement card pool depletion handling and wildcard rarity fallback for pack generation
All checks were successful
Build and Deploy / build (push) Successful in 1m17s
2025-12-17 14:16:02 +01:00
75ffaa4f2a feat: Change default filter flags for basic lands, commander sets, and tokens to false on client and server. 2025-12-17 01:56:40 +01:00
66cec64223 feat: Implement graceful server shutdown with signal handling and interval clearing.
All checks were successful
Build and Deploy / build (push) Successful in 1m16s
2025-12-17 00:12:53 +01:00
0ac657847e feat: Implement server-side Scryfall API integration for card and set caching and introduce new pack generation services.
All checks were successful
Build and Deploy / build (push) Successful in 1m15s
2025-12-17 00:09:21 +01:00
ea24b5a206 feat: Enhance card metadata handling, implement persistent Scryfall caching, and update pack generation logic for new booster structure.
Some checks failed
Build and Deploy / build (push) Failing after 55s
2025-12-16 22:51:21 +01:00
a1cba11d68 feat: Implement server-side draft timer with AFK auto-pick and global draft loop, updating client-side timer to reflect server state. 2025-12-16 22:10:20 +01:00
33a5fcd501 feat: Enhance session persistence by marking players offline in active games and improving rejoin room with server callbacks.
All checks were successful
Build and Deploy / build (push) Successful in 1m11s
2025-12-16 22:01:36 +01:00
5067f07514 feat: Implement server-side player context for actions to prevent client tampering. 2025-12-16 21:48:22 +01:00
1c3758712d feat: Pause/resume draft timers on host disconnect/reconnect and enable explicit player room departure. 2025-12-16 21:37:37 +01:00
b9c5905474 feat: Add exit functionality and confirmation modal to DraftView, and include draft state in join room callback. 2025-12-16 21:30:51 +01:00
4663c968ee feat: Implement player reconnection logic and auto-pick functionality for disconnected players during draft.
All checks were successful
Build and Deploy / build (push) Successful in 1m18s
2025-12-16 18:46:55 +01:00
6163869a17 feat: Enhance draft system with 4-player 'pick 2' rules, minimum player count, and fix pack duplication by ensuring unique pack instances.
All checks were successful
Build and Deploy / build (push) Successful in 1m25s
2025-12-16 18:41:43 +01:00
b13627363f feat: Add deck tester feature to import custom deck lists and immediately start solo games. 2025-12-15 00:31:58 +01:00
6f3c773dfd feat: Add Docker containerization, production serving, and Gitea CI/CD workflow.
Some checks failed
Build and Deploy / build (push) Failing after 2m44s
2025-12-14 22:48:41 +01:00
65824a52d9 fix: Resolve React hooks violation, implement player waiting screen, and auto-start game upon deck submission. 2025-12-14 22:41:26 +01:00
9ff305f1ba feat: Implement draft and game phases with client views, dedicated managers, and server-side card image caching. 2025-12-14 22:23:23 +01:00
da643b787f feat: Implement initial multiplayer lobby and game room functionality with server-side room management. 2025-12-14 21:42:13 +01:00
d687c6b77f Initial Commit 2025-12-14 21:00:46 +01:00