space-game/src
Michael Mainguy c87b85de40
All checks were successful
Build / build (push) Successful in 1m47s
Fix ship physics init order and Supabase RLS user sync
- Pass initial position to ship.initialize() to set position BEFORE
  creating physics body, preventing collision race condition on reload
- Use get_or_create_user_id RPC (security definer) to bypass RLS
  for user profile sync in both authService and cloudLeaderboardService
- Sync user to Supabase on Auth0 login to ensure profile exists
- Add Supabase schema.sql and policies.sql for documentation

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 07:00:24 -06:00
..
analytics Replace debugLog and console.* with loglevel logger 2025-11-29 05:24:18 -06:00
components Replace debugLog and console.* with loglevel logger 2025-11-29 05:24:18 -06:00
core Pre-position XR camera at cockpit before VR entry 2025-11-29 14:46:13 -06:00
environment Refactor weapon system to shape casting and parent status screen to ship 2025-11-30 16:03:27 -06:00
game Replace debugLog and console.* with loglevel logger 2025-11-29 05:24:18 -06:00
levels Fix ship physics init order and Supabase RLS user sync 2025-12-01 07:00:24 -06:00
services Fix ship physics init order and Supabase RLS user sync 2025-12-01 07:00:24 -06:00
ship Fix ship physics init order and Supabase RLS user sync 2025-12-01 07:00:24 -06:00
stores Replace debugLog and console.* with loglevel logger 2025-11-29 05:24:18 -06:00
ui Refactor weapon system to shape casting and parent status screen to ship 2025-11-30 16:03:27 -06:00
utils Replace debugLog and console.* with loglevel logger 2025-11-29 05:24:18 -06:00
main.ts Replace debugLog and console.* with loglevel logger 2025-11-29 05:24:18 -06:00
vite-env.d.ts Add Discord widget integration with dynamic script loading 2025-11-10 17:53:27 -06:00