42 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 3334c7469f modules: make all modules aware of the new borders 2019-12-18 18:54:09 +01:00
shagu e9237b59b2 core: use concrete string based client checks 2019-06-10 17:06:31 +02:00
shagu 42d62ac582 tbc: whitelist remaining unitframes for tbc 2019-04-16 20:50:44 +02:00
shagu 63da4f7acb api: introduce new unitframes 2017-06-02 18:01:50 +02:00
shagu 72d1132dcc unitframes: add option for custom hp background 2017-03-04 16:17:14 +01:00
shagu 6f7a665ffe api: merge api calls into environment 2017-02-26 20:55:22 +01:00
shagu 1766dd4ba0 api: use C for config 2017-02-26 20:42:08 +01:00
shagu 5b4a92e72a pet: always refresh power bar 2017-02-26 18:27:15 +01:00
shagu 73d9cd6cfb pet: always refresh health 2017-02-13 21:02:45 +01:00
shagu 6c030db720 unitframes: unify onclick function 2017-02-03 18:18:06 +01:00
shagu c0d33cd024 unitframes: add more click actions 2017-02-03 17:23:04 +01:00
shagu 3f0ff10990 unitframes: show caption in front of portraits 2017-01-07 12:22:13 +01:00
shagu 7e22fcfa01 pet: fix invalid sizes 2017-01-05 02:10:36 +01:00
shagu e3d414093a api: portrait function rewrite 2017-01-05 02:10:36 +01:00
shagu 40789119bd unitframes: add custom healthbar colors 2016-12-27 14:21:36 +01:00
shagu 3e6f1c5a55 pet: add pet specific click actions (fix) 2016-12-24 11:57:36 +01:00
SarekCDL 1e531c13a9 pet: add pet specific click actions 2016-12-24 11:52:27 +01:00
shagu ad4e68d681 api: clean up and documentation 2016-12-24 11:03:47 +01:00
shagu 77f02d9674 fonts: support for non latin gameclients 2016-12-19 18:46:46 +01:00
shagu 2972cc8eab mouseover: introducing mouseover casts 2016-12-18 20:19:29 +01:00
shagu 2a02beb308 unitframes: add tooltips to missing unitframes 2016-12-18 20:15:45 +01:00
shagu b3576ea01d unitframes: change layer index 2016-12-10 17:25:51 +01:00
shagu 9614443ea7 uf: add option for dark and non-pastel colors 2016-12-02 19:51:00 +01:00
shagu 9fb160443e pet: fix powerbar values 2016-11-24 00:17:41 +01:00
shagu 8891a1df44 backdrop api: rework every single frame sizing
This commit breaks alot of compatibility and maybe
other things too. The change was necessary, because
the old framework ran up against its limits.
A lot of new configuration options are now possible
and some of them were already added.
2016-11-22 00:04:14 +01:00
shagu 92721c57f7 movables: new approach to handle movable frames 2016-11-17 20:55:07 +01:00
shagu 3ff26bd682 pet: disable with pfUI-UnitFrames 2016-11-14 23:57:49 +01:00
shagu ba72fc39da codestyle: remove trailing semicolons 2016-11-09 23:20:26 +01:00
shagu 41653e445f add possibility to exchange the default fonts 2016-11-08 22:09:13 +01:00
shagu 0b898b8769 fix pet unlock appearance 2016-10-17 19:58:37 +02:00
shagu 4d436292d0 make fontsize configurable 2016-08-04 18:36:35 +02:00
Eric Mauser c12d1cf386 add raid target and group icons to frames 2016-07-10 21:30:44 +02:00
Eric Mauser 5b7fd2c42d make hidden frames visible while dragging 2016-07-10 19:48:05 +02:00
Eric Mauser d47f74a4f6 save position of frames and load them on login 2016-06-19 00:01:11 +02:00
Eric Mauser cfc074f951 use proper and different frame names 2016-06-17 23:24:43 +02:00
Eric Mauser d4a8ef0a90 introducing the "module-loader" 2016-05-16 01:17:55 +02:00
Eric Mauser 65f2b15627 rename config variable 2016-05-15 23:15:07 +02:00
Eric Mauser 0d5a0c5568 functions should be capitalized 2016-05-03 19:54:08 +02:00
Eric Mauser 2fd3a08ea3 moved to github, reset trashy history 2016-05-02 20:47:00 +02:00