2.7.7-44-gb26b760

Details

  • Filename
    WeakAuras-2.7.7-44-gb26b760.zip
  • Uploaded by
  • Uploaded
    Sep 10, 2018
  • Size
    3.54 MB
  • Downloads
    148
  • MD5
    0a875a8c82ca5aa73533882eae70d613

Supported WoW Retail Versions

  • 8.0.1

Changelog

2.7.7-44-gb26b760 (2018-09-10)

Full Changelog

Allen Faure (14):

  • revert back to lazy aura environment creation
  • Create an Aura Environment for group regions as well.
  • remove extra newline
  • move aura_env initialization flag out of aura data
  • move helperfunctions and aura_env support into 1 file
  • replace %DATE% placeholder with the actual date
  • remove WeakAuras.Copy
  • convert is-elseif chain to table access
  • simplify LibButtonGlow integration
  • blame next stack level for bad args to RegisterRegionOptions/Type
  • remove unnecessary computation
  • remove many upvalues
  • split profile support into separate file
  • delete conditions for trigger before changing optiontriggerchoices

Benjamin Staneck (4):

  • print profiling data to frame
  • simply printPrefix
  • make prints prettier
  • add a highlights section to the changelog

Buds (11):

  • options re-open with last selection(s) fix error in WeakAuras.Setdragging() called with no parameters and more than one button selected
  • moved iteration on selected items in WeakAuras.SetDragging
  • multi-select dragging show WA logo as icon
  • multi-selection dragging changed to show 1 button "x auras selected" fix "expand button" update of source group
  • updated tooltip for multi-selection
  • while dragging don't show more than 3 buttons added have alpha effect on third button
  • fix picking of single aura drag&drop rename "data" in "children" purge commented code
  • multi-selection drag & drop
  • fix spirit bomb template
  • fix templates with auras buffed/debuffed
  • Templates Batch creation + make new auras in a group (#680)

Infus (15):

  • Fix a few bugs
  • Modernize Buffed/Debuffed conditions to Active
  • Fix Count not zero error for Combat log triggers
  • Fix Cooldown Progress for Void Eruption/Void Bolt
  • Fix imports of pre version 7 auras
  • Check IsSpellKnown for Cooldown Progress (Spell) and Action Usable
  • Fix custom texts showing up on the wrong aura
  • BuffTrigger: Show "Buffed/Debuffed" condition only for ShowOn: Always
  • Fix Overlay Cost of Cast interaction with SetMaxProgress
  • Ensure that Modernize never decreases the internalVersion
  • Fix regression in Conditions
  • Revert back to lazy aura generation
  • Fix TriggerTemplates with triggers from template data
  • Fix running of conditions functions for fallback states in another case
  • Fix regressions in profiling code