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
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
b92401f2b3
Revert "Add absorbs, heal absorbs ( #90 )"
...
This reverts commit 3d7b873aa9 .
2025-12-09 22:59:40 -07:00
scorpzor
3d7b873aa9
Add absorbs, heal absorbs ( #90 )
...
* HealComm - Absorb, HealAbsorb
* HealComm - Unify all bars
2025-12-01 11:36:15 -07:00
andrew6180
e0d8f362bc
enable tooltip ids on setup cvars
2025-10-15 10:31:46 -07:00
andrew6180
e6651433d6
fix nonexistant global BASE_MOVEMENT_SPEED. Fixes #72
2025-10-09 10:33:03 -07:00
andrew6180
b70ab2f872
Core/Cooldowns: fix cooldown lua error
2024-11-15 17:47:26 -07:00
andrew6180
630781d64e
small ch3 change
2024-09-15 11:55:48 -07:00
andrew6180
f9fc015d0e
misc fixes post patch
2024-09-09 14:11:43 -07:00
andrew6180
c7f435287d
ElvUI/StaticPopup: Reword incompatible addon popup
2024-05-01 10:33:19 -07:00
andrew6180
ca2c11aef1
Core/DBConvert: fix upgrade to new nameplate settings
2024-04-09 16:48:43 -07:00
andrew6180
d2e86421cc
Modules/NamePlates: Add support for new nameplates
2024-04-09 16:41:00 -07:00
andrew6180
d2053f641d
Fix for new GroupUtil functions
2024-01-10 15:27:50 -07:00
Sheldium
21e3d0491b
Core/StaticPopups: Check for wildcard dice/forced primary stat
2023-12-31 14:05:16 +01:00
andrew6180
a2f6e9781b
ElvUI/Core: Remove version check
2023-12-15 08:43:43 -07:00
andrew6180
1f8377b619
Skins/Character: skin character frame
2023-12-11 17:46:50 -07:00
andrew6180
58079ab3ae
ElvUI/Nameplates: Use /elvrole role for nameplate styling. Defer to group role assinged if not manually set elvrole to tank or healer
2023-09-20 08:40:07 -07:00
andrew6180
ff0be0aefd
Modules/Auras: make auras linkable in chat
2023-07-03 18:42:58 -07:00
Matthew Rodrigues
bd2730e72b
when rogue go stealth, change bar ( #40 )
...
* when rogues go stealth, change bar
* nuoh
2023-06-28 13:52:07 -07:00
andrew6180
50e16a313b
Modules/Auras: More fixes to aura filtering and nameplate auras
2023-05-31 19:40:40 -07:00
andrew6180
ed5c418576
UnitFrames/Auras: Fix aura filters and nameplate buff text
2023-05-31 15:42:08 -07:00
andrew6180
cbaf9f0bb3
Enhanced/NamePlates: remove. Not needed
2023-05-31 15:41:31 -07:00
andrew6180
1fbdc4f542
Core/Tags: add statustimer back
2023-05-27 20:12:53 -07:00
andrew6180
2343eb2d99
Core/Tags: fix power color tags
2023-05-23 10:47:37 -07:00
andrew6180
eb7d75c3d2
Core/Cooldowns: fix cd text not hiding on cd reset
2023-05-23 09:40:16 -07:00
Andrew
8edf2d7f8a
Nameplate Overhaul ( #38 )
...
* ElvUI/NamePlates: initial nameplate conversions
* More nameplate work
* Modules/Cooldowns: various CD fixes, nameplates cant show 'swipe' texture
* ElvUI/NamePlates: final nameplate polish
* Modules/Misc: add space before interrupted announcement
2023-05-22 19:18:59 -07:00
Anthony Narkevicius
2e7bff63e9
add tag for name:statustimer ( #34 )
2023-03-01 20:36:02 -07:00
Andrew6810
708ff76106
ElvUI/Core: Fix index nil on wiping vendor grays setting
2023-02-05 19:52:14 -07:00
Andrew
221dffffe6
Add support for new stats stuff, cvar changes, and auto vendoring. ( #30 )
...
* Enhanced/CharacterFrame: Add new stat tooltips
* Enhanced/CharacterFrame: crit is a percent of base crit
* Enhanced/CharacterSheet: Update to use new cvar
* ElvUI/Merchant: Remove auto sell gray / auto repair. Client handles these now.
2023-02-05 17:43:09 -07:00
fxpw(Toxa)
f097d91fb1
map markers, search, export\import like retail, some bug fixes ( #21 )
...
* fix middle button on click map
* fix pvp buttons
* map markers search dev tools and fixes
* fixes and loc
* loc
* fix
* typo
* typo
* fix
2023-01-07 02:46:08 -07:00
Michael Bennett
b62113eb8e
Update Ascension Specific ElvUI elements - GitHub URL, Option Menu and Spellbook Skins ( #14 )
...
* Update the Installation completion URL
* Skin Ascension Specific Options Menu Settings
* Skin Spellbook searchbox
2022-11-16 11:54:04 -07:00
Andrew6810
ff27180511
Fix font inconsistency with GameFontHighlightMedium vs GameFontNormalMed3
2022-11-06 10:40:24 -07:00
Andrew6810
bcf45a2188
Fix lua error in namecolor tag
2022-11-05 21:40:18 -07:00
salt-die
8f4463b46a
Add role message on login. ( #7 )
2022-10-31 18:27:19 -07:00
Andrew6810
c1146d473d
Remove updated while running version check thing.
2022-10-31 13:32:00 -07:00
Andrew6810
b12d2a3fc5
update links. Increment version
2022-10-30 19:40:17 -07:00
Andrew6810
df7cc26a64
Change all use of heroclass to use RAID_CLASS_COLORS instead. This can be changed to CUSTOM_CLASS_COLORS later with a color picker for each class, but to support CoA classes need to go back to being colored properly.
...
Fix remaining lua errors covered by ascension patches
Add Addon Skins
Add Enhanced Friends List
2022-10-28 07:12:13 -07:00
Andrew6810
60ef8a38af
init
2022-10-21 07:09:01 -07:00