2.1.0.23-10-g2b9a2eb
Details
-
FilenameWeakAuras-2.1.0.23-10-g2b9a2eb.zip
-
Uploaded by
-
UploadedMar 29, 2016
-
Size3.29 MB
-
Downloads3,321
-
MD50ecf810b15ed0aa61d14448e74a891fc
Supported WoW Retail Versions
- 6.2.4
Changelog
Infus:
- Circular Progress: Fix pulse animation
Scaling needs to scale the wedge too.
Ticket-number: 503
- Implement spark visibility option
Add options to hide the spark on full or empty progress.
Since the spark options are hidden by default this adds very little
clutter.
- Circular Progress: Full Progress should be start-end visible
So, this goes back to the very first version I wrote. Full progress
should be that the progress angle is equal to end angle.
I confussed myself by mainly testing with buff triggers. Those go
from full progress to no progress, thus confusingly but correctly
they must from full to empty and move in the opposite direction.
That is a clockwise buff trigger must move anti-clockwise.
So that a resource trigger going from empty to full moves in
clokcwise direction.
This changes behaviour, but that's better in the long run.
Ticket-number: 486
- Texteditor: Split combined texts after edit
If multiple auras (or a group) is selected, the texteditor combines
the text. This patch adds code that splits the code after editing
again.
Ticket-number: 419
- Fix aura trigger that use spellids after changing language
Some time ago, I added support for using spellids instead of spell names
to the aura trigger. Those spellids were only converted to spellnames
in Transmission.lua and thus on importing a aura.
That meant that changing the language wouldn't update the spell names
for those spellIds. By moving the code from Transmission.lua to
WeakAuras.Add we always do that and thus fix:
Ticket-number: 269
- Fix error on adding a trigger with a group selected
I'm not 100% sure that this is the right fix, but it seems inline
with what the other trigger_options are doing.
Ticket-number: 45
Benjamin Staneck:
- Revert "Backwards compat for 6.2.4; will be reverted on Thursday"
This reverts commit 9f764fb2d435eac290db831739548dbceb5e509b.
Infus:
- WeakAuras: Prepare for StopMotion Addon