mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-04 20:23:51 +00:00
Equipment: removed the visibleItemLayoutVerified_ gate from updateOtherPlayerVisibleItems(). The default WotLK field layout (base=284, stride=2) is correct and should be used immediately. The verification heuristic was silently blocking ALL other-player equipment rendering by queuing for auto-inspect (which doesn't return items in WotLK anyway). Follow: auto-follow now uses run speed (autoRunning) instead of walk speed. Also uses squared distance for the distance checks. Commands: /quit, /exit aliases for /logout; /difficulty normal/heroic/25/25heroic sends CMSG_CHANGEPLAYER_DIFFICULTY. |
||
|---|---|---|
| .. | ||
| auth_screen.cpp | ||
| character_create_screen.cpp | ||
| character_screen.cpp | ||
| game_screen.cpp | ||
| inventory_screen.cpp | ||
| keybinding_manager.cpp | ||
| quest_log_screen.cpp | ||
| realm_screen.cpp | ||
| spellbook_screen.cpp | ||
| talent_screen.cpp | ||
| ui_manager.cpp | ||