------------------------------------------------------------------------
r78 | wikki | 2009-07-02 22:00:05 +0000 (Thu, 02 Jul 2009) | 1 line
Changed paths:
M /trunk/Aura.mod
M /trunk/Source/AuraAddon.lua
M /trunk/Source/AuraShares.lua
Fixed a bug with the shares system that would not properly create a new aura when sharing, so changes made to the new share would be reflected on the original till the UI was reloaded.
------------------------------------------------------------------------
r76 | wikki | 2009-07-01 06:41:45 +0000 (Wed, 01 Jul 2009) | 3 lines
Changed paths:
M /trunk/Aura.mod
M /trunk/Source/AuraAddon.lua
M /trunk/Source/AuraEngine.lua
Fixed a bug related to the wstring.gsub function, that was causing issues when certain auras were being initialized.
Minor change to try to help alleviate target effect triggers that activate when they shouldnt.
Mark 2.5.2
------------------------------------------------------------------------
r74 | wikki | 2009-06-16 17:28:26 +0000 (Tue, 16 Jun 2009) | 1 line
Changed paths:
M /trunk/Aura.mod
M /trunk/AuraSettings/AuraSettings.mod
M /trunk/Source/AuraAddon.lua
Mark 2.5.1
------------------------------------------------------------------------
r72 | wikki | 2009-06-03 21:56:38 +0000 (Wed, 03 Jun 2009) | 1 line
Changed paths:
M /trunk/Aura.mod
Update version/date in mod file in prep for update.
------------------------------------------------------------------------
r71 | wikki | 2009-06-03 21:50:21 +0000 (Wed, 03 Jun 2009) | 1 line
Changed paths:
M /trunk/Source/AuraEngine.lua
Effects were not being cleared properly on target change resulting is some erroneous activations/deactivations.
------------------------------------------------------------------------
r70 | wikki | 2009-06-02 22:42:46 +0000 (Tue, 02 Jun 2009) | 2 lines
Changed paths:
M /trunk/Source/Aura.lua
M /trunk/Source/AuraAddon.lua
M /trunk/Source/AuraEffectTracker.lua
M /trunk/Source/AuraEngine.lua
Moved the effect name / delimiter parsing to remove redundant processing.
Added blacklist/whitelist handling of effect names to increase efficiency in effect trigger processing.
------------------------------------------------------------------------