2.4.5-5-g6a4f051-alpha

Details

  • Filename
    WeakAuras-2.4.5-5-g6a4f051-alpha.zip
  • Uploaded by
  • Uploaded
    Jun 23, 2017
  • Size
    3.39 MB
  • Downloads
    1,973
  • MD5
    f1b97080dde0c8818f6f6cb547a8886b

Supported WoW Retail Versions

  • 7.2.5

Changelog

Changes since tag 2.4.5

commit 6a4f051d97c78584f052d727e2633a25548c8ca2
Author: emptyrivers <[email protected]>
Date:   Fri Jun 23 11:10:40 2017 -0500

    Fix potential Stack overflow (#217)

    As it happens, there actually is a use for calling WeakAuras.ScanEvents inside of the init script of an aura: doing so triggers ActivateAuraEnvironment, which then runs the appropriate init script if it hasn't completed yet; handy if you want to ensure that one aura (a library of sorts) which defines several functions you use elsewhere is loaded first.

    However, the code has no notion of whether or not an init script has begun execution or not, which leads to the possibility of a ScanEvents chain leading back to your original init script. This leads to infinite recursion, and very quickly a stack overflow.

commit 105aa3d831f5c3bf07adb406ed3ff60261c94bbe
Author: Benjamin Staneck <[email protected]>
Date:   Fri Jun 23 18:03:04 2017 +0200

    Revert "Conditions Action: Fix activating conditions"

    This reverts commit c096b8081deb0e1f50a77d8560dc691d45cc95ee.

commit f5eae5b8401c365eb440d6f99cdc28d626ea6caf
Author: Infus <[email protected]>
Date:   Thu Jun 22 22:20:13 2017 +0200

    Conditions: Fix error on opening options for some groups

    Ticket-Nr: 986

commit fab39a38970b95a045534445bd332c9ddb301f7f
Author: Infus <[email protected]>
Date:   Thu Jun 22 21:34:31 2017 +0200

    Fix BigWigs Trigger

    Ticket-Nr: 990, 991

commit aa4bda86f4e8c9e352520d08e73025d016777dc4
Author: Infus <[email protected]>
Date:   Thu Jun 22 00:42:55 2017 +0200

    Fix Looping sounds not being stopped by Stop Sound

    We need to set the soundHandle also in the function that's called
    for each Loop.

    Github Ticket: 213

commit c096b8081deb0e1f50a77d8560dc691d45cc95ee
Author: Infus <[email protected]>
Date:   Thu Jun 22 00:19:15 2017 +0200

    Conditions Action: Fix activating conditions

    Clear active conditions on hide