Commit Graph

245 Commits

Author SHA1 Message Date
Jeremy P 44fe39508a Added buff containers for vanity and consolidated buffs to match base… (#98)
* Added buff containers for vanity and consolidated buffs to match base ui feature

* use locals and don't unpack values 2x

* Moved vanity and consolidated settings to base profile instead of private per character
2026-01-19 12:47:05 -07:00
ips-ux e11b8b0817 Fix factioncolor tag GetUnitBattlefieldFaction error (#97)
Fixed error: "attempt to call method 'GetUnitBattlefieldFaction' (a nil value)"
at Tags.lua:838

Changes:
- Changed E:GetUnitBattlefieldFaction(unit) to call the global API function directly
- Added nil check for GetUnitBattlefieldFaction in case it's not available
- Added fallback to UnitFactionGroup(unit) for compatibility

The issue was that the code was trying to call GetUnitBattlefieldFaction as a
method on the E object (E:GetUnitBattlefieldFaction), but this method doesn't
exist. The fix calls the WoW API function directly with a proper nil check and
fallback to ensure the tag works in all cases.

Fixes #TBD
2026-01-19 12:46:12 -07:00
andrew6180 0a792fb7f0 Revert "Add absorbs, heal absorbs (#90)"
This reverts commit 3d456d036a.
2025-12-24 18:11:21 -07:00
andrew6180 dcdf241d6a Revert "HealComm: Add toggle for Absorbs and reduce redundant updates (#94)"
This reverts commit 5ee511181e.
2025-12-24 18:11:09 -07:00
andrew6180 9410c29836 7.25 -> 7.26 2025-12-24 16:35:08 -07:00
Juggalo187 69e9b10e07 Hold Shift to reverse sort. (#95)
Hold shift when pressing sort button to reverse sort.
2025-12-24 16:21:29 -07:00
scorpzor 5ee511181e HealComm: Add toggle for Absorbs and reduce redundant updates (#94)
* HealComm: Add toggle for Absorbs and reduce redundant updates

* HealComm: Throttle updates, cache anchors
2025-12-24 16:16:58 -07:00
scorpzor 3d456d036a Add absorbs, heal absorbs (#90)
* HealComm - Absorb, HealAbsorb

* HealComm - Unify all bars
2025-12-24 16:09:40 -07:00
andrew6180 b3dee35be1 fix nameplate and target class icons. Fixes #92 2025-12-24 16:09:28 -07:00
andrew6180 b92401f2b3 Revert "Add absorbs, heal absorbs (#90)"
This reverts commit 3d7b873aa9.
2025-12-09 22:59:40 -07:00
andrew6180 53b56ad45b Fix class icons 2025-12-01 11:50:37 -07:00
andrew6180 8ca3943584 7.25 2025-12-01 11:37:23 -07:00
scorpzor 3d7b873aa9 Add absorbs, heal absorbs (#90)
* HealComm - Absorb, HealAbsorb

* HealComm - Unify all bars
2025-12-01 11:36:15 -07:00
Anthony Narkevicius 83314f574c Deconstruction blacklist (#89)
* Missing Non-DE items

* Move Deconstruct options into seperate group
Adds blacklist functionality for general items and lockboxes

* Add translation strings

* Add LibItemSearch functionality to blacklist

* Clean up redundant variables and API calls
2025-12-01 11:30:54 -07:00
Anthony Narkevicius 7a46486c3e Refactor appearance Logic (#88)
Standardize the functionality into helper functions so it can be used in both GuildBank and Bags
2025-12-01 11:25:28 -07:00
andrew6180 a97fb057c1 Disable clique skin since it was updated 2025-11-13 12:35:44 -07:00
Anthony Narkevicius 411aa7d604 Fixes for Mapster and Worldmap skin (#87) 2025-11-13 12:22:56 -07:00
Jake Demian 494ebbd885 Grays out enemy npc nameplates when tapped (#83)
* tapped targets show a gray nameplate

* toggle for users
2025-11-13 12:22:07 -07:00
andrew6180 4fb8a24576 7.24 2025-11-09 10:47:30 -07:00
Andrew 87b0beb19c Merge pull request #85 from BanditTech/main
Add Deconstruct mode to the bags
2025-11-09 10:47:06 -07:00
BanditTech 8df8f83549 Use locale for tooltips 2025-11-08 11:28:10 -08:00
BanditTech b126eb2872 Update visibility options
add setting to disable the module
Disable the button if no relevant professions
2025-11-08 11:13:19 -08:00
BanditTech 52ef5a3733 Deconstruct mode 2025-11-08 03:31:18 -08:00
andrew6180 b7f68f9c33 Merge branch 'heal-prediction' 2025-10-26 11:26:36 -07:00
andrew6180 e0d8f362bc enable tooltip ids on setup cvars 2025-10-15 10:31:46 -07:00
andrew6180 85f6dfe52a add reborn spell to range checks. fixes #80 2025-10-13 22:54:14 -07:00
andrew6180 97318fed23 use base heal prediction. strip healcomm / healpredict.lua 2025-10-13 21:56:20 -07:00
andrew6180 97f9b69d8d fix #79 2025-10-11 06:43:20 -07:00
Andrew aaeb5c1a29 Merge pull request #78 from eTzmNcbkrng/patch-2
Add binding for sorting bags
2025-10-11 06:40:29 -07:00
eTzmNcbkrng bf25056549 Add binding for sorting bags
Allow binding the function to sort bags.
2025-10-10 19:28:23 +13:00
andrew6180 e4fecaff76 fix missing arow scale i guess idk 2025-10-09 12:49:42 -07:00
andrew6180 e77e51a662 bump 7.23 2025-10-09 10:48:38 -07:00
Andrew 62af35b83c Merge pull request #76 from BanditTech/main
Add AFK mode exclusion for AH open
2025-10-09 10:47:46 -07:00
andrew6180 924a9140b0 fix arrow target indicator scale fixes #73 2025-10-09 10:45:40 -07:00
andrew6180 e6651433d6 fix nonexistant global BASE_MOVEMENT_SPEED. Fixes #72 2025-10-09 10:33:03 -07:00
Andrew 0ff05bfc1b Merge pull request #71 from fxpw/main
fix error RegisterBucketEvent
2025-10-09 10:29:21 -07:00
Anthony Narkevicius e8a054230d Add AFK mode exclusion for AH open
Prevent the AFK mode from interupting AH scans.
2025-10-09 03:43:03 -07:00
fxpw 22e75eae66 fix error RegisterBucketEvent 2025-10-06 14:13:12 +03:00
andrew6180 dbe71035ea Disable callboard skin - new ptr ui 2025-09-05 08:21:25 -07:00
Andrew b90621abf9 Merge pull request #67 from vcleal/main
Fix energy and rage bars detach options
2025-08-27 12:59:35 -07:00
Victor Leal 78afdabcf5 Fix energy and rage bars detach options
Detaching energy and rage bars weren't enabling the options to choose width and parent.
2025-08-22 12:27:45 -03:00
Andrew f0d6094c10 Merge pull request #64 from xanthics/main
FPS datatext to only show addon memory usage if client GC is disabled
2025-08-09 03:27:42 -07:00
xanthics aab59ce45d FPS datatext to only show addon memory usage if client GC is disabled
Client GC prevents viewing addon memory usage if enabled.
2025-07-31 08:47:42 -07:00
andrew6180 66ed775c5b support new consolidated vanity buffs 2025-07-23 07:58:57 -07:00
Andrew 64f035a856 Merge pull request #62 from Sleaker/main
Implement Inspect and Callboard Frames
2025-05-28 12:35:51 -07:00
Nick Minkler (Sleaker) 29c00d0784 Fix undress button overlapping with auction house frames 2025-05-13 19:28:19 -07:00
Nick Minkler (Sleaker) 32e0e32125 Add Skin for CallBoard 2025-05-12 18:41:24 -07:00
Nick Minkler (Sleaker) 1398f44f80 Implement skinning for AscensionInspectFrame 2025-05-12 18:37:15 -07:00
Andrew cc56f89df3 Merge pull request #61 from Sleaker/main
Fix Options Menu, Risk choice, and few missed buttons
2025-04-29 11:53:34 -07:00
Nick Minkler (Sleaker) 99c357dad4 version bump for fixes 2025-04-10 21:25:21 -07:00