space-game/src/ship
Michael Mainguy 123b341ed7 Replace debugLog and console.* with loglevel logger
- Create centralized logger module (src/core/logger.ts)
- Replace all debugLog() calls with log.debug()
- Replace console.log() with log.info()
- Replace console.warn() with log.warn()
- Replace console.error() with log.error()
- Delete deprecated src/core/debug.ts
- Configure log levels: debug for dev, warn for production
- Add localStorage override for production debugging

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 05:24:18 -06:00
..
input Replace debugLog and console.* with loglevel logger 2025-11-29 05:24:18 -06:00
ship.ts Replace debugLog and console.* with loglevel logger 2025-11-29 05:24:18 -06:00
shipAudio.ts Fix WebXR camera setup and pointer selection timing 2025-11-28 10:22:59 -06:00
shipPhysics.ts Cleanup batch 5: Remove unused exported types 2025-11-28 18:11:40 -06:00
shipStatus.ts Cleanup batch 5: Remove unused exported types 2025-11-28 18:11:40 -06:00
sight.ts Cleanup batch 5: Remove unused exported types 2025-11-28 18:11:40 -06:00
voiceAudioSystem.ts Replace debugLog and console.* with loglevel logger 2025-11-29 05:24:18 -06:00
weaponSystem.ts Add ESLint and refactor leaderboard to join with users table 2025-11-29 03:52:03 -06:00