Harden packet framing/logging and checkpoint current workspace state

This commit is contained in:
Kelsi 2026-02-12 02:27:59 -08:00
parent 87eddf3c83
commit cb735f3137
9 changed files with 290 additions and 147 deletions

View file

@ -58,6 +58,8 @@ struct ActiveTransport {
bool clientAnimationReverse; // Run client animation in reverse along the selected path
float serverYaw; // Server-authoritative yaw (radians)
bool hasServerYaw; // Whether we've received server yaw
bool serverYawFlipped180; // Auto-correction when server yaw is consistently opposite movement
int serverYawAlignmentScore; // Hysteresis score for yaw flip detection
float lastServerUpdate; // Time of last server movement update
int serverUpdateCount; // Number of server updates received