algodoogle 17d20440da Fix catastrophic player spawn-offset overflow for real peer ids
The per-peer spread offset used the raw ENet peer id directly
((peer_id - 1) * 1.5), assuming ids are small sequential numbers. Real
peer ids are large effectively-random 32-bit values, so a joining
client's XR rig was being shifted by hundreds of millions of units off
the origin — the world had actually replicated correctly, the player
was just teleported far away from all of it, with float precision bad
enough at that range to jitter the view and destabilize physics.

Bound the offset to a small deterministic slot instead; the host still
keeps its original baked spot.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-25 19:59:36 +01:00
asd
2026-07-25 19:26:43 +01:00
asd
2026-07-25 19:26:43 +01:00
asd
2026-07-25 19:26:43 +01:00
2026-07-25 18:20:12 +01:00
asd
2026-07-25 19:26:43 +01:00
2026-07-14 12:51:57 +02:00
2026-07-14 12:51:57 +02:00
2026-07-14 12:51:57 +02:00
2026-07-22 15:15:30 +02:00
2026-07-22 15:15:30 +02:00
2026-07-14 12:51:57 +02:00
2026-07-14 12:51:57 +02:00
2026-07-19 11:15:35 +02:00
asd
2026-07-25 19:26:43 +01:00
2026-07-14 12:51:57 +02:00
2026-07-25 18:20:12 +01:00
S
Description
No description provided
1.4 GiB
Languages
GDScript 98.3%
PowerShell 1.5%
GDShader 0.2%