Kelsidavis-WoWee/src/ui
Kelsi eb92a71b71 Fix trainer buy packet and grey out unmet prerequisites
CMSG_TRAINER_BUY_SPELL was missing the trainerId field — server expects
guid(8) + trainerId(4) + spellId(4) = 16 bytes, not 12. Spells with
unmet prerequisites (chainNode1/2/3), insufficient level, or already
known are now greyed out with disabled Train buttons. Tooltips show
prerequisite status in green/red.
2026-02-08 15:03:43 -08:00
..
auth_screen.cpp Improve login screen UI with simplified text and compatibility mode 2026-02-07 12:23:03 -08:00
character_create_screen.cpp Upgrade to C++20 and fix all compilation warnings 2026-02-07 11:43:37 -08:00
character_screen.cpp Fix underground spawns in Stormwind, redesign delete character button 2026-02-07 15:58:18 -08:00
game_screen.cpp Fix trainer buy packet and grey out unmet prerequisites 2026-02-08 15:03:43 -08:00
inventory_screen.cpp Add idle yawn emote and hearth home tooltip 2026-02-08 03:39:02 -08:00
quest_log_screen.cpp Restructure inventory UI, add vendor selling, camera intro on all spawns, and quest log 2026-02-06 13:47:03 -08:00
realm_screen.cpp Fix terrain streaming loop and auto-select single realm/character 2026-02-06 14:56:26 -08:00
spellbook_screen.cpp Simplify spellbook tabs to class specialties + General 2026-02-06 21:27:34 -08:00
talent_screen.cpp Fix hair/vendor/loot bugs, revamp spellbook with tabs and icons, clean up action bar, add talent placeholder 2026-02-06 16:04:25 -08:00
ui_manager.cpp Upgrade to C++20 and fix all compilation warnings 2026-02-07 11:43:37 -08:00