History for PixelPaintWar / apps / server / src / network / handlers / game / createGameOutputAdapter.ts
2026-03-12
@[shimojiryuki]
[add] ハリケーン同期機能を実装
[shimojiryuki] committed on 12 Mar
2026-03-06
@rinto hasegawa
[refactor] プレイヤー死亡関連の処理を被弾処理に変更し、関連する型とメソッド名を更新
rinto hasegawa committed on 6 Mar
2026-03-02
@rinto hasegawa
[refactor] プレイヤー同期処理を改善し、自己更新を除外。関連する出力ポートのメソッド名を変更
rinto hasegawa committed on 2 Mar
@rinto hasegawa
[refactor] マップセルの更新処理を整理し、競合判定ロジックを追加
rinto hasegawa committed on 2 Mar
@rinto hasegawa
[refactor] 爆弾被弾判定のインターフェースを整理し、メソッド名を変更
rinto hasegawa committed on 2 Mar
@rinto hasegawa
[refactor] 爆弾被弾報告のインターフェースを整理し、ターゲットプレイヤーIDを削除
rinto hasegawa committed on 2 Mar
2026-02-27
@[shimojiryuki]
[feat] Implement fever time mechanics and adjust bomb cooldowns
[shimojiryuki] committed on 27 Feb
@rinto hasegawa
refactor: update type imports to use domain namespace ...
rinto hasegawa committed on 27 Feb
@rinto hasegawa
refactor: @repo/sharedからのprotocolインポートをcontractsに変更し、型定義を整理
rinto hasegawa committed on 27 Feb
2026-02-26
@rinto hasegawa
[feat] 被弾報告処理を追加し、死亡通知を同一ルームへ配信する機能を実装
rinto hasegawa committed on 26 Feb
@rinto hasegawa
refactor: update player data handling and introduce payload sanitization
rinto hasegawa committed on 26 Feb
@rinto hasegawa
[refactor] 不要なプレイヤー更新メソッドを削除し、ルーム解決処理を整理
rinto hasegawa committed on 26 Feb
@rinto hasegawa
[feat] 爆弾設置ACKの処理を追加し、ゲームイベントの同期を強化
rinto hasegawa committed on 26 Feb
@rinto hasegawa
[feat] プレイヤー更新をソケットに送信する機能を追加
rinto hasegawa committed on 26 Feb
@rinto hasegawa
[refactor] 爆弾関連のポートとユースケースを整理し、重複排除ロジックを改善
rinto hasegawa committed on 26 Feb
@rinto hasegawa
[feat] 爆弾設置ユースケースを実装し、ゲームハンドラに統合
rinto hasegawa committed on 26 Feb
2026-02-25
@rinto hasegawa
[feature] ゲーム結果を表示する結果画面を追加し、ゲーム終了時に結果を送信する機能を実装
rinto hasegawa committed on 25 Feb
@rinto hasegawa
[refactor] MovePayloadおよびPongPayloadの型定義を追加し、関連するメソッドを修正
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] ゲームおよびルームの出力アダプターを統一し、切断処理を整理
rinto hasegawa committed on 25 Feb