r654
Details
-
FilenameGrid2-r654.zip
-
Uploaded by
-
UploadedFeb 13, 2012
-
Size520.18 KB
-
Downloads12,913
-
MD5d14b2eed8155c881eecba205d766198e
Supported WoW Retail Versions
- 4.3.0
Changelog
------------------------------------------------------------------------
r654 | michaelspain | 2012-02-13 19:37:12 +0000 (Mon, 13 Feb 2012) | 3 lines
Changed paths:
A /tags/r654 (from /trunk:653)
Tagging as r654
Fixing a bug in icon-indicators: stacks text was not displayed if icon cooldown animation was enabled.
------------------------------------------------------------------------
r653 | michaelspain | 2012-02-11 06:55:28 +0000 (Sat, 11 Feb 2012) | 1 line
Changed paths:
M /trunk/modules/IndicatorIcon.lua
Fixing a bug in icon-indicators: Stacks text gets hidden when a debuff has no expiration or duration time and cooldown animation is enabled.
------------------------------------------------------------------------
r651 | michaelspain | 2012-02-02 20:11:03 +0000 (Thu, 02 Feb 2012) | 4 lines
Changed paths:
M /trunk/GridStatus.lua
M /trunk/RaidDebuffs/Grid2RaidDebuffs.lua
M /trunk/RaidDebuffsOptions/Grid2RaidDebuffsOptions.lua
M /trunk/modules/IndicatorIcon.lua
M /trunk/modules/StatusAuras.lua
M /trunk/modules/StatusFriendColor.lua
M /trunk/modules/StatusRange.lua
Using Blizzard animations for auras and range statuses timers (this must decrease the cpu usage a bit).
Icon Indicators: Now stack text is painted above cooldown spiral (fixing ticket #276)
Raid Debuffs: Optionally raid debuffs can be tracked by spellId instead of debuff name
(a new option to enable spellid tracking has been added into raid debuffs configuration).
------------------------------------------------------------------------
r650 | michaelspain | 2012-01-20 04:47:08 +0000 (Fri, 20 Jan 2012) | 5 lines
Changed paths:
M /trunk/GridDefaults.lua
M /trunk/GridLayoutLayouts.lua
M /trunk/GridSetup.lua
M /trunk/Options/GridBlink.lua
M /trunk/Options/GridStatuses.lua
M /trunk/Options/locales/deDE.lua
M /trunk/Options/locales/enUS.lua
M /trunk/Options/locales/esES.lua
M /trunk/Options/locales/esMX.lua
M /trunk/Options/locales/frFR.lua
M /trunk/Options/locales/koKR.lua
M /trunk/Options/locales/ruRU.lua
M /trunk/Options/locales/zhCN.lua
M /trunk/Options/locales/zhTW.lua
M /trunk/modules/IndicatorIcon.lua
M /trunk/modules/IndicatorText.lua
M /trunk/modules/StatusAuras.lua
* Added auras tracking by SpellId. A new checkbox in buffs/debuffs configuration has been added to enable the feature (ticket #271).
This feature can only be enabled if a spellId has been typed in the aura name when the buff/debuff was created.
* Added texts formatting configuration in General -> Misc Tab -> Text formating (ticket #275).
The defined text format is used in text indicators to display elapsed time,duration, duration+stacks and elapsed+stacks values.
------------------------------------------------------------------------
r649 | michaelspain | 2012-01-11 01:45:10 +0000 (Wed, 11 Jan 2012) | 3 lines
Changed paths:
M /trunk/RaidDebuffs/Grid2RaidDebuffs.lua
M /trunk/RaidDebuffsOptions/RaidDebuffsCataclysm.lua
M /trunk/RaidDebuffsOptions/RaidDebuffsLichKing.lua
M /trunk/modules/StatusAuras.lua
Fixing a minor bug in buff/debuffs configuration.
Now when two debuffs with the same name are active, raiddebuffs displays the one with higher stacks.
This must fix the problem with "Deep corruption" debuff in Yorshaj Heroic.
------------------------------------------------------------------------