Commit Graph

32 Commits

Author SHA1 Message Date
Brues 710be52f35 phase 3 removing tbc
Drop the now-vestigial expansion plumbing.

- Delete modules/thirdparty-tbc.lua + its xml Include
- Strip 10 tbc-tagged CreateConfig calls in modules/gui.lua
- Drop the expansion arg from CreateConfig() signature + the disabled-
  entry rendering path that depended on it
- Drop the showdisabled GUI toggle + its default
- Simplify pfUI:RegisterModule / pfUI:RegisterSkin to (name, func) only
- Strip the leading version arg ("vanilla:tbc", etc.) from all 114
  Register call sites
- Delete the pfUI.expansion variable
2026-05-25 18:50:53 -05:00
Meow 34f5c3eb02 Version 6.1.0 - Raid/Party Frame Fixes
Bugfixes:
- Fixed 40-yard range check not working for raid/party frames
- Fixed aggro indicator not displaying properly on raid/party frames
- Improved aggro cache to only cache positive results for instant detection
- Fixed HP/Mana not updating with "Use Raid Frames for group" enabled
- Added SuperWoW nil-check for SpellInfo
- Added missing events: PARTY_MEMBER_ENABLE, PARTY_MEMBER_DISABLE, PLAYER_UPDATE_RESTING

UI Improvements:
- Share/Hoverbind buttons now show warning when module is disabled
2026-01-08 12:25:18 +01:00
Meow 5d0e195d1e performance update
performance update
2026-01-03 12:58:31 +01:00
shagu 6eeabfd676 addonbuttons: keep strata and increase frame level 2025-08-14 19:02:23 +02:00
shagu 30cef38bf7 addonbuttons: keep button above minimap contents 2025-08-10 16:48:00 +02:00
shagu fcd8c6b70b addonbuttons: remove icon gaps and reduce scanning 2025-05-20 09:00:15 +02:00
jmgibson1981 44b76727e0 addonbuttons: add option to hide on combat start 2025-02-14 22:43:11 +01:00
shagu 19354bdf5b addonbuttons: remove effective scale calculations
Using the effective scale of the minimap leads to very small icons
after /rl, if the minimap scale has been touched before the addon buttons
module initialized. Removing the effective scale calculation didn't seem
to break anything so far during my tests.
2023-01-09 19:14:49 +01:00
Daturo 98d9f4c164 addonbuttons: ignore cartographer notes 2021-04-07 18:05:46 +02:00
shagu 5a7dab736e addonbuttons: detect minimap backdrop as parent 2020-10-01 21:03:18 +02:00
shagu 33e1d4d33d addonbuttons: treat orphaned frames as top frames 2020-03-20 11:56:41 +01:00
shagu fefb3930fb addonbuttons: skip invalid button frames 2020-03-20 08:54:14 +01:00
shagu 0252605645 addonbuttons: enable module for tbc 2020-02-24 20:34:10 +01:00
shagu 67696e2a0a addonbuttons: use pairs to iterate on tables 2020-02-24 20:34:10 +01:00
shagu 2174117d3e addonbuttons: add minimaptracking to blacklist 2020-02-24 20:34:09 +01:00
shagu fc792c4e8b addonbuttons: fix variable name 2019-12-19 22:25:45 +01:00
shagu 3334c7469f modules: make all modules aware of the new borders 2019-12-18 18:54:09 +01:00
shagu 9b261feb06 addonbuttons: skip recipe radar icon nodes 2019-06-30 11:18:43 +02:00
shagu e9237b59b2 core: use concrete string based client checks 2019-06-10 17:06:31 +02:00
shagu e035b38a8a addonbuttons: fix typo in backdrop shadow 2019-06-02 23:55:03 +02:00
shagu 545be99fd7 api: only add shadow to specific frames 2019-06-02 20:43:56 +02:00
shagu d7c64d7d0a core: replace remaining getglobals in favor of _G 2019-04-06 14:30:31 +02:00
dein0s 85975eaee1 addonbuttons: accept frame names as an argument 2019-04-06 14:16:14 +02:00
shagu 57d1f30557 addonbuttons: reanchor button to minimap 2019-03-31 14:59:21 +02:00
Road-block e50fabfff9 core: global environment cleanup 2019-03-31 14:59:21 +02:00
shagu 70938c557c addonbuttons: update abp slash commands 2019-03-31 14:59:20 +02:00
shagu 68b0f15b8f addonbuttons: disable addon buttons by default 2019-03-31 14:59:20 +02:00
shagu e99fd81d11 addonbuttons: align to minimap scale if existing
* add blacklist for felwood gather
2019-03-31 14:59:20 +02:00
shagu 4314334409 addonbuttons: always scan for buttons 2019-03-31 14:59:20 +02:00
shagu 139cdbae94 addonbuttons: add more positions
* add top and right position
* use native arrow button skin
* remove old button backdrop
2019-03-31 14:59:20 +02:00
shagu a32732a1dd addonbuttons: add option to show them on login
* use a simpler update throttle
* remove usable due to resets during moving
* remove unused update interval config
2019-03-31 14:59:20 +02:00
Unknown 0232c2600e addonbuttons: collect all minimap addon icons 2019-03-31 14:59:20 +02:00