mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 08:03:50 +00:00
Harden packet framing/logging and checkpoint current workspace state
This commit is contained in:
parent
87eddf3c83
commit
cb735f3137
9 changed files with 290 additions and 147 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue