2.4.23-5-g285fba1-alpha
Details
-
FilenameWeakAuras-2.4.23-5-g285fba1-alpha.zip
-
Uploaded by
-
UploadedOct 16, 2017
-
Size3.41 MB
-
Downloads2,605
-
MD5452f8482186927d4cee5d766ce78525f
Supported WoW Retail Versions
- 7.3.0
Changelog
Changes since tag 2.4.23
commit 285fba1bbe4a36cd75499291591765f03a90521f
Author: Infus <[email protected]>
Date: Mon Oct 16 20:04:55 2017 +0200
Convert a few more TextEditors to use AddCodeOption
This is less code, adds a error reporting description and apparently
the Text one didn't show a Expand button previously.
commit 4bb5d9fa9e8aa4bb1654e0cc03a39250cb42e634
Author: Infus <[email protected]>
Date: Sun Oct 8 16:00:29 2017 +0200
Move Expand button to below text editor and make text editor the full
width
commit 74ec7cf482253b291d8a7ed41cae908f589a3b9c
Author: Infus <[email protected]>
Date: Sun Oct 1 15:55:25 2017 +0200
Extract BuffTrigger and GenericTrigger options from WeakAurasOptions
There's still some code in WeakAurasOptions.lua that is specific to the
trigger system used. And the code in WeakAurasOptions very much knows
that there are Buff and Generic triggers.
But this is a step towards making triggersystems register their
options and the WeakAurasOptions code not being specific to any
trigger system.
commit 25d9ddb5a96fedb41ced57ed8ef94687ac3f1767
Author: Infus <[email protected]>
Date: Sun Oct 1 14:54:52 2017 +0200
Extract common code for creating texteditors
There's still plenty of code duplication with start/main/finish and the
various animations types being very similar. But this significantly
cuts down on the code duplication.
commit caac6657f766fe7398c0b252353137cf9fa51de7
Author: Infus <[email protected]>
Date: Sun Oct 1 00:08:55 2017 +0200
Split up WeakAurasOptions.lua by moving aciton/animation options