Kelsidavis-WoWee/src/ui
Kelsi 4ba10e772b Fix vendor window ImGui ID conflicts using loop index
PushID(item.slot) causes conflicting IDs when the server sends items with
duplicate or zero slot values. Use the loop index instead, which is always
unique regardless of what the server puts in the slot field.
2026-02-17 18:55:02 -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 window ImGui ID conflicts using loop index 2026-02-17 18:55:02 -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