63b91fa-alpha

Details

  • Filename
    WeakAuras-63b91fa-alpha.zip
  • Uploaded by
  • Uploaded
    Mar 4, 2017
  • Size
    3.33 MB
  • Downloads
    860
  • MD5
    deac0657979a0bcc03bf4480ae3c602d

Supported WoW Retail Versions

  • 7.1.5

Changelog

Changes since tag 2.3.4

commit 63b91fa3aed23d6bb4015ca1cb6a6eac0591a158
Author: Benjamin Staneck <[email protected]>
Date:   Sat Mar 4 16:52:07 2017 +0100

    libs => Libs

commit 0067ebae9bd16764f89764907cb9308640798204
Author: Benjamin Staneck <[email protected]>
Date:   Sat Mar 4 16:51:12 2017 +0100

    pull in HereBeDragons-1.0 for use in the zone load conditions

commit eb9862024ac2bbb79c62673425260f08b750720b
Author: Infus <[email protected]>
Date:   Sat Mar 4 14:04:01 2017 +0100

    Fix zone id and zone load conditions

    Ticket-Nr: 876

commit e692f91f8fd9b815eb8ba60f77b421ed5a5ba8ba
Author: Infus <[email protected]>
Date:   Sat Mar 4 01:43:52 2017 +0100

    Add PLAYER_EQUIPMENT_CHANGED to Item Equiped trigger

    Ticket-Nr: 881

commit 147f9c337d497d053b443d5f26a815fe0327a01d
Author: Infus <[email protected]>
Date:   Fri Mar 3 08:49:46 2017 +0100

    Improve GetUnifiedSpellCooldown

    Distinguish between spells that have a cooldown and spells that
    use GetSpellCount. For spells that have cooldowns but no charges
    leave charges at nil.

    The Cooldown Progress (Spell) and Action Useable then interpret
    convert that to 1 or 0 charge.

    We can't do that in GetSpellCooldownUnified() as we the text
    replacements would display show 1 charge otherwise.

    Ticket-Nr: 882

commit 10149c020b04388938ec91b97aa4ad96635197d3
Author: Benjamin Staneck <[email protected]>
Date:   Fri Mar 3 06:20:22 2017 +0100

    fix another GetActiveSpecGroup() deprecation

commit f0d74d2af4ea22b09d427dd4f1a6aef8968f3934
Author: Benjamin Staneck <[email protected]>
Date:   Fri Mar 3 05:40:02 2017 +0100

    adjust babelfish for recent structure changes

commit fb93ab4cfae430955d26777f4ce57fe4dfddad69
Author: Benjamin Staneck <[email protected]>
Date:   Fri Mar 3 04:39:12 2017 +0100

    rename region type/file files to fit in

commit b2d49d7fea56134a03ba46483724c51d52aeff83
Author: Benjamin Staneck <[email protected]>
Date:   Fri Mar 3 04:33:48 2017 +0100

    remove some more variable declarations and comments

commit 291a0e4a9e6077fc567794276d1cb0a6cd1db6e8
Author: Benjamin Staneck <[email protected]>
Date:   Thu Mar 2 23:33:20 2017 +0100

    remove a lot of variable declaritions that we don't use and export WeakAuras.getAll/setAll so the texture picker for groups no longer errors.