r757

Details

  • Filename
    Grid2-r757.zip
  • Uploaded by
  • Uploaded
    Feb 12, 2015
  • Size
    569.01 KB
  • Downloads
    2,085
  • MD5
    f446d437ec1da222ea567539365ef9d1

Supported WoW Retail Versions

  • 6.0.3

Changelog

------------------------------------------------------------------------
r757 | michaelspain | 2015-02-13 00:05:15 +0000 (Fri, 13 Feb 2015) | 15 lines
Changed paths:
   M /trunk/GridCore.lua
   M /trunk/GridDefaults.lua
   M /trunk/GridSetup.lua
   M /trunk/Options/GridStatuses.lua
   M /trunk/Options/GridUtils.lua
   M /trunk/Options/locales/esES.lua
   M /trunk/Options/modules/statuses/StatusAura.lua
   M /trunk/Options/modules/statuses/StatusAuraNew.lua
   M /trunk/Options/modules/statuses/StatusDirection.lua
   M /trunk/modules/IndicatorBar.lua
   M /trunk/modules/IndicatorIcons.lua
   M /trunk/modules/StatusAuras.lua
   A /trunk/modules/StatusAurasBuffDebuff.lua
   A /trunk/modules/StatusAurasBuffs.lua
   A /trunk/modules/StatusAurasDebuffType.lua
   A /trunk/modules/StatusAurasDebuffs.lua
   M /trunk/modules.xml

*Internal changes:
- Refactored buffs/debuffs management code and splited statuses in different files, now must be a bit more easy to understand/maintain.
- Changed icons indicator/auras statuses interface code to avoid generating memory garbage.
- Added a profileshutdown event to unregister indicators/statuses.

* User visible changes:
Now buffs/debuffs groups are named simply Buffs/Debuffs.
Now "Debuffs" statuses will track/display all debuffs on players.
Several filtering options for Debuffs can be configured to show/hide:
-Boss Debuffs/non boss debuffs,
-Long duration debuffs/Short duration debuffs
-Self/Non Self debuffs
-Debuffs Whitelist or Blacklist can be configured too.
Several "Debuffs" statuses can be created, for example one status to track Boss debuffs, another to track non boss debuffs or long duration debuffs, etc.
Warning !!!! this version has a lot of internal changes, it's really Alpha, please report any crash.
------------------------------------------------------------------------
r756 | michaelspain | 2015-02-06 19:43:20 +0000 (Fri, 06 Feb 2015) | 1 line
Changed paths:
   M /trunk/modules/StatusAuras.lua

Fixed a crash in statusauras module with boss debuffs.
------------------------------------------------------------------------
r755 | michaelspain | 2015-02-06 19:13:33 +0000 (Fri, 06 Feb 2015) | 4 lines
Changed paths:
   M /trunk/GridFrame.lua
   M /trunk/Options/GridStatuses.lua
   M /trunk/Options/locales/esES.lua
   M /trunk/Options/media/indicator-icons.tga
   M /trunk/Options/modules/general/GridTestIndicators.lua
   M /trunk/Options/modules/indicators/Indicator.lua
   M /trunk/Options/modules/indicators/IndicatorIcons.lua
   M /trunk/Options/modules/indicators/NewIndicator.lua
   M /trunk/Options/modules/statuses/StatusAura.lua
   M /trunk/modules/IndicatorBar.lua
   M /trunk/modules/IndicatorIcons.lua
   M /trunk/modules/IndicatorMultiBar.lua
   M /trunk/modules/StatusAuras.lua

- Fixed Indicator Tests crash with multibars. Ticket #410
- Fixed "Icons" creation indicator crash when an invalid anchor point was selected.
- Changed "Icons" indicator behaviour, now will display all statuses linked to the indicator, not only the first active indicator.

------------------------------------------------------------------------
r754 | michaelspain | 2015-02-05 00:10:19 +0000 (Thu, 05 Feb 2015) | 1 line
Changed paths:
   M /trunk/Options/GridIndicators.lua
   M /trunk/Options/locales/esES.lua
   A /trunk/Options/media/indicator-icons.tga
   A /trunk/Options/modules/indicators/IndicatorIcons.lua
   M /trunk/Options/modules/indicators/NewIndicator.lua
   M /trunk/Options/modules.xml
   A /trunk/modules/IndicatorIcons.lua
   M /trunk/modules/StatusAuras.lua
   M /trunk/modules.xml

