Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
b725671
Initial plan
Copilot Feb 14, 2026
d8d8a87
Make drawEnemyResistanceIndicator resilient to missing resistance fields
Copilot Feb 14, 2026
f76a946
Apply code review feedback: remove unnecessary total variable
Copilot Feb 14, 2026
9740fde
Gate all debug logs behind COLLISION_DEBUG flag
Copilot Feb 14, 2026
cd11c4a
Add Combat Dev Sandbox page for testing combat mechanics
Copilot Feb 14, 2026
a4805a8
Fix Combat Loop and System Wiring in Combat Dev Sandbox
Copilot Feb 14, 2026
b540b67
Create Professional Combat Dev Sandbox with Real Game Architecture
Copilot Feb 14, 2026
eefb9ee
Disable UI and Audio systems in combat sandbox to prevent DOM crashes
Copilot Feb 14, 2026
fb2e06f
Clean up combat sandbox to use real damage pipeline
Copilot Feb 14, 2026
fbea8a6
Create clean combat sandbox without Game class
Copilot Feb 14, 2026
699cf7c
Fix combat-sandbox-clean.html dependencies and script loading order
Copilot Feb 14, 2026
6969329
Wire DefenseSystem to world in combat sandbox for CollisionSystem access
Copilot Feb 14, 2026
e9013e1
Fix GameState wiring in combat sandbox to prevent CollisionSystem cra…
Copilot Feb 14, 2026
a719d90
Fix enemy spawn positions to stay within visible canvas bounds
Copilot Feb 14, 2026
ec5fa42
Fix deltaTime clamping pattern to prevent movement teleporting
Copilot Feb 14, 2026
253232f
Create combat sandbox using real Game class with disabled subsystems
Copilot Feb 14, 2026
d324fd1
Add position validation guard to prevent NaN distance calculations in…
Copilot Feb 14, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading