History for PixelPaintWar / apps / client / src / scenes / game / application / GameNetworkSync.ts
2026-02-25
@rinto hasegawa
[feature] ゲーム結果を表示する結果画面を追加し、ゲーム終了時に結果を送信する機能を実装
rinto hasegawa committed on 25 Feb
@rinto hasegawa
[refactor] ゲーム関連の型定義を追加し、プレイヤーおよびゲーム開始処理の型を修正
rinto hasegawa committed on 25 Feb
@rinto hasegawa
[refactor] プレイヤーとマップの更新処理に関する型定義を追加し、関連するメソッドを修正
rinto hasegawa committed on 25 Feb
@rinto hasegawa
[refactor] プレイヤー更新処理のメソッド名を変更し、関連する処理を整理
rinto hasegawa committed on 25 Feb
@rinto hasegawa
[refactor] プレイヤー更新処理の改善とログイベント名の統一
rinto hasegawa committed on 25 Feb
@rinto hasegawa
[refactor] プレイヤー関連のソケット操作を配列で処理するように変更し、イベント名を統一
rinto hasegawa committed on 25 Feb
2026-02-24
@rinto hasegawa
feat: add ESLint rule to prefer relative imports for local client paths ...
rinto hasegawa committed on 24 Feb
@rinto hasegawa
[refactor] 各クラスの説明コメントを追加し、コードの可読性を向上させる
rinto hasegawa committed on 24 Feb
@rinto hasegawa
[refactor] GameHandlerとGameNetworkSyncのイベントリスナー管理を改善し、オフ関数を追加。ゲームプレイヤーの処理を整理。
rinto hasegawa committed on 24 Feb
@rinto hasegawa
[refactor] GameInputManagerとGameManagerの入力処理を改善し、GameLoopとGameNetworkSyncを新規作成。GameSceneの構造を整理し、useGameSceneControllerフックを追加。
rinto hasegawa committed on 24 Feb