Added a new indicator "icons".  Groups of buffs or debuffs can be assigned to this indicator, and in theory the indicator will spawn several icons, one icon for each active buff/debuff.
------------------------------------------------------------------------
r753 | michaelspain | 2015-02-02 17:25:04 +0000 (Mon, 02 Feb 2015) | 10 lines
Changed paths:
   M /trunk
   M /trunk/GridUtils.lua
   M /trunk/Options/GridStatuses.lua
   M /trunk/Options/GridUtils.lua
   M /trunk/Options/locales/enUS.lua
   M /trunk/Options/locales/esES.lua
   M /trunk/Options/modules/indicators/IndicatorMultiBar.lua
   M /trunk/Options/modules/statuses/StatusAura.lua
   M /trunk/Options/modules/statuses/StatusAuraNew.lua
   M /trunk/Options/modules/statuses/StatusAuraNewPredictor.lua
   M /trunk/Options/modules/statuses/StatusAuraNewSpells.lua
   M /trunk/modules/IndicatorBar.lua
   M /trunk/modules/StatusAuras.lua
   D /trunk/modules/StatusPurgatory.lua
   M /trunk/modules.xml

- Now buffs&debuffs statuses can be configured to monitorize and display an additional value.
Not all auras have extra values, examples of auras providing additional info are:
All priest shields, for example buff Power Word:Shield can be configured now to
track the remaining amount of the shield. The value can be displayed in a text, bar or in a
square indicator configuring several colors/thresholds.

- Removed dk-purgatory status, it's not necessary anymore, a standard debuff can be created to
track the same information, create a purgatory debuff and configure the debuff to track Value1.

- Updated buffs and debuffs displayed in the create buff/debuff drop down list.
------------------------------------------------------------------------
r752 | michaelspain | 2015-01-31 12:31:51 +0000 (Sat, 31 Jan 2015) | 1 line
Changed paths:
   M /trunk/modules/StatusHealth.lua

