3978fbd-alpha

Details

  • Filename
    WeakAuras-3978fbd-alpha.zip
  • Uploaded by
  • Uploaded
    Mar 11, 2017
  • Size
    3.33 MB
  • Downloads
    653
  • MD5
    77f37cc8f7c991776a7edd382b9100b3

Supported WoW Retail Versions

  • 7.1.5

Changelog

Changes since tag 2.3.5

commit 3978fbdf673668c476da46462e9ce20b6600dcab
Author: Infus <[email protected]>
Date:   Sat Mar 11 18:54:19 2017 +0100

    Fix sorting in some cases for Dynamic Groups:

    The index is saved in state since a long time

commit 40e91bb175a3715b03c6911ef56792e91ef0c437
Author: Infus <[email protected]>
Date:   Sat Mar 11 18:19:49 2017 +0100

    Modernize: Remove old conditions modernize code

    A long time ago, WeakAuras 1 had a conditions field for each
    aura. That got replaced by a separate conditions trigger.

    In my upcoming conditions feature I want to add a .conditions field
    to auras.

    Removing this Modernize code let's me switch to master without the
    old Modernize code breaking my new conditions

commit c67522a615a8083b2cc7b22f4eeb854ab507e8b1
Author: Benjamin Staneck <[email protected]>
Date:   Fri Mar 10 01:12:38 2017 +0100

    workaround for powerType being false on 7.2

commit b4aa482cbe73a6e4b8c1f9d05266e92229207936
Author: Benjamin Staneck <[email protected]>
Date:   Wed Mar 8 21:44:38 2017 +0100

    use GetRealZoneText() (unaffected by the map) again instead of HBD:GetLocalizedMap() which does not support sub-zones

commit f779566dbf0520bc669527c1c7c851c8fb5a9afa
Author: Infus <[email protected]>
Date:   Tue Mar 7 22:51:54 2017 +0100

    Fix regression

commit 2566fc8a259a7a773171e6547354a3b7d9e8ef8f
Author: Benjamin Staneck <[email protected]>
Date:   Mon Mar 6 08:42:07 2017 +0100

    switch project to Luacheck and fix a *ton* of warnings

commit 9ba00b12eadc26cd27be5d8ca88a8b32ee0c0d13
Author: Benjamin Staneck <[email protected]>
Date:   Sun Mar 5 05:57:23 2017 +0100

    remove some more unaccessed variables

commit b012c635df58e3f97bce7bed09db8d8e10cc0aac
Author: Benjamin Staneck <[email protected]>
Date:   Sun Mar 5 05:33:01 2017 +0100

    remove a hack that was incomplete and is not needed (anymore?)

commit 11c82e3c1991b0411988cdd19a9ddaca050ad01c
Author: Benjamin Staneck <[email protected]>
Date:   Sun Mar 5 05:12:11 2017 +0100

    UnitAura's shouldConsolidate is now nameplateShowPersonal in Legion

commit 0cdef91aaf5c4cf3472c7ceb2fcb7bc6503b2ceb
Author: Benjamin Staneck <[email protected]>
Date:   Sun Mar 5 01:00:27 2017 +0100

    fix a typo that caused aura conversion to fail

commit 891f17c692c3e517c558c88d9342249d102baed7
Author: Benjamin Staneck <[email protected]>
Date:   Sat Mar 4 23:39:38 2017 +0100

    scanAfterLoad now calls SortDisplayButtons with (nil, true). Fixes #166