mmainguy
  • Joined on 2025-07-19
mmainguy pushed to main at mmainguy/space-game 2025-11-07 19:05:42 +00:00
0988805652 Make ship physics constants configurable via GameConfig with UI
mmainguy pushed to main at mmainguy/space-game 2025-11-07 18:48:28 +00:00
72573054dd Refactor Ship class into modular components
mmainguy pushed to main at mmainguy/space-game 2025-11-07 17:31:24 +00:00
30e51ba57a Add local controller profiles and disable online repository
mmainguy pushed to main at mmainguy/space-game 2025-11-07 17:17:00 +00:00
20dfc238f8 Fix level double initialization and refactor ship physics
mmainguy pushed to main at mmainguy/space-game 2025-11-06 18:25:48 +00:00
146ffccd3d Add Blender export tooling and refactor asset structure
mmainguy pushed to main at mmainguy/space-game 2025-11-04 19:41:26 +00:00
f11005fdb6 Refactor scoreboard to use GLB mesh and improve ship mechanics
mmainguy pushed to main at mmainguy/space-game 2025-11-03 18:39:10 +00:00
37128d8fbd Update gameplay mechanics, asteroid model, and star base physics
mmainguy pushed to main at mmainguy/space-game 2025-11-01 13:58:47 +00:00
3e36662031 Refactor start base to use GLB model instead of procedural geometry
mmainguy pushed to main at mmainguy/space-game 2025-10-31 19:48:13 +00:00
b4608e10d8 Add centralized debug logging system with settings UI control
mmainguy pushed to main at mmainguy/space-game 2025-10-31 16:21:17 +00:00
c21bd93c72 Refactor ship controls to force-based physics with world-space transformations
mmainguy pushed to main at mmainguy/space-game 2025-10-30 21:34:42 +00:00
72bd25b686 Add minimal test level with performance metrics and extensive debug logging
mmainguy pushed to main at mmainguy/space-game 2025-10-30 17:25:10 +00:00
db72847ce6 Add controls information and fix TypeScript build errors
mmainguy pushed to main at mmainguy/space-game 2025-10-30 17:02:11 +00:00
1a381ec47d Refactor explosion system to use MeshExploder with animated debris
mmainguy pushed to main at mmainguy/space-game 2025-10-30 15:39:42 +00:00
bf5d33e1cb Extract explosion logic to ExplosionManager class
mmainguy pushed to main at mmainguy/space-game 2025-10-30 15:21:45 +00:00
cb96b4ea6c Refactor sight to crosshair reticle and rename starfield to rockFactory
mmainguy pushed to main at mmainguy/space-game 2025-10-30 14:37:45 +00:00
9df64b7dd9 Add background starfield and fix scene background color
mmainguy pushed to main at mmainguy/space-game 2025-10-30 14:12:05 +00:00
db970ecc8a Add settings screen with graphics quality and physics controls
mmainguy pushed to main at mmainguy/space-game 2025-10-30 13:53:21 +00:00
181a427875 Add GameConfig system with texture quality levels and physics toggle
mmainguy pushed to main at mmainguy/space-game 2025-10-30 13:22:24 +00:00
03f170e150 Create mesh-based physics for ship and optimize planet geometry
mmainguy pushed to main at mmainguy/space-game 2025-10-29 22:30:04 +00:00
a9054c2389 Add procedural lightmap system for planets and asteroids