From b152321b4326b94afb0ea2024944d6e9e43a0cff Mon Sep 17 00:00:00 2001 From: Erik Date: Fri, 3 Jul 2026 17:39:36 +0200 Subject: [PATCH] docs: move #163 to Recently closed (5ebe2be3) Co-Authored-By: Claude Fable 5 --- docs/ISSUES.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/ISSUES.md b/docs/ISSUES.md index 65dd7314..c962f1a5 100644 --- a/docs/ISSUES.md +++ b/docs/ISSUES.md @@ -85,16 +85,6 @@ R5/R6 touches the action list. **Where:** `MotionInterpreter.MoveToInterpretedState` action loop / `DispatchInterpretedMotion` (doc comment marks the gap). -## #163 — Strip the R4-V5 stall-investigation diagnostics - -**Status:** IN-PROGRESS (2026-07-03) — `[autowalk-gate]` (+ -`_lastAutowalkGateLogTime`), `[autowalk-feed]`, and the short-lived -`[MOVETO-CANCEL]` #162 probe all stripped from source; build+commit -pending the running client's close (file locks). The durable -`ProbeAutoWalk` family (PhysicsDiagnostics flag + DebugPanel toggle + -the `[autowalk]` probe sites) stays — that's the promoted diagnostic -owner, not a temp diag. - ## #159 — CombatAnimationPlanner uses 2013-decomp command numbering, not ACE/DRW **Status:** OPEN @@ -5732,6 +5722,15 @@ outdoors at the angle that previously erased it. # Recently closed +## #163 — Strip the R4-V5 stall-investigation diagnostics + +**Status:** DONE (2026-07-03, `5ebe2be3`) — removed `[autowalk-gate]` (+ +`_lastAutowalkGateLogTime` throttle clock, PlayerMovementController), +`[autowalk-feed]` (GameWindow player tracker feed), and the short-lived +`[MOVETO-CANCEL]` #162 capture probe. The durable `ProbeAutoWalk` family +(PhysicsDiagnostics owner + DebugPanel toggle + the permanent `[autowalk]` +probe sites) stays. Suite 3,964 green. + ## #162 — Observer-side moveto cancelled by ACE's autonomous MTS reflections (the "glide" class) **Status:** DONE (2026-07-03) — resolved WITHOUT adaptation; user-verified.