aac13a5-alpha
Details
-
FilenameWeakAuras-aac13a5-alpha.zip
-
Uploaded by
-
UploadedFeb 19, 2017
-
Size3.31 MB
-
Downloads3,891
-
MD564295f7e1262d01c7d2b2a0567b1bf36
Supported WoW Retail Versions
- 7.1.5
Changelog
Changes since tag 2.3.0.0
commit aac13a5b1485af96c279f215c73d3f39cfc23d17
Author: Benjamin Staneck <[email protected]>
Date: Sun Feb 19 18:01:31 2017 +0100
also hide the original glow frame in case it was not set by us
commit db8050bd213d020dd6f612ab890778d12f5ec176
Author: Infus <[email protected]>
Date: Sun Feb 19 11:27:29 2017 +0100
Fix spellcache.GetIcon(nil)
commit 4d28a767c59ea6678df1328c3ffde9de1332e332
Author: Benjamin Staneck <[email protected]>
Date: Sun Feb 19 05:10:58 2017 +0100
rename output of the main translation file
commit be9c26c684cb7e3aed5e32171b0d3266d3c93319
Author: Infus <[email protected]>
Date: Sat Feb 18 21:07:58 2017 +0100
Fix Equipment Slot remaining time check
commit 962a7ba9387576c0df810c436ef0a11cb19e0f07
Author: Infus <[email protected]>
Date: Sat Feb 18 19:35:28 2017 +0100
Fix a small bug in the spell cache
commit 8599e0ab0badd3082f5713b840f6376afde41fcd
Author: Mark Bosley <[email protected]>
Date: Wed Feb 15 23:46:07 2017 -0800
Add 7.2 Tomb of Sargeras encounter IDs
commit 8da1a9268ea243b9141545d785de17665a4d6bc3
Author: Infus <[email protected]>
Date: Sat Feb 18 15:21:04 2017 +0100
Make SetParent on anchoring optional
Since SetParent does make the auras inherit scaling, opacity and
visibility, allow users to control it separately from anchoring.
Note: Anchor frames that don't set parent, don't hide automatically
if the anchor is hidden.
commit f1e8e64b4571a5bb8548fc930d6dcc715e0cbe1c
Author: Infus <[email protected]>
Date: Sat Feb 18 14:29:56 2017 +0100
Add a "Show Global Cooldown" option to Cooldown Progress (Spell)
Ticket-Nr: 856
commit 6c2165f629e1aab2df74bf3af72382cde06d37ab
Author: Infus <[email protected]>
Date: Sat Feb 18 14:05:59 2017 +0100
Allow prototypes.events to be a function
Allows for more efficient handling of the Conditions trigger
commit ed71d09e396fa190031af43e340c34a532ed0f75
Author: Infus <[email protected]>
Date: Sat Feb 18 11:44:15 2017 +0100
Fix BigWigs clone per event mode
Ticket-Nr: 860
commit a641320b20dff183a2c8e46ad62824b8f28679df
Author: Infus <[email protected]>
Date: Sat Feb 18 11:30:22 2017 +0100
Add In Group load condition
Argueably a much more useful load condition than quite a few others
Ticket-Nr: 859
commit af8f6e04d17cc7e36708c6ea42317b9820e7ea2f
Author: Infus <[email protected]>
Date: Sat Feb 18 11:30:11 2017 +0100
Fix misleading indentation
commit 5e68aba39423449981bac6ec57efb7aea1f5c747
Author: Infus <[email protected]>
Date: Sat Feb 18 11:13:00 2017 +0100
Move some more functions to the spell cache
commit 8599e0ab0badd3082f5713b840f6376afde41fcd
Author: Mark Bosley <[email protected]>
Date: Wed Feb 15 23:46:07 2017 -0800
Add 7.2 Tomb of Sargeras encounter IDs
commit 830ef89d15a3b5a2e159df7e507741c91c1c6d79
Author: Infus <[email protected]>
Date: Sat Feb 18 10:21:48 2017 +0100
Add libs to .gitignore
commit 38d627d7e1714729f17d17afdb2bd85403ec1077
Author: Infus <[email protected]>
Date: Sat Feb 18 09:36:50 2017 +0100
AnchorFrame improvements
commit 8599e0ab0badd3082f5713b840f6376afde41fcd
Author: Mark Bosley <[email protected]>
Date: Wed Feb 15 23:46:07 2017 -0800
Add 7.2 Tomb of Sargeras encounter IDs
commit 4de1ef79754b0b576c89c7e6e635a5f6244834c9
Author: Janick Gerstenberger <[email protected]>
Date: Sat Feb 11 17:14:16 2017 +0100
Move external addon support code into sperate file
export saved variables
commit 98428d40cf81cbc27cc08dd93d18615c6823c03a
Author: Janick Gerstenberger <[email protected]>
Date: Fri Feb 10 23:13:40 2017 +0100
Move spellCache code into Cache.lua and use a more modular approach
commit 81330e9b4454c2b0b1ecb52029642038f0d03abf
Author: Infus <[email protected]>
Date: Sun Feb 5 17:35:59 2017 +0100
Fix closing the options window hangs for ~1s
commit b1faa156a5cf1326168a9f67549fb14ec4943342
Author: Infus <[email protected]>
Date: Sun Feb 5 16:41:44 2017 +0100
Fix displaying a error message if a custom action ends in --
It already worked, but the options showed a error.
commit 491ac9914789ea600607b93765545eaf3738ed2d
Author: Infus <[email protected]>
Date: Sun Feb 5 16:41:22 2017 +0100
Anchor frame: Fall back to the parent if a global frame doesn't exist
commit b03a0202f0dc31647d659f8f85bd0b010683444d
Author: Infus <[email protected]>
Date: Sun Feb 5 16:39:18 2017 +0100
Introduce a fall back for the untrigger function
Use a function that always returns true, since that's what is
needed in most cases.