History for PixelPaintWar / apps / server / src / domains / game / application / services
2026-02-25
@rinto hasegawa
[feature] ゲーム結果ペイロードを生成する関数を追加し、ゲーム設定にチーム名を追加
rinto hasegawa committed on 25 Feb
@rinto hasegawa
[feature] ゲーム結果を表示する結果画面を追加し、ゲーム終了時に結果を送信する機能を実装
rinto hasegawa committed on 25 Feb
@rinto hasegawa
[feature] チーム設定の整合性を検証する関数を追加し、プレイヤー生成時のエラーチェックを強化
rinto hasegawa committed on 25 Feb
@rinto hasegawa
[feature] プレイヤー削除時のセッション管理を改善し、チーム数設定を追加
rinto hasegawa committed on 25 Feb
@[shimojiryuki]
[feature] チーム人数が均等になるようにプレイヤーを割り振るロジックを実装し、プレイヤー生成処理を更新
[shimojiryuki] committed on 25 Feb
@rinto hasegawa
[refactor] ログ関連のインポートを整理し、loggerモジュールを使用するように変更
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] ゲーム関連の型定義を整理し、UpdatePlayersPayloadを追加
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] GameManager, GamePlayerOperationService, GameSessionLifecycleServiceにroomToPlayersマップを追加し、プレイヤー管理を改善
rinto hasegawa committed on 25 Feb
@rinto hasegawa
[refactor] GameLoopクラスからplayerIdsを削除し、playersマップを直接使用するように変更
rinto hasegawa committed on 25 Feb
@rinto hasegawa
[refactor] ゲームコーディネーターとユースケースの実装を追加し、切断処理を整理
rinto hasegawa committed on 25 Feb
@rinto hasegawa
[refactor] GameManagerをGameManagerに統一し、ゲームセッション管理のサービスを整理
rinto hasegawa committed on 25 Feb
@rinto hasegawa
[refactor] TickDataのインポートパスを修正し、マップ関連の機能を整理
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
[refactor] GameManagerをGameSessionManagerに置き換え、ゲームセッション管理の統一を図る
rinto hasegawa committed on 24 Feb
@rinto hasegawa
[refactor] PlayerRegistryを削除し、GameSessionServiceとGameRoomSessionに機能を統合
rinto hasegawa committed on 24 Feb
@rinto hasegawa
[refactor] ゲームループ停止メソッドを削除し、接続ハンドラのコードを整理
rinto hasegawa committed on 24 Feb
@rinto hasegawa
[refactor] 不要なプレイヤー取得メソッドを削除し、コードを整理
rinto hasegawa committed on 24 Feb
@rinto hasegawa
[refactor] 不要なインポートとメソッドを削除し、コードを整理
rinto hasegawa committed on 24 Feb
@rinto hasegawa
[refactor] プレイヤー管理とルーム操作のロジックを改善し、ゲームイベントの処理を最適化
rinto hasegawa committed on 24 Feb
@rinto hasegawa
[refactor] ログイベントのインポートパスを修正し、logEvent関数を新規作成
rinto hasegawa committed on 24 Feb
@rinto hasegawa
[refactor] ログイベント機能を追加し、各サービスでのログ出力を統一
rinto hasegawa committed on 24 Feb
@rinto hasegawa
[refactor] GameManagerのロジックをPlayerRegistryおよびGameSessionServiceに委譲し、コードを整理
rinto hasegawa committed on 24 Feb