f3cd842-alpha

Details

  • Filename
    WeakAuras-f3cd842-alpha.zip
  • Uploaded by
  • Uploaded
    Dec 23, 2016
  • Size
    3.29 MB
  • Downloads
    3,076
  • MD5
    64c6a6801a0cca151a8631877829c4e7

Supported WoW Retail Versions

  • 7.1.0

Changelog

Changes since tag 2.2.2.4

commit f3cd8426f0bcc0cccef206955403ffd03f5a0e5c
Author: Infus <[email protected]>
Date:   Wed Dec 21 16:38:50 2016 +0100

    Fix Ignore Rune CD

    We schedule a method SpellCooldownFinished() to be run once the timer
    of a cooldown is finished. The moment that method needs to be run
    is different for spell cooldowns that ignore the rune cd and spell
    cooldowns that use the rune cd. Thus we need to use separate timers
    for those.

    Ticket-Nr: 820

commit 29647cd7bf114746c936af113b8d593661a2b58b
Author: Infus <[email protected]>
Date:   Wed Dec 21 14:43:32 2016 +0100

    Correctly set automaticAutoHide for custom triggers

    Ticket-Nr: 815

commit 54bc8c993e2f9304ea13b7ebe70b5c78f885ffc4
Author: Infus <[email protected]>
Date:   Fri Dec 16 19:24:08 2016 +0100

    Totem trigget: Use normal string input field

    The spell input uses GetSpellLink to find the spell id for the spellname.
    Which makes the aura cross language. But that doesn't work for all
    totem names. So use a normal string input field.

    Ticket-Nr: 812