mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-02 03:33:51 +00:00
Stormwind WMO collision takes 25+ seconds to fully load. The warmup ground check couldn't detect the WMO floor because collision data wasn't finalized yet. Player spawned and immediately fell through the unloaded WMO floor into the terrain below (Dun Morogh). New approach: suspendGravityFor(10s) after world entry. Gravity is disabled (Z position frozen) until either: 1. A floor is detected by the collision system (gravity resumes instantly) 2. The 10-second timer expires (gravity resumes as fallback) This handles the case where WMO collision loads during the first few seconds of gameplay — the player hovers at spawn Z until the floor appears, then lands normally. Also fixes faction language for chat (ORCISH for Horde, COMMON for Alliance) and adds SMSG_MESSAGECHAT diagnostic logging. |
||
|---|---|---|
| .. | ||
| addons | ||
| audio | ||
| auth | ||
| core | ||
| game | ||
| network | ||
| pipeline | ||
| platform | ||
| rendering | ||
| third_party | ||
| ui | ||