feat(client): WRONG button 60-tick ring buffer captures (#507)

Upgrades bug_report_dialog.gd from single-tick MVP to 60-tick rolling
history. Pre-allocated ring buffers for inputs and snapshots. Outputs
inputs.jsonl (replay-compatible), snapshots.jsonl, and seed.txt on F12.
Inter-frame input accumulation ensures no inputs lost between server ticks.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-19 12:05:42 +01:00
co-authored by Claude Opus 4.6
parent 931399f248
commit c96f1463dc
3 changed files with 243 additions and 6 deletions
+1 -1
View File
@@ -978,7 +978,7 @@ dependencies = [
[[package]]
name = "settled-reach-server"
version = "0.1.9"
version = "0.1.10"
dependencies = [
"bevy_app",
"bevy_ecs",