Kelsidavis-WoWee/src/ui
Kelsi 68e39a2192 Fix vendor packet parsing and Tokens display
Auto-detect whether SMSG_LIST_INVENTORY has 7 fields (28 bytes/item, no
extendedCost) or 8 fields (32 bytes/item) per item from packet size. Servers
that omit extendedCost caused every item after the first to have garbage prices
due to misaligned field reads.

Also remove the [+Tokens] hybrid indicator; only show [Tokens] on pure
token-purchased items (buyPrice==0 && extendedCost!=0).
2026-02-17 18:08:00 -08:00
..
auth_screen.cpp Add original music to login rotation and zone playlists 2026-02-15 05:53:27 -08:00
character_create_screen.cpp Fix character creation for expansion-filtered servers (Turtle WoW) 2026-02-14 00:57:33 -08:00
character_screen.cpp Handle SMSG_CHARACTER_LOGIN_FAILED (0x041) for AzerothCore/Playerbot compatibility 2026-02-17 13:59:29 -08:00
game_screen.cpp Fix vendor packet parsing and Tokens display 2026-02-17 18:08:00 -08:00
inventory_screen.cpp Improve UI layout, spell casting, and realm selection screen 2026-02-17 03:50:36 -08:00
quest_log_screen.cpp Fix $N placeholder and quest required item display 2026-02-17 16:16:51 -08:00
realm_screen.cpp Fix Turtle WoW compatibility: NPC spawning, quests, spells, realm display, and music 2026-02-17 05:27:03 -08:00
spellbook_screen.cpp Fix action bar and buff bar spell tooltips showing 'Spell #xxx' 2026-02-17 15:41:55 -08:00
talent_screen.cpp Fix UI window hotkey toggles and silent mount sound fallback 2026-02-14 21:56:38 -08:00
ui_manager.cpp Upgrade to C++20 and fix all compilation warnings 2026-02-07 11:43:37 -08:00