space-game/themes/default
Michael Mainguy 1422c5b926
All checks were successful
Build / build (push) Successful in 1m31s
Add centralized input control management and mission brief improvements
- Create InputControlManager singleton for centralized ship controls and pointer selection management
  - Last-wins behavior for state changes
  - Mutually exclusive ship controls and VR pointer selection
  - Observable events for state changes with requester tracking
  - Enables debugging and prevents conflicts between UI components

- Refactor Ship class to use InputControlManager
  - Remove disableControls() and enableControls() methods
  - Register input systems with InputControlManager on initialization
  - Simplify control state management throughout ship lifecycle

- Update StatusScreen to use InputControlManager
  - Remove manual pointer selection enable/disable methods
  - Delegate control management to InputControlManager
  - Automatic laser pointer enabling when screen shows

- Update Level1 mission brief to use InputControlManager
  - Consistent control management for mission brief display
  - Proper pointer selection during mission brief interaction

- Fix controller input trigger blocking bug
  - Triggers now properly blocked when controls disabled
  - Prevents shooting when status screen or mission brief is visible
  - Only X-button (status screen toggle) allowed when disabled

- Add START MISSION button to mission brief
  - Replace "Pull trigger to start" text with clickable button
  - Green styled button matching StatusScreen design
  - Works with VR laser pointer interaction
  - Trigger pull still works as fallback

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-21 17:25:11 -06:00
..
asteroid.blend Add Blender export tooling and refactor asset structure 2025-11-06 12:25:34 -06:00
asteroid.jpg Add Blender export tooling and refactor asset structure 2025-11-06 12:25:34 -06:00
baked.jpg Add New Relic browser monitoring and update base station model 2025-11-12 11:11:00 -06:00
base2.blend Implement Svelte-based UI architecture with component system 2025-11-21 15:01:17 -06:00
base2.blend1 Add centralized input control management and mission brief improvements 2025-11-21 17:25:11 -06:00
base.blend Fix level double initialization and refactor ship physics 2025-11-07 11:16:50 -06:00
base.blend1 Fix level double initialization and refactor ship physics 2025-11-07 11:16:50 -06:00
explosion.aup3 Fix explosion sound by migrating to AudioEngineV2 spatial audio API 2025-11-09 16:05:40 -06:00
ship.blend Fix level double initialization and refactor ship physics 2025-11-07 11:16:50 -06:00
ship.blend1 Fix level double initialization and refactor ship physics 2025-11-07 11:16:50 -06:00
shiplights.jpg Add Blender export tooling and refactor asset structure 2025-11-06 12:25:34 -06:00
test.jpg Add physics recorder system with ring buffer and IndexedDB storage 2025-11-08 05:22:49 -06:00