r579

Details

  • Filename
    Grid2-michaeln-r579.zip
  • Uploaded by
  • Uploaded
    Apr 8, 2011
  • Size
    428.03 KB
  • Downloads
    95
  • MD5
    305eb866daee46e55012abd22a605692

Supported WoW Retail Versions

  • 4.0.6

Changelog

------------------------------------------------------------------------
r579 | michaelspain | 2011-04-08 18:10:36 +0000 (Fri, 08 Apr 2011) | 2 lines
Changed paths:
   M /trunk/Options/GridIndicators.lua
   M /trunk/Options/locales/enUS.lua
   M /trunk/Options/locales/esES.lua
   M /trunk/modules/IndicatorIcon.lua

Icon indicators CooldownText position and size can be configured from Grid2Options now.
Added a toggle to disable OmniCC for each icon indicator.
------------------------------------------------------------------------
r578 | michaelspain | 2011-04-08 03:51:27 +0000 (Fri, 08 Apr 2011) | 1 line
Changed paths:
   M /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/modules/StatusMana.lua

Added a poweralt status, to show chogal corruption, atremedes sound, etc.
------------------------------------------------------------------------
r577 | michaelspain | 2011-04-07 02:23:28 +0000 (Thu, 07 Apr 2011) | 1 line
Changed paths:
   M /trunk/Options/locales/esMX.lua

Updated esMX locale
------------------------------------------------------------------------
r576 | michaelspain | 2011-04-06 21:57:41 +0000 (Wed, 06 Apr 2011) | 1 line
Changed paths:
   M /trunk/Libs/utf8/utf8.lua

Little speed optimization for latin alphabets in utf8 functions
------------------------------------------------------------------------
r574 | michaelspain | 2011-04-06 17:18:06 +0000 (Wed, 06 Apr 2011) | 1 line
Changed paths:
   M /trunk/RaidDebuffsOptions/Grid2RaidDebuffsOptions.lua

Minor change in Grid2RaidDebuffsOptions.lua
------------------------------------------------------------------------
r573 | michaelspain | 2011-04-06 16:49:19 +0000 (Wed, 06 Apr 2011) | 1 line
Changed paths:
   M /trunk/RaidDebuffsOptions/Grid2RaidDebuffsOptions.lua

Grid2RaidDebuffsOptions: Added debuffs descriptions, using  tooltip:SetHyperlink trick to catch the info.
------------------------------------------------------------------------
r572 | michaelspain | 2011-04-06 15:39:34 +0000 (Wed, 06 Apr 2011) | 1 line
Changed paths:
   M /trunk/Options/locales/enUS.lua
   M /trunk/Options/locales/esES.lua
   M /trunk/RaidDebuffsOptions/Grid2RaidDebuffsOptions.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsBC.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsCataclysm.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsLichKing.lua

Minor enhancements in Grid2RaidDebuffsOptions module
------------------------------------------------------------------------
r571 | michaelspain | 2011-04-06 03:29:32 +0000 (Wed, 06 Apr 2011) | 2 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Changes.txt
   M /trunk/GridCore.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/RaidDebuffs/Grid2RaidDebuffs.lua
   A /trunk/RaidDebuffsOptions
   A /trunk/RaidDebuffsOptions/Grid2RaidDebuffsOptions.lua
   A /trunk/RaidDebuffsOptions/Grid2RaidDebuffsOptions.toc
   A /trunk/RaidDebuffsOptions/RaidDebuffsBC.lua
   A /trunk/RaidDebuffsOptions/RaidDebuffsCataclysm.lua
   A /trunk/RaidDebuffsOptions/RaidDebuffsLichKing.lua

Created a more complete Grid2RaidDebuffsOptions module.
Now raid-debuffs spells can be configured, enabled/disabled etc.
------------------------------------------------------------------------
r569 | michaelspain | 2011-04-03 02:17:24 +0000 (Sun, 03 Apr 2011) | 1 line
Changed paths:
   M /trunk/Changes.txt

Changes.txt
------------------------------------------------------------------------
r568 | michaelspain | 2011-04-03 02:10:09 +0000 (Sun, 03 Apr 2011) | 1 line
Changed paths:
   M /trunk/GridFrame.lua
   M /trunk/GridLayout.lua
   M /trunk/GridLayoutLayouts.lua
   M /trunk/Options/GridFrame.lua
   M /trunk/Options/locales/esES.lua

Fixed wrong layout size recalculation when frames width or height were changed from Grid2Options.
------------------------------------------------------------------------
r567 | michaelspain | 2011-04-02 22:15:59 +0000 (Sat, 02 Apr 2011) | 2 lines
Changed paths:
   M /trunk/Changes.txt
   M /trunk/GridLayout.lua
   M /trunk/modules/IndicatorBar.lua
   D /trunk/modules/StatusHeals.lua
   M /trunk/modules/StatusHealth.lua
   M /trunk/modules.xml

StatusHeals.lua code moved to StatusHealth.lua to fix a
refresh issue: heals-incoming bar must be updated on units health or maxhealth changes, doing this we avoid registering unit_health_changes events again.
------------------------------------------------------------------------
r565 | michaelspain | 2011-04-02 17:13:54 +0000 (Sat, 02 Apr 2011) | 2 lines
Changed paths:
   M /trunk/Changes.txt
   M /trunk/Options/GridFrame.lua
   M /trunk/Options/GridIndicators.lua
   M /trunk/Options/GridStatuses.lua
   M /trunk/modules/IndicatorBar.lua

