space-game/public/assets/themes/default/models
Michael Mainguy 28c1b2b2aa Fix routing, cleanup, and game restart issues
- Switch from svelte-spa-router to svelte-routing for clean URLs without hashes
- Fix relative asset paths to absolute paths (prevents 404s on nested routes)
- Fix physics engine disposal using scene.disablePhysicsEngine()
- Fix Ship observer cleanup to prevent stale callbacks after level disposal
- Add _gameplayStarted flag to prevent false game-end triggers during init
- Add hasAsteroidsToDestroy check to prevent false victory on restart
- Add RockFactory.reset() to properly reinitialize asteroid mesh between games
- Add null safety checks throughout RockFactory for static properties

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 11:21:05 -06:00
..
asteroid4.glb Fix routing, cleanup, and game restart issues 2025-11-25 11:21:05 -06:00
asteroid.glb Add Blender export tooling and refactor asset structure 2025-11-06 12:25:34 -06:00
base.glb Add New Relic browser monitoring and update base station model 2025-11-12 11:11:00 -06:00
ship.glb Add physics recorder system with ring buffer and IndexedDB storage 2025-11-08 05:22:49 -06:00