| 2026-02-25 |
[feat] 爆弾のネットワーク同期機能を追加し、関連するペイロードの型を整理
rinto hasegawa
committed
on 25 Feb
|
|---|---|
|
[refactor] BombManagerを新しい場所に移動し、GameManagerでのインポートを更新
rinto hasegawa
committed
on 25 Feb
|
|
|
[feat] 爆弾設置機能を追加し、関連するペイロードの検証とログ記録を実装
rinto hasegawa
committed
on 25 Feb
|
|
|
|
|
|
[refactor] configのインポートパスを修正し、クライアントとサーバーの設定を統合
rinto hasegawa
committed
on 25 Feb
|
|
|
[feature] デバッグログ機能を追加し、ゲーム開始時のログ出力を改善
rinto hasegawa
committed
on 25 Feb
|
|
|
[feature] ゲーム結果を表示する結果画面を追加し、ゲーム終了時に結果を送信する機能を実装
rinto hasegawa
committed
on 25 Feb
|
|
|
[fix] チーム設定の検証を追加し、画像ファイル名の整合性を確保
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] GameInputOverlayコンポーネントを追加し、入力UIを整理
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] 座標調整
[shimojiryuki]
committed
on 25 Feb
|
|
|
[refactor]座標調整
[shimojiryuki]
committed
on 25 Feb
|
|
|
[refactor]座標調整
[shimojiryuki]
committed
on 25 Feb
|
|
|
[refactor](PlayerView): テクスチャスケーリングを調整し、スプライトサイズのログを改善
[shimojiryuki]
committed
on 25 Feb
|
|
|
[refactor](PlayerView): テクスチャサイズに基づくスプライトスケーリングを調整して視覚表現を改善
[shimojiryuki]
committed
on 25 Feb
|
|
|
[refactor](PlayerView): Improve formatting and error logging in texture loading
[shimojiryuki]
committed
on 25 Feb
|
|
|
[refactor](PlayerView): スプライト生成を修正し、画像テクスチャの非同期読み込みを追加
rinto hasegawa
committed
on 25 Feb
|
|
|
Merge pull request #113 from rintoHasegawa/feature/260225ryuki
...
ryuki022886-svg
authored
on 25 Feb
GitHub
committed
on 25 Feb
|
|
|
[refactor](PlayerView): プレイヤー描画をGraphicsからSpriteに変更
[shimojiryuki]
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
|
|
|
ジョイスティック関連の定数を整理し、デッドゾーンや最小移動量の閾値を追加。useJoystickControllerでの入力処理を改善。
rinto hasegawa
committed
on 24 Feb
|
|
|
[refactor] JoystickViewの描画状態型を新規作成し、定数を整理して使用
rinto hasegawa
committed
on 24 Feb
|
|
|
[refactor] JoystickInputPresenterの入力設定型を共通型として再公開し、型の整理を実施
rinto hasegawa
committed
on 24 Feb
|
|
|
[refactor] ジョイスティック関連の型と定数を整理し、共通モジュールから再公開
rinto hasegawa
committed
on 24 Feb
|
|
|
[refactor] JoystickInputPresenterでJoystickControllerをuseJoystickControllerに置き換え、useJoystickStateを新規作成して入力処理を整理
rinto hasegawa
committed
on 24 Feb
|
|
|
[refactor] JoystickInputLayerをJoystickInputPresenterに置き換え、JoystickControllerを新規作成して入力処理を整理
rinto hasegawa
committed
on 24 Feb
|
|
|
[refactor] ジョイスティック関連の型と定数を共通モジュールに移動し、構造を整理
rinto hasegawa
committed
on 24 Feb
|
|
|
[refactor] GameMapをGameMapControllerに置き換え、マップ管理の構造を整理
rinto hasegawa
committed
on 24 Feb
|
|
|
[refactor] プレイヤー管理の構造を整理し、PlayerControllerとPlayerModelを新規作成
rinto hasegawa
committed
on 24 Feb
|
|
|
[refactor] GameSceneとGameViewの入力処理を整理し、GameInputManagerを新規作成
rinto hasegawa
committed
on 24 Feb
|
|
|
[refactor] JoystickCoordinatorとuseJoystickの入力処理を整理し、正規化された入力ベクトルを導入
rinto hasegawa
committed
on 24 Feb
|
|
|
[refactor] JoystickコンポーネントをJoystickInputLayerとJoystickCoordinatorに分割し、構造を整理
rinto hasegawa
committed
on 24 Feb
|
|
| 2026-02-23 |
[refactor] GameSceneからGameViewコンポーネントを新規作成し、UIの構造を整理
rinto hasegawa
committed
on 23 Feb
|
|
[refactor] JoystickコンポーネントをJoystickViewに分割し、useJoystickの戻り値を更新
rinto hasegawa
committed
on 23 Feb
|
|
|
[refactor] ジョイスティックの入力イベントをonMoveからonInputに変更し、関連するコードを修正
rinto hasegawa
committed
on 23 Feb
|
|
|
[refactor] ジョイスティックの移動計算を正規化し、GameManagerでの位置更新を修正
rinto hasegawa
committed
on 23 Feb
|
|
|
[refactor] VirtualJoystickをJoystickに置き換え、関連するインポートを修正
rinto hasegawa
committed
on 23 Feb
|
|
|
[refactor] コードの構造を整理し、エンティティのインポートパスを修正
rinto hasegawa
committed
on 23 Feb
|
|
|
[refactor] SocketManagerのインポートパスを修正し、tsconfigでエイリアスを設定
rinto hasegawa
committed
on 23 Feb
|
|
|
[refactor] SocketClientをSocketManagerに置き換え、ソケット通信の管理を整理
rinto hasegawa
committed
on 23 Feb
|
|
|
[add] ゲームフロー管理のためのカスタムフックとゲーム関連クラスを追加
rinto hasegawa
committed
on 23 Feb
|