Fixed some issues related to new bar indicators system specially in Grid2Options. Cleaning up a bit Grid2Options code.

------------------------------------------------------------------------
r563 | michaelspain | 2011-04-01 23:39:35 +0000 (Fri, 01 Apr 2011) | 1 line
Changed paths:
   M /trunk/GridDefaults.lua
   M /trunk/GridFrame.lua
   M /trunk/GridIndicator.lua
   D /trunk/Options/GridCategories.lua
   M /trunk/Options/GridFrame.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/locales/esES.lua
   M /trunk/modules/IndicatorBar.lua
   M /trunk/modules/StatusMana.lua

IndicatorBar.lua Full refactoring. Now unlimited bar indicators can be created, and used to show any compatible status, for example a mana bar. health and heals are not specials bars now, can be deleted, created, and placed anywhere like any other user created bars.
------------------------------------------------------------------------
r561 | michaelspain | 2011-03-30 22:20:20 +0000 (Wed, 30 Mar 2011) | 2 lines
Changed paths:
   M /trunk/GridLayout.lua

Better fix to Layout bug, thanks to MSaint
http://forums.wowace.com/showpost.php?p=315982&postcount=215
------------------------------------------------------------------------
r559 | michaelspain | 2011-03-30 02:05:48 +0000 (Wed, 30 Mar 2011) | 1 line
Changed paths:
   M /trunk/Grid2.toc

Grid2.toc file modification
------------------------------------------------------------------------
r558 | michaelspain | 2011-03-30 01:16:33 +0000 (Wed, 30 Mar 2011) | 1 line
Changed paths:
   M /trunk/modules/StatusHealth.lua

Fix feigndeath status GetText (it was not returning any text)
------------------------------------------------------------------------
r557 | michaelspain | 2011-03-29 22:24:30 +0000 (Tue, 29 Mar 2011) | 1 line
Changed paths:
   M /trunk/GridLayout.lua

MSaint layout problems fix see: http://forums.wowace.com/showpost.php?p=315974&postcount=214
------------------------------------------------------------------------
r556 | michaelspain | 2011-03-29 19:23:47 +0000 (Tue, 29 Mar 2011) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   A /trunk/Changes.txt
   M /trunk/Grid2.toc
   D /trunk/GridCategory.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
   D /trunk/GridLocation.lua
   M /trunk/GridRange.lua
   A /trunk/GridSetup.lua
   M /trunk/GridStatus.lua
   M /trunk/GridUtils.lua
   A /trunk/LDB
   A /trunk/LDB/Grid2LDB.lua
   A /trunk/LDB/Grid2LDB.toc
   A /trunk/LDB/Libs
   A /trunk/LDB/Libs/LibDataBroker-1.1
   A /trunk/LDB/Libs/LibDataBroker-1.1/LibDataBroker-1.1.lua
   A /trunk/LDB/icon.tga
   A /trunk/Libs
   A /trunk/Libs/utf8
   A /trunk/Libs/utf8/utf8.lua
   M /trunk/Options/Grid2Options.toc
   M /trunk/Options/GridBlink.lua
   M /trunk/Options/GridCore.lua
   A /trunk/Options/GridDebug.lua
   D /trunk/Options/GridDefaults.lua
   M /trunk/Options/GridFrame.lua
   M /trunk/Options/GridIndicators.lua
   M /trunk/Options/GridLayout.lua
   D /trunk/Options/GridLocations.lua
   M /trunk/Options/GridStatuses.lua
   D /trunk/Options/core.lua
   M /trunk/Options/locales/enUS.lua
   M /trunk/Options/locales/esES.lua
   A /trunk/README.txt
   A /trunk/RaidDebuffs/Grid2RaidDebuffs.lua
   A /trunk/RaidDebuffs/Grid2RaidDebuffs.toc
   D /trunk/RaidDebuffs/Grid2StatusRaidDebuffs.lua
   D /trunk/RaidDebuffs/Grid2StatusRaidDebuffs.toc
   D /trunk/RaidDebuffsOptions
   M /trunk/locales/enUS.lua
   M /trunk/locales/esES.lua
   M /trunk/modules/IndicatorBar.lua
   M /trunk/modules/IndicatorBorder.lua
   M /trunk/modules/IndicatorIcon.lua
   M /trunk/modules/IndicatorSquare.lua
   M /trunk/modules/IndicatorText.lua
   M /trunk/modules/StatusHeals.lua
   M /trunk/modules/StatusHealth.lua
   A /trunk/modules/StatusTargetIcon.lua
   M /trunk/modules.xml

First commit, see Changes.txt
------------------------------------------------------------------------
r555 | jerry | 2011-01-08 20:50:19 +0000 (Sat, 08 Jan 2011) | 1 line
Changed paths:
   M /trunk/RaidDebuffs/Grid2StatusRaidDebuffs.lua

Add final debuff for Ticket-199. Thanks Kaleide.
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
155.88 KB Apr 8, 2011 4.0.6 33