Kelsidavis-WoWee/src
Kelsi d75f2c62e5 feat: fire UNIT_HEALTH/UNIT_POWER events from dedicated update packets
SMSG_HEALTH_UPDATE and SMSG_POWER_UPDATE are high-frequency WotLK
packets that update entity health/power values but weren't firing
addon events. Unit frame addons (Pitbull, oUF, SUF) depend on these
events to update health/mana bars in real-time.

Now fire UNIT_HEALTH for player/target/focus on SMSG_HEALTH_UPDATE
and UNIT_POWER on SMSG_POWER_UPDATE, matching the events already
fired from the UPDATE_OBJECT path.
2026-03-21 02:26:44 -07:00
..
addons feat: add talent tree Lua API for talent inspection addons 2026-03-21 02:22:35 -07:00
audio feat: play minimap ping sound when party members ping the map 2026-03-20 18:21:34 -07:00
auth Reduce release log spam and harden release logging defaults 2026-02-25 09:46:27 -08:00
core feat: resolve random property/suffix names for item display 2026-03-20 19:18:30 -07:00
game feat: fire UNIT_HEALTH/UNIT_POWER events from dedicated update packets 2026-03-21 02:26:44 -07:00
network fix: increase world packet size limit from 16KB to 32KB 2026-03-20 17:49:49 -07:00
pipeline feat: implement M2 ribbon emitter rendering for spell trail effects 2026-03-13 01:17:30 -07:00
rendering feat: show zone name on loading screen during world transitions 2026-03-20 18:12:23 -07:00
ui feat: show random suffix names in AH bids and seller auction tabs 2026-03-20 19:37:17 -07:00
main.cpp Fix Windows ERROR macro collision in logger 2026-02-25 11:14:53 -08:00