Fixed incoming-heals status: include player heals option was not working (ticket #407)
------------------------------------------------------------------------
r750 | michaelspain | 2015-01-29 06:34:15 +0000 (Thu, 29 Jan 2015) | 5 lines
Changed paths:
   M /trunk/GridLayoutLayouts.lua
   M /trunk/LDB/Grid2LDB.lua
   M /trunk/Options/modules/general/GridFrame.lua
   M /trunk/modules/IndicatorMultiBar.lua

Fixed By Class Layout.
Fixed a Grid2LDB issue.
Little optimization in multibar indicator.
Removed upper limit for frames width and height configuration.

------------------------------------------------------------------------
r749 | michaelspain | 2015-01-26 04:12:49 +0000 (Mon, 26 Jan 2015) | 3 lines
Changed paths:
   M /trunk/Options/modules/statuses/StatusAura.lua
   M /trunk/modules/StatusAuras.lua

StatusAuras:
- Fixed typeDebuffs crash when a duration threshold was configured. Ticket #374.
- Removed a workaround to druid wildgrowth expiration time bug (it seems blizzard fixed the issue time ago).
------------------------------------------------------------------------
r748 | michaelspain | 2015-01-25 12:17:44 +0000 (Sun, 25 Jan 2015) | 3 lines
Changed paths:
   M /trunk/GridLayout.lua
   M /trunk/GridLayoutLayouts.lua
   M /trunk/Options/locales/esES.lua
   M /trunk/RaidDebuffsOptions/Grid2RaidDebuffsOptions.lua
   M /trunk/modules/IndicatorMultiBar.lua

- Fixed NONE layout (amazing!, it was not working).
- Fixed raid debuffs encounter journal links (for WOD raids only)
- Minor optimizations in multibar indicator.
------------------------------------------------------------------------
r747 | michaelspain | 2015-01-25 00:54:16 +0000 (Sun, 25 Jan 2015) | 4 lines
Changed paths:
   M /trunk/GridIndicator.lua
   M /trunk/GridStatus.lua
   M /trunk/GridUtils.lua
   M /trunk/Options/GridCore.lua
   M /trunk/Options/GridIndicators.lua
   M /trunk/Options/GridUtils.lua
   M /trunk/Options/locales/esES.lua
   A /trunk/Options/media/indicator-multibar.tga
   M /trunk/Options/modules/general/GridFrame.lua
   M /trunk/Options/modules/indicators/Indicator.lua
   M /trunk/Options/modules/indicators/IndicatorBar.lua
   A /trunk/Options/modules/indicators/IndicatorMultiBar.lua
   M /trunk/Options/modules/indicators/IndicatorText.lua
   M /trunk/Options/modules/indicators/NewIndicator.lua
   M /trunk/Options/modules/indicators/StatusesIndicator.lua
   M /trunk/Options/modules/statuses/StatusHealth.lua
   M /trunk/Options/modules.xml
   M /trunk/modules/IndicatorBar.lua
   A /trunk/modules/IndicatorMultiBar.lua
   M /trunk/modules/IndicatorText.lua
   M /trunk/modules/StatusHealth.lua
   M /trunk/modules/StatusPurgatory.lua
   M /trunk/modules.xml

- Now indicators can be renamed.
- Now text shadows can be disabled.
- Added new status "my-heals-incoming".
- Added new indicator "multibar": this indicator manages up to 6 stacked bars, including reverse bars.
------------------------------------------------------------------------
r746 | michaelspain | 2015-01-18 05:58:14 +0000 (Sun, 18 Jan 2015) | 12 lines
Changed paths:
   D /trunk/modules/IndicatorBar-stable.lua
   D /trunk/modules/IndicatorBarStacked.lua

- Removed some erroneous files.
From previous revision:
- Fixed layout selection in Grid2LDB
- Added a reverseFill option for Bar Indicators. Ticket #358
- Now auras "show if missing" option will ignore pets. Ticket #403
- Added an new toggle option in incoming-heals status to substract heal absorbs from incoming heals.
- Removed "TortosCrystalShell" status.
- Removed "boss-shields" status.
- Added a new "heal-absorbs" status: display remaining amount of heal absorb shields from any source: bosses, player spells, etc.
- Refactored absorb shields code: Removed absorb-above-maxHP, absorb-below-maxHP and absorb-total statuses. Replaced with the already existing status: "shields". This status can be attached to the health bar like absorb-below-max-hp, or linked to a standalone bar/text/square indicator to display total shield absorb value.
- Colors based on shield absorb value can be configured now for "shields" status. Ticket #336
- Fixed ticket 384 (now custom shields cannot be defined in shields status so i bet the problem was gone)
------------------------------------------------------------------------
r745 | michaelspain | 2015-01-18 05:50:51 +0000 (Sun, 18 Jan 2015) | 11 lines
Changed paths:
   M /trunk/GridDefaults.lua
   M /trunk/GridFrame.lua
   M /trunk/GridIndicator.lua
   M /trunk/GridSetup.lua
   M /trunk/LDB/Grid2LDB.lua
   M /trunk/Options/locales/enUS.lua
   M /trunk/Options/locales/esES.lua
   M /trunk/Options/modules/indicators/IndicatorBar.lua
   A /trunk/Options/modules/statuses/StatusHealAbsorbs.lua
   M /trunk/Options/modules/statuses/StatusHealth.lua
   M /trunk/Options/modules/statuses/StatusShields.lua
   D /trunk/Options/modules/statuses/StatusShieldsBoss.lua
   M /trunk/Options/modules.xml
   A /trunk/modules/IndicatorBar-stable.lua
   M /trunk/modules/IndicatorBar.lua
   A /trunk/modules/IndicatorBarStacked.lua
   D /trunk/modules/StatusAbsorbs.lua
   M /trunk/modules/StatusAuras.lua
   A /trunk/modules/StatusHealAbsorbs.lua
   M /trunk/modules/StatusHealth.lua
   M /trunk/modules/StatusShields.lua
   D /trunk/modules/StatusShieldsBoss.lua
   D /trunk/modules/StatusTortosCrystalShell.lua
   M /trunk/modules.xml

Interface:
- Fixed layout selection in Grid2LDB
- Added a reverseFill option for Bar Indicators. Ticket #358
- Now auras "show if missing" option will ignore pets. Ticket #403
- Added an new toggle option in incoming-heals status to substract heal absorbs from incoming heals.
- Removed "TortosCrystalShell" status.
- Removed "boss-shields" status.
- Added a new "heal-absorbs" status: display remaining amount of heal absorb shields from any source: bosses, player spells, etc.
- Refactored absorb shields code: Removed absorb-above-maxHP, absorb-below-maxHP and absorb-total statuses. Replaced with the already existing status: "shields". This status can be attached to the health bar like absorb-below-max-hp, or linked to a standalone bar/text/square indicator to display total shield absorb value.
- Colors based on shield absorb value can be configured now for "shields" status. Ticket #336
- Fixed ticket 384 (now custom shields cannot be defined in shields status so i bet the problem was gone)
------------------------------------------------------------------------
r744 | michaelspain | 2015-01-14 18:55:29 +0000 (Wed, 14 Jan 2015) | 2 lines
Changed paths:
   M /trunk/GridLayout.lua
   M /trunk/GridLayoutLayouts.lua
   M /trunk/Options/modules/general/GridTestLayout.lua
   M /trunk/modules/StatusRange.lua

Grid2Layout: Added extra frame for background and border textures, to be able to resize grid2 window in combat. Changed grid2 window resizing code to fix ticket 401.
StatusRange: Fixed range issue for player in arena, now party layouts are not allowed for arenas: use a raid layout like "by group","by role", etc.
------------------------------------------------------------------------
r743 | michaelspain | 2015-01-12 06:20:28 +0000 (Mon, 12 Jan 2015) | 4 lines
Changed paths:
   M /trunk/Options/modules/general/GridLayoutsEditor.lua

Fixing a LayoutEditor bug, now new created custom layouts are correctly displayed in "Raid" option.
To fix already created layouts: go to the layout editor tab, select the customs layouts (no modification needed),
and return to the General or Advanced tab.
Custom layouts are using a new group by "Role" system, if some old custom layout was using the group by "Role" option, this setting will be ignored by the editor, simply reselect "By Role" option.
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
332.29 KB Feb 12, 2015 6.0.3 73