cb4dc30-alpha

Details

  • Filename
    WeakAuras-cb4dc30-alpha.zip
  • Uploaded by
  • Uploaded
    Jan 17, 2017
  • Size
    3.31 MB
  • Downloads
    4,921
  • MD5
    44ab1f151306aeadef51ca6833dc38ce

Supported WoW Retail Versions

  • 7.1.5

Changelog

Changes since tag 2.2.2.5

commit cb4dc3014eba1dd6cdcd91dbc4181179bbc5922c
Author: Infus <[email protected]>
Date:   Wed Jan 18 01:21:09 2017 +0100

    Handle calling getRect on a child without a width or height

    Text regions don't have a width or height, so handling that in checkRect
    is correct. But somehow this code worked until a recent change, so
    maybe this is just a symptom

commit cb4dc3014eba1dd6cdcd91dbc4181179bbc5922c
Author: Infus <[email protected]>
Date:   Wed Jan 18 01:21:09 2017 +0100

    Handle calling getRect on a child without a width or height

    Text regions don't have a width or height, so handling that in checkRect
    is correct. But somehow this code worked until a recent change, so
    maybe this is just a symptom

commit c0c8442a1a5369cfe849aac9390bcb6235ef1233
Author: Infus <[email protected]>
Date:   Sun Jan 15 23:51:12 2017 +0100

    Fix Charges Changed trigger

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