History for PixelPaintWar / apps / client / src / app.tsx
2026-02-26
@[shimojiryuki]
[feat] ゲーム参加人数をホストがロビー画面で変更できるように設定
[shimojiryuki] committed on 26 Feb
@[shimojiryuki]
[feat] ロビー画面・リザルト画面からタイトル画面へ戻るボタンの追加
[shimojiryuki] committed on 26 Feb
@[shimojiryuki]
[feat]LandscapeOnlyGateコンポーネントを実装し、App内のシーン描画をそれでラップするように変更
[shimojiryuki] committed on 26 Feb
2026-02-25
@rinto hasegawa
[feature] ゲーム結果を表示する結果画面を追加し、ゲーム終了時に結果を送信する機能を実装
rinto hasegawa committed on 25 Feb
2026-02-24
@rinto hasegawa
ルーム参加処理に参加中フラグを追加し、タイムアウト処理を実装。タイトルシーンでのボタン表示を更新。
rinto hasegawa committed on 24 Feb
@rinto hasegawa
[refactor] ルーム参加拒否処理を追加し、エラーメッセージをタイトルシーンに表示するように変更
rinto hasegawa committed on 24 Feb
@rinto hasegawa
feat: add ESLint rule to prefer relative imports for local client paths ...
rinto hasegawa committed on 24 Feb
2026-02-23
@rinto hasegawa
[refactor] SocketManagerのインポートパスを修正し、tsconfigでエイリアスを設定
rinto hasegawa committed on 23 Feb
@rinto hasegawa
[refactor] SocketManagerを整理し、共通およびタイトル、ロビー用のハンドラーを追加
rinto hasegawa committed on 23 Feb
@rinto hasegawa
[refactor] SocketClientをSocketManagerに置き換え、ソケット通信の管理を整理
rinto hasegawa committed on 23 Feb
@rinto hasegawa
[refactor] appConstsを使用してシーンフェーズとルームフェーズの管理を統一
rinto hasegawa committed on 23 Feb
@rinto hasegawa
[refactor] アプリ状態管理をAppStateからScenePhaseに変更し、関連する型と定数を整理
rinto hasegawa committed on 23 Feb
@rinto hasegawa
[refactor] アプリ状態管理のためのカスタムフックを追加し、ゲーム状態をアプリ状態に変更
rinto hasegawa committed on 23 Feb
@rinto hasegawa
[add] ゲームフロー管理のためのカスタムフックとゲーム関連クラスを追加
rinto hasegawa committed on 23 Feb
@rinto hasegawa
[refactor] ルームとゲーム状態の型を整理し、@repo/sharedからのインポートを統一
rinto hasegawa committed on 23 Feb
@rinto hasegawa
[refactor] @repo/sharedからのインポートを統一し、名前空間の整理
rinto hasegawa committed on 23 Feb
2026-02-22
@rinto hasegawa
[refactor] @repo/sharedからのインポートパスを簡略化
rinto hasegawa committed on 22 Feb
@rinto hasegawa
[refactor] 型定義を整理し、インポートパスを更新
rinto hasegawa committed on 22 Feb
2026-02-21
@rinto hasegawa
[refctor] コメントの整理
rinto hasegawa committed on 21 Feb
@rinto hasegawa
[refactor] GameStateおよびRoomStatusを定数オブジェクトに変更し、コードの可読性を向上
rinto hasegawa committed on 21 Feb
@rinto hasegawa
[refactor] TitleSceneコンポーネントのonJoin引数をペイロード型に変更し、コードの可読性を向上
rinto hasegawa committed on 21 Feb
@rinto hasegawa
[refactor] GameSceneコンポーネントを新規作成し、ゲームロジックを整理
rinto hasegawa committed on 21 Feb
@rinto hasegawa
[refactor] ゲームロジックのクリーンアップとPixiJSの統合を実施
rinto hasegawa committed on 21 Feb
@rinto hasegawa
[refactor] GAME_CONFIGを使用してマップサイズを統一し、コードの可読性を向上
rinto hasegawa committed on 21 Feb
@rinto hasegawa
[refactor] 共有パッケージへのインポートパスを相対パスからエイリアスに変更
rinto hasegawa committed on 21 Feb
2026-02-20
@[shimojiryuki]
[feat] Implement lobby and room management features with socket events
[shimojiryuki] committed on 20 Feb
@[shimojiryuki]
[feat] ジョイスティックを引っ張り続けたときのかくつきを解消
[shimojiryuki] committed on 20 Feb
@[shimojiryuki]
[feat] app.tsxのコード整理
[shimojiryuki] committed on 20 Feb
2026-02-14
@[shimojiryuki]
[refactor] 操作ロジックはそのままに、描画エンジンをPixiJSへ変更
[shimojiryuki] committed on 14 Feb
2026-02-12
@[shimojiryuki]
[fix]] ジョイスティックを任意の場所で使えるように修正
[shimojiryuki] committed on 12 Feb
@[shimojiryuki]
[fix] プレイヤーの描画最適化と操作レスポンスの向上
[shimojiryuki] committed on 12 Feb
@[shimojiryuki]
[fix] カメラ追従機能の改善
[shimojiryuki] committed on 12 Feb
2026-02-10
@[shimojiryuki]
[fix]ジョイスティックの移動処理を改善し、プレイヤーの位置を正しく表示するための変換を追加
[shimojiryuki] committed on 10 Feb
@[shimojiryuki]
[fix]プレイヤーの位置をサーバーからの座標に基づいて更新し、中心に配置するためのマージンを追加
[shimojiryuki] committed on 10 Feb
2026-02-09
@[shimojiryuki]
[update] AppコンポーネントをReactを使う形にリファクタリング(作り直し)し、マルチプレイヤー操作用のジョイスティック機能を実装
[shimojiryuki] committed on 9 Feb
@[shimojiryuki]
[refactor] Playerクラスの簡素化とJoystickのインポートパスの更新
[shimojiryuki] committed on 9 Feb
2026-02-08
@rinto hasegawa
[add] モノレポ環境の初期構築(pnpm, Vite, TypeScript)
rinto hasegawa committed on 8 Feb