mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
feat: add Skills/Professions window (K key) with per-category progress bars
Implements renderSkillsWindow() showing all player skills grouped by DBC category (Professions, Secondary Skills, Class Skills, Weapon Skills, Armor, Languages) with value/max progress bars and a bonus breakdown tooltip. Hooked up to the TOGGLE_SKILLS keybinding (K by default).
This commit is contained in:
parent
d44d462686
commit
48cb7df4b4
2 changed files with 118 additions and 0 deletions
|
|
@ -438,6 +438,10 @@ private:
|
|||
char achievementSearchBuf_[128] = {};
|
||||
void renderAchievementWindow(game::GameHandler& gameHandler);
|
||||
|
||||
// Skills / Professions window (K key)
|
||||
bool showSkillsWindow_ = false;
|
||||
void renderSkillsWindow(game::GameHandler& gameHandler);
|
||||
|
||||
// Titles window
|
||||
bool showTitlesWindow_ = false;
|
||||
void renderTitlesWindow(game::GameHandler& gameHandler);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue