acdream/src/AcDream.Runtime/Physics
Erik c0afcacbb2 fix(physics): movement-parity fixes - adjusted catch-up cap, autorun retail semantics, AP-30 retired
Ports CMotionInterp::get_adjusted_max_speed (0x00527D00, byte-decoded:
bare rate unless RunForward; forward_speed x 4.0 when running;
current_speed_factor proven a ctor-constant 1.0 at 0x00528C34) and swaps
all five interpolation catch-up call sites to it - retail's
fUseAdjustedSpeed_ static (.data 0x0081F418 = 1) makes this the live
branch, so standing/walking remotes now catch up at ~2x runRate instead
of 4x too fast (the #41/#165 presentation family). Autorun now hard-
forces Run for its duration and cancels on every fresh forward press
(CommandInterpreter::HandleNewForwardMovement 0x006b3d60 is literally
SetAutoRun(0,1)); the old test pin codified the divergence. AP-30
retired: retail Frame::is_equal genuinely uses the 0.0002 epsilon - the
row recorded a non-divergence. Three catch-up test pins re-baselined to
retail semantics with citations. Full Release suite 9,983/0.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-30 15:04:17 +02:00
..
EntityPhysicsHost.cs fix(physics): P5 commit 3 - retire TS-35, close #167 (ConstraintManager leash) 2026-07-30 12:12:29 +02:00
RemoteMotion.cs refactor(runtime): own per-session physics simulation 2026-07-26 13:39:57 +02:00
RuntimeOrdinaryPhysicsUpdater.cs fix(physics): TS-23 - plumb real PK/PKLite/Impenetrable mover flags 2026-07-30 09:52:55 +02:00
RuntimePhysicsState.cs feat(headless): complete deterministic bot command parity 2026-07-27 08:23:36 +02:00
RuntimeProjectile.cs refactor(runtime): own projectile simulation 2026-07-26 14:17:42 +02:00
RuntimeProjectilePhysicsUpdater.cs refactor(runtime): own projectile simulation 2026-07-26 14:17:42 +02:00
RuntimeRemoteMotionContracts.cs refactor(runtime): own per-session physics simulation 2026-07-26 13:39:57 +02:00
RuntimeRemotePhysicsUpdater.cs fix(physics): movement-parity fixes - adjusted catch-up cap, autorun retail semantics, AP-30 retired 2026-07-30 15:04:17 +02:00
ShadowPositionSynchronizer.cs refactor(runtime): own per-session physics simulation 2026-07-26 13:39:57 +02:00