Implement native agent movement and teleportation (#60)
This commit is contained in:
@@ -339,3 +339,12 @@ and UDP download paths. An offline fake grid verifies capability discovery and
|
||||
the resulting chat, animation, and sound packets. The ownership, cancellation,
|
||||
limits, and compatibility rules are documented in
|
||||
[`docs/agent-manager.md`](docs/agent-manager.md).
|
||||
|
||||
Native movement now covers all control flags, camera frame math, periodic and
|
||||
manual `AgentUpdate`, flying/crouching/jumping/sitting/standing, always-run,
|
||||
FOV, and autopilot packets. Teleport requests and UDP/CAPS progress messages
|
||||
share cancellation-safe waiters, while region handoffs use a bounded,
|
||||
diagnosable crossing state machine with recovery to the old simulator. Paused
|
||||
time tests and a loopback fake grid verify exact wire fields and clean worker
|
||||
shutdown. The compatibility and lifecycle contract is documented in
|
||||
[`docs/agent-movement.md`](docs/agent-movement.md).
|
||||
|
||||
Reference in New Issue
Block a user