| 2026-02-25 |
[refactor] configのインポートパスを修正し、クライアントとサーバーの設定を統合
rinto hasegawa
committed
on 25 Feb
|
|---|---|
|
[feature] デバッグログ機能を追加し、ゲーム開始時のログ出力を改善
rinto hasegawa
committed
on 25 Feb
|
|
|
[feature] ゲーム結果を表示する結果画面を追加し、ゲーム終了時に結果を送信する機能を実装
rinto hasegawa
committed
on 25 Feb
|
|
|
[feature] BombManagerの爆弾管理機能を改善し、placeBomb、upsertBomb、removeBombメソッドを追加
rinto hasegawa
committed
on 25 Feb
|
|
|
[feature] ElapsedMsProvider型を追加し、BombManagerとGameTimerの経過時間取得を統一
rinto hasegawa
committed
on 25 Feb
|
|
|
[feature] BombManagerを追加し、GameManagerの爆弾管理をリファクタリング
rinto hasegawa
committed
on 25 Feb
|
|
|
[feature] 爆弾の設置と管理機能を追加
rinto hasegawa
committed
on 25 Feb
|
|
|
[refactor] ゲーム関連の型定義を追加し、プレイヤーおよびゲーム開始処理の型を修正
rinto hasegawa
committed
on 25 Feb
|
|
|
[refactor] プレイヤーとマップの更新処理に関する型定義を追加し、関連するメソッドを修正
rinto hasegawa
committed
on 25 Feb
|
|
|
[refactor] プレイヤー更新処理のメソッド名を変更し、関連する処理を整理
rinto hasegawa
committed
on 25 Feb
|
|
|
[refactor] プレイヤー更新処理の改善とログイベント名の統一
rinto hasegawa
committed
on 25 Feb
|
|
|
[refactor] プレイヤー関連のソケット操作を配列で処理するように変更し、イベント名を統一
rinto hasegawa
committed
on 25 Feb
|
|
| 2026-02-24 |
feat: add ESLint rule to prefer relative imports for local client paths
...
rinto hasegawa
committed
on 24 Feb
|
|
[refactor] 各クラスの説明コメントを追加し、コードの可読性を向上させる
rinto hasegawa
committed
on 24 Feb
|
|
|
[refactor] GameLoopの構造を整理し、入力処理とシミュレーション処理を新規作成。カメラ制御を分離。
rinto hasegawa
committed
on 24 Feb
|
|
|
[refactor] GameHandlerとGameNetworkSyncのイベントリスナー管理を改善し、オフ関数を追加。ゲームプレイヤーの処理を整理。
rinto hasegawa
committed
on 24 Feb
|
|
|
[refactor] GameInputManagerとGameManagerの入力処理を改善し、GameLoopとGameNetworkSyncを新規作成。GameSceneの構造を整理し、useGameSceneControllerフックを追加。
rinto hasegawa
committed
on 24 Feb
|