Rask_unitFrame _ver1.3.0.zip
What's new
Rask_unitFrame — Changelog (v1.0.0 → v1.3.0)
v1.3.0 — New
- Range check for Party frames: dims group members who are out of spell range (configurable opacity, 10-100%), and smoothly restores full opacity in 20% steps as they come back into range. Respects the general "fade out of combat" setting if it's already more aggressive. New "Range check" section on the Party options page only.
v1.2.2 — Fixed
- Party frame double display, for real this time. Root cause found by inspecting a working third-party addon's source: Blizzard's
PartyFramecontainer (a name we'd never targeted) needed to be hidden, and the hide routine needed to also hookSetShown(not justShow/SetAlpha) — Blizzard's compact frame system can callSetShown(true)directly, bypassing hooks that only watchShow.
v1.2.1 — Attempted fix
- Escalated the hiding technique: direct
Show = Hidemethod replacement, near-zero scale, and hooks onSetAlpha/SetScale. (Superseded by the real fix in 1.2.2 above.)
v1.2.0 — Attempted fix
- Tried disabling the
Blizzard_CompactRaidFramesmodule outright as a more reliable alternative to hiding frames after creation. Didn't resolve it on Classic Era (module structure differs from retail), but kept as a harmless safety net.
v1.1.8 / v1.1.7 / v1.1.6 / v1.1.5 — Iterative fixes
- Progressively hardened the Blizzard frame-hiding routine:
UnregisterUnitWatch, reparenting to a hidden frame,hooksecurefunconShow/SetAlpha, per-frame error isolation (one broken frame no longer aborts hiding the rest), and a debug mode (/ruf debughide) to log exactly what's found and hidden.
v1.1.4 — Fixed
- Right-click context menu was missing on every unitframe (no way to leave a group from the Player frame, etc.). Added the
togglemenusecure attribute so right-click now opens the native menu — works in combat too.
v1.1.3 — Fixed
- Party frames still showing Blizzard's defaults even while already grouped: added a generic
EnumerateFrames()scan to catch party/raid-related frames regardless of exact name or creation timing (they're created on demand, not at login).
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
This mod has no related projects

