bd9411b-alpha

Details

  • Filename
    WeakAuras-bd9411b-alpha.zip
  • Uploaded by
  • Uploaded
    Jan 14, 2017
  • Size
    3.31 MB
  • Downloads
    4,765
  • MD5
    97467cec4a0458d0fedf45f8579b8a53

Supported WoW Retail Versions

  • 7.1.5

Changelog

Changes since tag 2.2.2.5

commit bd9411b7eaf55a45682e1604a30db179bd533e01
Author: Infus <[email protected]>
Date:   Sat Jan 14 23:53:45 2017 +0100

    Fix regressions introduced by attach to frame

    Call SetFrameStrata after settting the parent, as otherwise SetParent
    resets the SetFrameStrata.

    Also reset the parent of childs on removing the parent.

commit bd9411b7eaf55a45682e1604a30db179bd533e01
Author: Infus <[email protected]>
Date:   Sat Jan 14 23:53:45 2017 +0100

    Fix regressions introduced by attach to frame

    Call SetFrameStrata after settting the parent, as otherwise SetParent
    resets the SetFrameStrata.

    Also reset the parent of childs on removing the parent.

commit e655d08b9198426559ab6e604b5e1e26dd928195
Author: Infus <[email protected]>
Date:   Sat Dec 31 02:34:18 2016 +0100

    Add minimal support for elvui

    Attaching works, but the options dialog doesn't show anything resembling
    the elvui frames.

commit 38b85b242d82ef42f0c7cb42e6c88b0ca399af23
Author: Infus <[email protected]>
Date:   Sat Jan 14 13:41:31 2017 +0100

    Fix ignore rune cd for "Epidemic"

    The ignore rune cd option makes wa compare the cooldown duration
    returned by GetSpellCooldown with the cooldown of a rune to figure
    out whether the cooldown returned by GetSpellCooldown is only
    because of missing runes.

    This fails for Epidemic, since the cooldown duration of that spell
    is identically with the cooldown rotation for runes.

    Fortunately, Epidemic is a spell with charges and thus in reality
    GetSpellCharges is used. And that api never returns the rune
    cooldown even if a spell is unuseable. Thus if we have charges
    we don't need to check runeDuration vs duration.

    Ticket-Nr: 823

commit e9c21940480bd5e190b7bd1f8ada4d0bf62c8aed
Author: Infus <[email protected]>
Date:   Sat Jan 14 13:17:43 2017 +0100

    Add another SetClipsChildren to work around Blizzard's non clipping

    Ticket-Nr: 824

commit dfb40a9b6ff5486f63653c0e5e366420250a6eca
Author: Infus <[email protected]>
Date:   Fri Jan 13 20:14:30 2017 +0100

    Add comments to all templates