4d78e3e-alpha

Details

  • Filename
    WeakAuras-4d78e3e-alpha.zip
  • Uploaded by
  • Uploaded
    Jan 28, 2017
  • Size
    3.31 MB
  • Downloads
    4,182
  • MD5
    914a08a5f6f489f6dc046cd5fc23a02c

Supported WoW Retail Versions

  • 7.1.5

Changelog

Changes since tag 2.2.2.6

commit 4d78e3e2ba986797db56b17247bc0d7cfc395ef8
Author: Benjamin Staneck <[email protected]>
Date:   Sat Jan 28 18:42:06 2017 +0100

    increment minor version of WeakAurasDisplayButton

commit 31c6f6d123848a518a8438abff5313696f07faff
Author: Infus <[email protected]>
Date:   Sat Jan 28 17:04:24 2017 +0100

    Fix glow frame looking dim

    The glow needs to be in front of other child frames of the region.

    Try to ensure that.

    Ticket-Nr: 833

commit 0e1b43d0e23e2c169461677316d4267e4cc85668
Author: Infus <[email protected]>
Date:   Sat Jan 28 15:56:27 2017 +0100

    Fix ignore rune cd again

    Broke that accidentally with the change for Epidemic.

    The intent behind this code is this:

    Epidemic is a spell with charges, thus GetSpellCharges is the right api.

    We compare durations between the cooldown duration and rune cd duration
    to figure out whether a spell is on cooldown only for a rune.

    But Epidemic has the same cooldown duration as runes.

    Luckily, GetSpellCharges doesn't adjust it's output based on rune cds.

    Thus, we can be sure that any cooldown returned by it cannot be due
    to a rune cd.

    Ticket-Nr: 835

commit e3799d3f062468d8555cabb90a36a9c56c7421de
Author: Infus <[email protected]>
Date:   Sat Jan 28 00:40:45 2017 +0100

    Fix attaching to other auras

    Since the order in which the auras are created is somewhat random,
    we must create the anchor frame if it doesn't yet exist.

    Ticket-Nr: 840

commit 02998216f669a354ef57bf4ffce1edf34ac03f21
Author: Infus <[email protected]>
Date:   Sat Jan 28 00:21:49 2017 +0100

    Attach to KuiNameplates: Adjust to upstream change

commit 9f0cbf03da7134c730cef5f4902b1ceb0c4cbdb3
Author: Infus <[email protected]>
Date:   Sat Jan 28 00:21:09 2017 +0100

    Replace \n with newlines in ReplacePlaceHolders

    Ticket-Nr: 841

commit 8958259b3525a1063071c7a8e2dad61bbd53d792
Author: Janick Gerstenberger <[email protected]>
Date:   Mon Jan 23 19:11:38 2017 +0100

    Drag'n'Drop implementation for DisplayButtons (#136)

    This PR implements drag'n'drop support to the `DisplayButton`s in the Options.
    Feature and Design is descripted in some [sketches](https://drive.google.com/drive/folders/0BzaKJginnJcgM3dHWUdDQlNRZGM?usp=sharing).

    The implemented features make several `DisplayButton` controls in their current form obsolete.
    Chiefly the side control of grouped buttons (up, down, ungroup) which also distinguish grouped buttons from ungrouped one.
    (see https://www.wowace.com/projects/weakauras-2/issues/790 )

    ### Issues
    -  Dropping a element below the list of `DisplayButton` into the scroll frame or onto a category rider undos the drag action. This behavior might be unexpexted.