r589-nolib
Details
-
FilenameGrid2-r589-nolib.zip
-
Uploaded by
-
UploadedJun 18, 2011
-
Size206.79 KB
-
Downloads37
-
MD50dd9534688f733ff78e1252fd09dfd8d
Supported WoW Retail Versions
- 4.1.0
Changelog
------------------------------------------------------------------------
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.
------------------------------------------------------------------------
r581 | michaelspain | 2011-05-27 03:15:09 +0000 (Fri, 27 May 2011) | 20 lines
Changed paths:
M /trunk/GridDefaults.lua
M /trunk/GridIndicator.lua
M /trunk/GridSetup.lua
M /trunk/Options/GridCore.lua
M /trunk/Options/GridIndicators.lua
M /trunk/Options/GridStatuses.lua
M /trunk/Options/locales/enUS.lua
M /trunk/Options/locales/esES.lua
M /trunk/RaidDebuffs/Grid2RaidDebuffs.lua
M /trunk/RaidDebuffsOptions/Grid2RaidDebuffsOptions.lua
M /trunk/locales/esES.lua
M /trunk/modules/IndicatorIcon.lua
M /trunk/modules/IndicatorSquare.lua
M /trunk/modules/IndicatorText.lua
M /trunk/modules/StatusAuras.lua
M /trunk/modules/StatusBanzai.lua
M /trunk/modules/StatusClassColor.lua
A /trunk/modules/StatusColor.lua
A /trunk/modules/StatusCreatureColor.lua
A /trunk/modules/StatusFriendColor.lua
M /trunk/modules/StatusHealth.lua
M /trunk/modules.xml
Statuses have been organized into categories.
Icon indicators cooldown frames have a name now (only if "disable omnicc" option is not set)
allowing to configure rules in omniCC to customize cooldowns appearance (See ticket #221).
The indicators frame name has this format: Grid2[IndicatorNameWithoutHyphens][numbers_dont_matter],
for example an icon-center frame cooldown name looks like "Grid2iconcenter0102", and
the rule in omnicc could be simply "Grid2" to configure all grid2 cooldowns, "Grid2icon" to configure all
cooldowns indicators starting with icon, or "Grid2iconcenter" to configure only the icon-center indicator.
Added several color statuses: creaturecolor , friendcolor and color. The color indicator provides
a simple color, unlimited number of color statuses can be created. A color status has zero cpu usage in combat,
so it is the best way to assign a fixed color to an indicator (colors provided by some other status
like mana, or health statuses, are not efficient because the linked indicators are updated every
time a unit health or mana changes).
Health-current status has not a simple color anymore. Now defines a gradient color based on unit health
(by default: green= maximun health orange= 50% health red= very low health). If you want a fixed
color for the health-bar indicator, use the friencolor status, or create a color status.
Code cleaning in some indicators and statuses.
------------------------------------------------------------------------
r580 | michaelspain | 2011-05-23 02:19:12 +0000 (Mon, 23 May 2011) | 1 line
Changed paths:
M /trunk/Options/GridIndicators.lua
Bug fix: Indicator border color option works again.
------------------------------------------------------------------------
r579 | michaelspain | 2011-05-23 02:12:34 +0000 (Mon, 23 May 2011) | 2 lines
Changed paths:
M /trunk/RaidDebuffs/Grid2RaidDebuffs.lua
M /trunk/modules/StatusAuras.lua
Fixed ticket #220.
"Show if missing" buffs were crashing icon indicator.
------------------------------------------------------------------------
r578 | michaelspain | 2011-05-22 22:36:42 +0000 (Sun, 22 May 2011) | 3 lines
Changed paths:
M /trunk/GridIndicator.lua
M /trunk/GridStatus.lua
M /trunk/LDB/Grid2LDB.lua
M /trunk/Options/GridIndicators.lua
M /trunk/Options/GridStatuses.lua
M /trunk/Options/locales/enUS.lua
M /trunk/Options/locales/esES.lua
M /trunk/modules/IndicatorBar.lua
M /trunk/modules/IndicatorIcon.lua
M /trunk/modules/IndicatorSquare.lua
M /trunk/modules/IndicatorText.lua
M /trunk/modules/StatusBanzai.lua
M /trunk/modules/StatusDirection.lua
M /trunk/modules/StatusRole.lua
Important changes in all indicators update functions to simplify and speed up a bit the code (this changes could introduce some bugs or appearance changes in some statuses).
Added update rate option to banzai and direction statuses.
Some optimizations and bug fixes in banzai status.
------------------------------------------------------------------------
r577 | michaelspain | 2011-05-20 02:15:15 +0000 (Fri, 20 May 2011) | 2 lines
Changed paths:
M /trunk/Libs/utf8/utf8.lua
M /trunk/modules/IndicatorIcon.lua
M /trunk/modules/IndicatorText.lua
M /trunk/modules/StatusBanzai.lua
Fixed a recent bug in icon indicator (icon transparency based on alpha status color was not been applied)
Changed the name of the grid2 utf8 manipulation functions to avoid conflicts with other addons.
------------------------------------------------------------------------
r576 | michaelspain | 2011-05-19 03:01:05 +0000 (Thu, 19 May 2011) | 1 line
Changed paths:
M /trunk/modules/StatusBanzai.lua
Banzai status: Adding compatibility with icon indicator.
------------------------------------------------------------------------
r575 | michaelspain | 2011-05-18 20:15:44 +0000 (Wed, 18 May 2011) | 2 lines
Changed paths:
A /trunk/Arrows32-32x32.tga
M /trunk/GridDefaults.lua
M /trunk/Options/GridStatuses.lua
M /trunk/Options/locales/enUS.lua
M /trunk/Options/locales/esES.lua
M /trunk/README.txt
M /trunk/modules/IndicatorIcon.lua
M /trunk/modules/StatusBanzai.lua
A /trunk/modules/StatusDirection.lua
M /trunk/modules.xml
Added new status: "Direction" This status shows an arrow in the direction of each player.
Banzai Status: Added support for channeling and instant spells.
------------------------------------------------------------------------
r574 | michaelspain | 2011-05-17 01:27:14 +0000 (Tue, 17 May 2011) | 2 lines
Changed paths:
D /trunk/Changes.txt
M /trunk/GridDefaults.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/IndicatorBar.lua
A /trunk/modules/StatusBanzai.lua
A /trunk/modules/StatusDungeonRole.lua
M /trunk/modules/StatusMana.lua
M /trunk/modules/StatusOffline.lua
M /trunk/modules.xml
Added banzai status: This status tracks harmfull spells casted by hostile units over raid members. Can be mapped to all types of indicators, if the status is mapped to a bar indicator (configured to show durations), the bar will works like a casting bar of the harmfull spell. Not tested too much only in ascendant council. For now, only tracks casted spells (not channeled), and the hostile unit must be targeted by some raid member to detect the spells.
Added DungeounRole status.
------------------------------------------------------------------------