r597
Details
-
FilenameGrid2-r597.zip
-
Uploaded by
-
UploadedJun 29, 2011
-
Size393.76 KB
-
Downloads485
-
MD57d684587cf181c1db26212f5f2b53504
Supported WoW Retail Versions
- 4.2.0
Changelog
------------------------------------------------------------------------
r597 | michaelspain | 2011-06-30 04:28:03 +0000 (Thu, 30 Jun 2011) | 1 line
Changed paths:
M /trunk/GridLayout.lua
M /trunk/Options/GridFrame.lua
M /trunk/Options/GridLayout.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/StatusOffline.lua
Now Grid2 border texture can be changed from general options (only if sharedmedia is available).
------------------------------------------------------------------------
r596 | michaelspain | 2011-06-29 23:48:12 +0000 (Wed, 29 Jun 2011) | 5 lines
Changed paths:
M /trunk/GridDefaults.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/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/ruRU.lua
M /trunk/locales/zhCN.lua
M /trunk/locales/zhTW.lua
M /trunk/modules/StatusRes.lua
Added Resurrection status (Look in Combat category). Compatible with icon, text and square indicators.
We can know when a unit is receiving a res spell (first color) and
when a unit has been resurrected (second color) but the player has not yet accepted.
Has one issue, Grid2 cannot know (i think) if the resurrection cast was stopped, in this case
the status remains enabled.
------------------------------------------------------------------------
r595 | michaelspain | 2011-06-29 17:19:01 +0000 (Wed, 29 Jun 2011) | 3 lines
Changed paths:
M /trunk/GridDefaults.lua
M /trunk/Options/GridStatuses.lua
M /trunk/RaidDebuffsOptions/Grid2RaidDebuffsOptions.lua
M /trunk/RaidDebuffsOptions/RaidDebuffsCataclysm.lua
A /trunk/modules/StatusRes.lua
M /trunk/modules.xml
Added Firelands Raid Debuffs.
New debuffs are not enabled by default, you must go to Raid Debuffs -> Advanced Options
select Firelands and enable the Debuffs.
------------------------------------------------------------------------
r593 | michaelspain | 2011-06-29 15:53:53 +0000 (Wed, 29 Jun 2011) | 1 line
Changed paths:
M /trunk/Grid2.toc
M /trunk/LDB/Grid2LDB.toc
M /trunk/Options/Grid2Options.toc
M /trunk/RaidDebuffs/Grid2RaidDebuffs.toc
M /trunk/RaidDebuffsOptions/Grid2RaidDebuffsOptions.toc
Updated TOC to 4.2
------------------------------------------------------------------------
r592 | michaelspain | 2011-06-27 22:55:58 +0000 (Mon, 27 Jun 2011) | 3 lines
Changed paths:
M /trunk/modules/StatusAFK.lua
M /trunk/modules/StatusClassColor.lua
M /trunk/modules/StatusCreatureColor.lua
M /trunk/modules/StatusHealth.lua
M /trunk/modules/StatusName.lua
M /trunk/modules/StatusRole.lua
M /trunk/modules/StatusTarget.lua
M /trunk/modules/StatusTargetIcon.lua
M /trunk/modules/StatusThreat.lua
Changes in Target and raid roles statuses to reduce the amount of frames updates.
Implemented a cache in raid-icon-player and raid-icon-target to avoid updating all frames when a raid-icon is changed.
Little optimizations on other statuses.
------------------------------------------------------------------------
r591 | michaelspain | 2011-06-26 18:09:15 +0000 (Sun, 26 Jun 2011) | 4 lines
Changed paths:
M /trunk/.pkgmeta
M /trunk/GridDefaults.lua
M /trunk/Options/GridIndicators.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/locales/deDE.lua
M /trunk/locales/esES.lua
M /trunk/locales/esMX.lua
M /trunk/locales/frFR.lua
M /trunk/locales/koKR.lua
M /trunk/locales/ruRU.lua
M /trunk/locales/zhCN.lua
M /trunk/locales/zhTW.lua
M /trunk/modules/IndicatorIcon.lua
M /trunk/modules/StatusAuras.lua
Fixed a bug in buff/debuff statuses disable process.
Refactored some code in StatusAuras.lua
Recreated locale files.
Removed libbable-boss library.
------------------------------------------------------------------------
r590 | michaelspain | 2011-06-21 19:26:46 +0000 (Tue, 21 Jun 2011) | 5 lines
Changed paths:
M /trunk/GridDefaults.lua
M /trunk/Options/GridStatuses.lua
M /trunk/Options/locales/enUS.lua
M /trunk/Options/locales/esES.lua
M /trunk/modules/StatusAuras.lua
Added support for group of Buffs.
Now from Buff and Debuff creation option, player can create a single buff, a custom group of buffs, or some predefined
group of buffs/debuffs: Defensive cooldowns buffs, health-prevented and health-reduced debuffs.
After creating a group of buffs/debuffs, the user must go to the recent created status to add/remove desired buffs/debuffs.
The implementation has one issue, the same aura cannot be used in two different statuses, for example if "Molten Armor" is added to a MageShields group of buffs, a single Molten Armor status must no be created/enabled (You can create both buffs, grid2 does not warn about this problem, but only one of the two buffs will work).
------------------------------------------------------------------------
r589 | michaelspain | 2011-06-18 23:23:51 +0000 (Sat, 18 Jun 2011) | 1 line
Changed paths:
M /trunk/modules/StatusRole.lua
Oops, a mistake in a variable initialization in Assistant status code. Fixed.
------------------------------------------------------------------------
r588 | michaelspain | 2011-06-18 23:15:56 +0000 (Sat, 18 Jun 2011) | 3 lines
Changed paths:
M /trunk/GridDefaults.lua
M /trunk/Options/GridCore.lua
M /trunk/Options/GridStatuses.lua
M /trunk/Options/locales/enUS.lua
M /trunk/Options/locales/esES.lua
M /trunk/locales/enUS.lua
M /trunk/locales/esES.lua
M /trunk/modules/StatusBanzai.lua
M /trunk/modules/StatusRole.lua
Added master-looter, leader and raid-assistant statuses.
Created a new status category called "Group&Raid roles" for all the raid/group roles statuses.
I could not test the new statuses in raid, but must work (i wish).
------------------------------------------------------------------------
r587 | michaelspain | 2011-06-13 17:28:18 +0000 (Mon, 13 Jun 2011) | 6 lines
Changed paths:
M /trunk/GridBlink.lua
M /trunk/GridDefaults.lua
M /trunk/GridFrame.lua
M /trunk/GridLayout.lua
M /trunk/GridRoster.lua
M /trunk/GridStatus.lua
M /trunk/LDB/Grid2LDB.toc
M /trunk/Options/Grid2Options.toc
M /trunk/Options/GridIndicators.lua
M /trunk/Options/locales/enUS.lua
M /trunk/Options/locales/esES.lua
M /trunk/RaidDebuffs/Grid2RaidDebuffs.lua
M /trunk/RaidDebuffs/Grid2RaidDebuffs.toc
D /trunk/RaidDebuffs/Grid2StatusRaidDebuffs.toc
M /trunk/RaidDebuffsOptions/Grid2RaidDebuffsOptions.toc
M /trunk/modules/IndicatorText.lua
M /trunk/modules/StatusBanzai.lua
M /trunk/modules/StatusRange.lua
Adding "Show percent" option to Text indicators.
Some speed optimizations.
Fixing some translations.
Changed toc files so all Grid2 components show same version/revision.
Removed old unused file in Grid2RaidDebuffs.
------------------------------------------------------------------------
r586 | michaelspain | 2011-06-11 04:42:19 +0000 (Sat, 11 Jun 2011) | 2 lines
Changed paths:
M /trunk/Options/GridStatuses.lua
M /trunk/Options/locales/enUS.lua
M /trunk/Options/locales/esES.lua
M /trunk/modules/StatusHealth.lua
Added frequentUpdates option to health-current status.
Enabling this option, health changes are updated faster on unit frames.
------------------------------------------------------------------------
r584 | michaelspain | 2011-06-01 02:40:05 +0000 (Wed, 01 Jun 2011) | 2 lines
Changed paths:
M /trunk/modules/IndicatorIcon.lua
Fix wrong regular expresion to extract group and button ids
from frame name in icon indicator.
------------------------------------------------------------------------
r583 | michaelspain | 2011-05-30 19:17:00 +0000 (Mon, 30 May 2011) | 4 lines
Changed paths:
M /trunk/Grid2.toc
M /trunk/GridCore.lua
M /trunk/Libs/utf8/utf8.lua
M /trunk/Options/GridCore.lua
Grid2 core was using AceConfig3.0 library, changed
options frame registration process to avoid using this library.
Changed .toc to load libdualspec after libstub.
Minor optimization in utf8.lua
------------------------------------------------------------------------
r582 | michaelspain | 2011-05-27 04:18:11 +0000 (Fri, 27 May 2011) | 1 line
Changed paths:
M /trunk/Options/GridStatuses.lua
More simple and fast rgbToHex function.
------------------------------------------------------------------------