r677-nolib
Details
-
FilenameGrid2-r677-nolib.zip
-
Uploaded by
-
UploadedApr 26, 2012
-
Size291.35 KB
-
Downloads129
-
MD52af9a425f93661a0e27a23e4cb9cf16d
Supported WoW Retail Versions
- 4.3.4
Changelog
------------------------------------------------------------------------
r677 | michaelspain | 2012-04-26 20:01:24 +0000 (Thu, 26 Apr 2012) | 5 lines
Changed paths:
M /trunk/AoeHeals/AoeHealsOptions.lua
M /trunk/AoeHeals/AoeHealsStatusOutgoing.lua
M /trunk/RaidDebuffsOptions/RaidDebuffsCataclysm.lua
M /trunk/modules/StatusOffline.lua
* Added Yorshaj fixate to RaidDebuffs:
Warning deep corrupcion and fixate can be enabled at the same time, so the status will display only the debuff with higher priority (the first debuff in the boss debuffs list), if you want to see both debuffs, move fixate to another raiddebuff status for example to RaidDebuffs2 and assign this status to another icon indicator)
* Aoe-OutgoingHeals
The minimun value for active time is now 0.2 seconds, warning assigning an active time below 2 seconds will generate a blink in the status (for each heal tick), this is not bug.
------------------------------------------------------------------------
r676 | michaelspain | 2012-04-09 01:02:35 +0000 (Mon, 09 Apr 2012) | 3 lines
Changed paths:
M /trunk/Grid2.toc
D /trunk/GridBlink.lua
M /trunk/GridCore.lua
M /trunk/GridDefaults.lua
M /trunk/GridFrame.lua
M /trunk/GridIndicator.lua
M /trunk/GridLayout.lua
M /trunk/GridLayoutLayouts.lua
M /trunk/GridSetup.lua
M /trunk/GridStatus.lua
M /trunk/GridUtils.lua
M /trunk/Options/GridUtils.lua
M /trunk/Options/modules/general/GridBlink.lua
M /trunk/Options/modules/indicators/TypeIndicator.lua
M /trunk/Options/modules/statuses/StatusAura.lua
M /trunk/RaidDebuffsOptions/Grid2RaidDebuffsOptions.lua
M /trunk/locales/deDE.lua
M /trunk/locales/enUS.lua
M /trunk/locales/esES.lua
M /trunk/locales/esMX.lua
M /trunk/locales/frFR.lua
M /trunk/locales/koKR.lua
M /trunk/locales/ptBR.lua
M /trunk/locales/ruRU.lua
M /trunk/locales/zhCN.lua
M /trunk/locales/zhTW.lua
M /trunk/modules/IndicatorAlpha.lua
M /trunk/modules/IndicatorBorder.lua
M /trunk/modules/IndicatorIcon.lua
M /trunk/modules/IndicatorSquare.lua
M /trunk/modules/IndicatorText.lua
* Indicators Blink: Using blizzard animations for blink effect, reducing the cpu usage. As side effect the blink option has been removed, only flash effect for blink can be used.
* Otimizations and code cleaning here and there.
* Bug fix in Raid debuffs options, now copying raiddebuffs to standard debuffs must not crash.
------------------------------------------------------------------------
r675 | michaelspain | 2012-04-01 20:05:51 +0000 (Sun, 01 Apr 2012) | 2 lines
Changed paths:
M /trunk/Grid2.toc
M /trunk/GridUtils.lua
D /trunk/Libs/utf8
M /trunk/Options/modules/general/GridTextFormat.lua
M /trunk/modules/IndicatorText.lua
* Removed utf8 library (moved the code to GridUtils, i dont like to use a standalone library for 12 lines of code).
* Text indicators: Stop using Ace timers to update text durations, now the code uses only one blizzard animation group timer for all texts displayed, reducing the cpu usage.
------------------------------------------------------------------------
r674 | michaelspain | 2012-03-30 23:29:27 +0000 (Fri, 30 Mar 2012) | 10 lines
Changed paths:
M /trunk/AoeHeals/AoeHeals.lua
M /trunk/AoeHeals/AoeHealsOptions.lua
M /trunk/AoeHeals/AoeHealsStatusRaid.lua
M /trunk/GridFrame.lua
M /trunk/GridLayout.lua
M /trunk/GridRoster.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/ptBR.lua
M /trunk/Options/locales/ruRU.lua
M /trunk/Options/locales/zhCN.lua
M /trunk/Options/locales/zhTW.lua
M /trunk/Options/modules/general/GridLayout.lua
M /trunk/modules/StatusHealth.lua
M /trunk/modules/StatusOffline.lua
* Death status:
Refactored, this must fix the ticket #286 too (not tested).
* Offline status:
Changed the way offline condition is detected. Now an unit
logout must be instant detected (instead of 20 seconds after the logout).
As side effect a unit reconnection may not be instant detected. Its not
posible to fix this, due to a bug/weird behaviour in blizzard connection api.
* Added an option in General>Layout to configure the strata of Grid2 frame.
* Aoe-neighbors configuration, added a sanity check, now invalid spells are
not allowed.
------------------------------------------------------------------------
r673 | michaelspain | 2012-03-26 01:16:34 +0000 (Mon, 26 Mar 2012) | 4 lines
Changed paths:
M /trunk/Options/GridStatuses.lua
M /trunk/Options/GridUtils.lua
M /trunk/Options/modules/general/GridAbout.lua
M /trunk/Options/modules/indicators/NewIndicator.lua
M /trunk/Options/modules/statuses/Status.lua
M /trunk/Options/modules/statuses/StatusAura.lua
M /trunk/Options/modules/statuses/StatusBanzai.lua
M /trunk/Options/modules/statuses/StatusDirection.lua
M /trunk/Options/modules/statuses/StatusMisc.lua
M /trunk/Options/modules/statuses/StatusShieldsBoss.lua
M /trunk/RaidDebuffs/Grid2RaidDebuffs.lua
M /trunk/modules/StatusAuras.lua
M /trunk/modules/StatusHealth.lua
M /trunk/modules/StatusRaidIcon.lua
Grid2RaidDebuffs: Better instance detection, using GetRealZoneText() if GetInstanceInfo() translation is not available.
This must fix the Dragon Soul detection problem in french client (blizzard is using two different french translations for Dragon Soul instance)
Incoming-heals: now the incoming heals cache is cleared when units join or left the raid.
Minor changes in Grid2Options.
------------------------------------------------------------------------
r672 | michaelspain | 2012-03-23 02:48:10 +0000 (Fri, 23 Mar 2012) | 2 lines
Changed paths:
M /trunk/modules/StatusAuras.lua
Fixing a crash in debuffTypes statuses when changing profiles (Ticket #283)
------------------------------------------------------------------------