mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
Action bars: - Expand from 2 bars (24 slots) to 4 bars (48 slots) - Bar 2: right-edge vertical bar (slots 24-35), off by default - Bar 3: left-edge vertical bar (slots 36-47), off by default - New "Interface" settings tab with toggles and offset sliders for all bars - XP bar Y position now tracks bar 2 visibility and vertical offset HUD resize fix: - All HUD elements (action bars, bag bar, XP bar, cast bar, mirror timers) now use ImGui::GetIO().DisplaySize instead of window->getWidth/Height() - DisplaySize is always in sync with the current frame — eliminates the one-frame lag that caused bars to misalign after window resize Player nameplates: - Show player name only on nameplate (no level number clutter) - Fall back to "Player (level)" while name query is pending - NPC nameplates unchanged (still show "level Name") |
||
|---|---|---|
| .. | ||
| auth_screen.hpp | ||
| character_create_screen.hpp | ||
| character_screen.hpp | ||
| game_screen.hpp | ||
| inventory_screen.hpp | ||
| quest_log_screen.hpp | ||
| realm_screen.hpp | ||
| spellbook_screen.hpp | ||
| talent_screen.hpp | ||
| ui_manager.hpp | ||