Kelsidavis-WoWee/src/ui
Kelsi 2b79f9d121 feat: add spell power and healing bonus to WotLK character stats
Tracks PLAYER_FIELD_MOD_DAMAGE_DONE_POS (7 schools at field 1171) and
PLAYER_FIELD_MOD_HEALING_DONE_POS (field 1192) from server update fields.

getSpellPower() returns the max damage bonus across magic schools 1-6.
getHealingPower() returns the raw healing bonus.

Both values displayed in the character screen Combat section alongside
the previously added attack power, dodge, parry, crit, and rating fields.
2026-03-13 08:37:55 -07:00
..
auth_screen.cpp Disable login screen music 2026-02-25 12:11:19 -08:00
character_create_screen.cpp Work on character rendering and frustrum culling etc 2026-02-22 05:58:45 -08:00
character_screen.cpp Work on character rendering and frustrum culling etc 2026-02-22 05:58:45 -08:00
game_screen.cpp refactor: use gameHandler.getMapName in instance lockout window 2026-03-13 08:23:43 -07:00
inventory_screen.cpp feat: add spell power and healing bonus to WotLK character stats 2026-03-13 08:37:55 -07:00
keybinding_manager.cpp fix: resolve keybinding conflicts for Q, M, and grave keys 2026-03-13 01:27:30 -07:00
quest_log_screen.cpp feat: add item tooltips to quest objective item tracking 2026-03-12 13:19:10 -07:00
realm_screen.cpp Propagate realm-reported build to world handshake for vanilla compatibility 2026-02-27 05:05:44 -08:00
spellbook_screen.cpp feat: parse SMSG_SET_FLAT/PCT_SPELL_MODIFIER and apply talent modifiers to spell tooltips 2026-03-12 23:59:38 -07:00
talent_screen.cpp fix: correct talent rank indexing — store 1-indexed, fix prereq and learn checks 2026-03-13 03:32:45 -07:00
ui_manager.cpp Add configurable MSAA anti-aliasing, update auth screen and terrain shader 2026-02-22 02:59:24 -08:00