r852-alpha

Details

  • Filename
    Grid2-r852-alpha.zip
  • Uploaded by
  • Uploaded
    Dec 21, 2018
  • Size
    517.42 KB
  • Downloads
    489
  • MD5
    e5b10717aa4716c4d100e7c8e1616022

Supported WoW Retail Versions

  • 8.0.1

Changelog

------------------------------------------------------------------------
r852 | michaelspain | 2018-12-21 19:35:26 +0000 (Fri, 21 Dec 2018) | 5 lines
Changed paths:
   M /trunk/GridCore.lua
   M /trunk/Options/GridThemes.lua
   M /trunk/Options/modules/statuses/StatusHealth.lua
   M /trunk/modules/IndicatorIcon.lua
   M /trunk/modules/StatusHealth.lua

- Icon Indicator: Now stack count text will be displayed over the cooldown animation, not applicable to icons(plural) indicator. (Ticket #623)
- Health Updates: Removed normal update frequency, now only "Fast" and "Instant" updates are applicable. This must fix ticket #625.
- Health Updates: "Fast" update frequency renamed to "Normal", so only "Normal" and "Instant" are available in configuration.
- Themes: Now specialization theme rules/conditions are class specific. (Ticket #626). Users must redo theme rules configuration (if they are using specialization rules).

------------------------------------------------------------------------
r851 | michaelspain | 2018-12-16 00:09:11 +0000 (Sun, 16 Dec 2018) | 1 line
Changed paths:
   M /trunk/Options/modules/statuses/StatusAuraNew.lua
   M /trunk/modules/StatusAuras.lua

Debuffs: Now mine & not-mine debuffs can be created, useful to track the new priest "Weakened Soul" debuff.
------------------------------------------------------------------------
r850 | michaelspain | 2018-12-12 17:19:59 +0000 (Wed, 12 Dec 2018) | 2 lines
Changed paths:
   M /trunk/GridCore.lua
   M /trunk/GridFrame.lua
   M /trunk/Options/locales/esES.lua
   M /trunk/Options/modules/statuses/StatusMisc.lua
   M /trunk/Options/modules/themes/GridGeneral.lua
   A /trunk/modules/StatusSummon.lua
   M /trunk/modules.xml

*Added a new "summon" status to track summoned players (summon accepted, declined,etc)(setup is under Miscellaneous category).
*Using background textures instead of border textures for mouseover highlight texture option.
------------------------------------------------------------------------
r849 | michaelspain | 2018-11-30 20:26:54 +0000 (Fri, 30 Nov 2018) | 1 line
Changed paths:
   M /trunk/modules/StatusReadyCheck.lua

-Fixing readycheck status bug (when linked to icons indicator) (second issue in ticket #616)
------------------------------------------------------------------------
r848 | michaelspain | 2018-11-30 17:09:24 +0000 (Fri, 30 Nov 2018) | 2 lines
Changed paths:
   M /trunk/GridRoster.lua
   M /trunk/modules/StatusReadyCheck.lua

-Minor changes in ReadyCheck status.
-Fixed a minor issue in roster module.
------------------------------------------------------------------------
r847 | michaelspain | 2018-11-29 03:25:07 +0000 (Thu, 29 Nov 2018) | 4 lines
Changed paths:
   M /trunk/GridUtils.lua
   M /trunk/Options/modules/statuses/StatusHealsAoe.lua
   M /trunk/modules/StatusOffline.lua
   M /trunk/modules/StatusRange.lua

-Now StatusAOE configuration allows to add more spells (spells with spellID>150000)
-Using a standalone frame as parent for animation timers instead of the Grid2 main frame (because
using Grid2 main frame, timers "Play" method is up to half million x times slower :O).

------------------------------------------------------------------------
r846 | michaelspain | 2018-11-23 18:09:57 +0000 (Fri, 23 Nov 2018) | 2 lines
Changed paths:
   M /trunk/GridLayout.lua
   M /trunk/GridRoster.lua
   M /trunk/GridUtils.lua
   M /trunk/Options/GridUtils.lua
   M /trunk/Options/modules/themes/GridGeneral.lua
   M /trunk/modules/StatusBanzai.lua
   M /trunk/modules/StatusReadyCheck.lua
   M /trunk/modules/StatusRole.lua

-Minor refactoring in roster management, role and ready check statuses.
-Removed some debug code.
------------------------------------------------------------------------
r845 | michaelspain | 2018-11-12 00:18:36 +0000 (Mon, 12 Nov 2018) | 3 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Grid2.toc
   M /trunk/GridCore.lua
   M /trunk/GridLayout.lua
   M /trunk/GridStatus.lua
   M /trunk/GridUtils.lua
   M /trunk/Options/modules/general/GridLayoutsEditor.lua
   M /trunk/Options/modules/statuses/Status.lua
   M /trunk/Options/modules/statuses/StatusAura.lua
   M /trunk/Options/modules/statuses/StatusColor.lua
   M /trunk/Options/modules/statuses/StatusHealth.lua
   M /trunk/Options/modules/statuses/StatusMana.lua
   M /trunk/Options/modules/statuses/StatusRaidIcon.lua
   M /trunk/Options/modules/themes/GridGeneral.lua
   M /trunk/modules/IndicatorBar.lua
   M /trunk/modules/IndicatorText.lua
   M /trunk/modules/StatusAFK.lua
   M /trunk/modules/StatusAuras.lua
   M /trunk/modules/StatusBanzai.lua
   M /trunk/modules/StatusCombat.lua
   M /trunk/modules/StatusDirection.lua
   M /trunk/modules/StatusHealsAoe.lua
   M /trunk/modules/StatusOffline.lua
   M /trunk/modules/StatusPvP.lua
   M /trunk/modules/StatusRange.lua
   M /trunk/modules/StatusReadyCheck.lua
   M /trunk/modules/StatusRes.lua
   M /trunk/modules/StatusRole.lua
   M /trunk/modules/StatusThreat.lua
   M /trunk/modules/StatusVehicle.lua

-Replace all AceTimers with built-in timers.
-Removed AceTimer library.
-Fixed a bug, auras tracking by spellID was not working.
------------------------------------------------------------------------
r844 | michaelspain | 2018-11-07 17:22:59 +0000 (Wed, 07 Nov 2018) | 1 line
Changed paths:
   M /trunk/GridLayout.lua
   M /trunk/Options/modules/general/GridLayoutsEditor.lua

- Fixed a crash due to a bug in conversion code from old custom layout format.
------------------------------------------------------------------------
r843 | michaelspain | 2018-11-05 17:52:12 +0000 (Mon, 05 Nov 2018) | 1 line
Changed paths:
   M /trunk/GridLayout.lua
   M /trunk/Options/modules/general/GridLayoutsEditor.lua

Fixed a crash with ancient user defined layouts.
------------------------------------------------------------------------
r842 | michaelspain | 2018-11-05 02:57:14 +0000 (Mon, 05 Nov 2018) | 6 lines
Changed paths:
   M /trunk/GridCore.lua
   M /trunk/GridLayout.lua
   M /trunk/GridLayoutLayouts.lua
   M /trunk/GridRoster.lua
   M /trunk/GridUtils.lua
   M /trunk/Options/GridThemes.lua
   M /trunk/Options/GridUtils.lua
   M /trunk/Options/locales/esES.lua
   M /trunk/Options/modules/general/GridDebug.lua
   M /trunk/Options/modules/general/GridLayoutsEditor.lua
   M /trunk/Options/modules/themes/GridLayouts.lua
   M /trunk/Options/modules/themes/GridTestLayout.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsBfA.lua
   M /trunk/locales/esES.lua
   M /trunk/modules/StatusCombat.lua

*Removed a lot of layouts, now the only available built-in layouts are:
By Group, By Class, By Role, By Group & Role.
Deleted layouts can be recreated using the layout editor.
*Added some defaults settings for layouts in General -> Layouts.
*Improved the layout editor (in General -> Layouts): Now players NameLists filters can be defined.
*Fixed a bug: not all players were visible in some Brawl instances when using some built-in layouts.
------------------------------------------------------------------------
r841 | michaelspain | 2018-10-24 23:27:27 +0000 (Wed, 24 Oct 2018) | 2 lines
Changed paths:
   M /trunk/Options/locales/esES.lua
   A /trunk/Options/modules/statuses/StatusCombat.lua
   M /trunk/Options/modules.xml
   M /trunk/locales/esES.lua
   A /trunk/modules/StatusCombat.lua
   M /trunk/modules/StatusRole.lua
   M /trunk/modules.xml

-Little optimization in Leader status.
-Added "Combat" and "Combat:mine" statuses.
------------------------------------------------------------------------
r840 | michaelspain | 2018-10-24 01:27:40 +0000 (Wed, 24 Oct 2018) | 6 lines
Changed paths:
   M /trunk/GridLayout.lua
   M /trunk/Options/locales/esES.lua
   M /trunk/Options/modules/indicators/IndicatorMultiBar.lua
   M /trunk/Options/modules/themes/GridGeneral.lua
   M /trunk/Options/modules/themes/GridTestLayout.lua
   M /trunk/modules/StatusAuras.lua

-Fixed a bug in StatusAuras/Multibars. "Val" values were not set to nil when a buff ends (ticket #609)
-Workaround for a strange AceDialog/AceGUI/EditBox bug, occasionally, the first time Theme->General
options are displayed, all slider editboxes display nothing: the sliders display the correct values but
the editboxes are blank.
-Fixed Minor bug in GridTestLayout.lua.
-Fixed a lua error when moving grid2 main window in combat.
------------------------------------------------------------------------
r839 | michaelspain | 2018-10-21 16:53:38 +0000 (Sun, 21 Oct 2018) | 25 lines
Changed paths:
   M /trunk/GridCore.lua
   M /trunk/GridDefaults.lua
   M /trunk/GridFrame.lua
   M /trunk/GridIndicator.lua
   M /trunk/GridLayout.lua
   M /trunk/GridRoster.lua
   M /trunk/GridSetup.lua
   M /trunk/GridUtils.lua
   M /trunk/LDB/Grid2LDB.lua
   M /trunk/Options/Grid2Options.toc
   M /trunk/Options/GridCore.lua
   M /trunk/Options/GridIndicators.lua
   M /trunk/Options/GridStatuses.lua
   A /trunk/Options/GridThemes.lua
   M /trunk/Options/GridUtils.lua
   M /trunk/Options/locales/enUS.lua
   M /trunk/Options/locales/esES.lua
   D /trunk/Options/modules/general/GridBlink.lua
   M /trunk/Options/modules/general/GridDebug.lua
   D /trunk/Options/modules/general/GridFrame.lua
   A /trunk/Options/modules/general/GridGeneral.lua
   D /trunk/Options/modules/general/GridHideBlizzardFrames.lua
   D /trunk/Options/modules/general/GridLayout.lua
   D /trunk/Options/modules/general/GridLayouts.lua
   M /trunk/Options/modules/general/GridLayoutsEditor.lua
   D /trunk/Options/modules/general/GridLoadOnDemand.lua
   D /trunk/Options/modules/general/GridMinimapIcon.lua
   M /trunk/Options/modules/general/GridProfile.lua
   D /trunk/Options/modules/general/GridTestIndicators.lua
   D /trunk/Options/modules/general/GridTestLayout.lua
   D /trunk/Options/modules/general/GridTextFormat.lua
   M /trunk/Options/modules/indicators/Indicator.lua
   M /trunk/Options/modules/indicators/IndicatorBar.lua
   M /trunk/Options/modules/indicators/IndicatorBorder.lua
   M /trunk/Options/modules/indicators/IndicatorIcon.lua
   M /trunk/Options/modules/indicators/IndicatorIcons.lua
   M /trunk/Options/modules/indicators/IndicatorMultiBar.lua
   M /trunk/Options/modules/indicators/IndicatorSquare.lua
   M /trunk/Options/modules/indicators/IndicatorText.lua
   D /trunk/Options/modules/indicators/NewIndicator.lua
   D /trunk/Options/modules/indicators/StatusesIndicator.lua
   D /trunk/Options/modules/indicators/TypeIndicator.lua
   M /trunk/Options/modules/statuses/Status.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/StatusHealth.lua
   A /trunk/Options/modules/themes
   A /trunk/Options/modules/themes/GridGeneral.lua
   A /trunk/Options/modules/themes/GridIndicators.lua
   A /trunk/Options/modules/themes/GridLayouts.lua
   A /trunk/Options/modules/themes/GridTestLayout.lua
   M /trunk/Options/modules.xml
   M /trunk/RaidDebuffs/Grid2RaidDebuffs.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsBfA.lua
   M /trunk/modules/IndicatorAlpha.lua
   M /trunk/modules/IndicatorBar.lua
   M /trunk/modules/IndicatorBorder.lua
   M /trunk/modules/IndicatorIcon.lua
   M /trunk/modules/IndicatorIcons.lua
   M /trunk/modules/IndicatorMultiBar.lua
   M /trunk/modules/IndicatorSquare.lua
   M /trunk/modules/IndicatorText.lua
   M /trunk/modules/IndicatorTooltip.lua
   M /trunk/modules/StatusAuras.lua
   D /trunk/modules/StatusAurasBuffDebuff.lua
   M /trunk/modules/StatusAurasBuffs.lua
   D /trunk/modules/StatusAurasDebuffType.lua
   M /trunk/modules/StatusAurasDebuffs.lua
   M /trunk/modules/StatusBanzai.lua
   M /trunk/modules/StatusDirection.lua
   M /trunk/modules/StatusHealAbsorbs.lua
   M /trunk/modules/StatusHealth.lua
   M /trunk/modules/StatusRaidIcon.lua
   M /trunk/modules/StatusRange.lua
   M /trunk/modules/StatusRes.lua
   M /trunk/modules/StatusShields.lua
   M /trunk/modules.xml

WARNING this version has massive changes, some crashes&bugs may be expected.

-Fixed an issue with tooltips and clique (ticket #602)
-Changed the way unit frames are registered on clique addon.
-Removed some duplicated raid debuffs.
-Refactored StatusAuras/Buffs/Debuffs code to avoid a lot of function calls.
-Refactored the code of most timers.
-Removed the main window background gradient and added an option to setup the background texture.
-Removed the posibility to change profiles based on group type and raid size.
-Options to remove or rename indicators have been moved to: Indicators -> Right Panel.
-Added the posibility to have multiple "Themes", a different theme can be enabled for each especialization, group type or raid size.

A theme defines:
* Main window and unit frames appearance & position.
* Some default values for indicators: bars orientation&texture, font, font size, icon size, etc.
* A list of indicators enabled for the theme.
* The layouts to be used.

Indicators & Statuses are the same for all themes, but the displayed information & appearance can
be customized enabling/disabling different indicators for each theme or using different default values
per theme.

People who do not want to use themes can locate the old appearance configuration (general&layouts) in the default theme:
Left Panel -> Themes -> Default.

------------------------------------------------------------------------
r838 | michaelspain | 2018-09-24 02:11:07 +0000 (Mon, 24 Sep 2018) | 4 lines
Changed paths:
   M /trunk/GridCore.lua
   M /trunk/GridFrame.lua
   M /trunk/GridLayout.lua
   M /trunk/Options/modules/general/GridDebug.lua
   M /trunk/modules/IndicatorTooltip.lua
   M /trunk/modules/StatusAuras.lua
   M /trunk/modules/StatusAurasDebuffs.lua

- Fixing ticket #594, (whitelisted debuffs not displayed).
- Fixing minor pets bug in GridLayout.
- Debugging options now are global (instead of per profile).

------------------------------------------------------------------------
r837 | michaelspain | 2018-09-23 03:43:01 +0000 (Sun, 23 Sep 2018) | 1 line
Changed paths:
   M /trunk/Grid2.toc
   M /trunk/GridCore.lua
   M /trunk/GridFrame.lua
   M /trunk/GridLayout.lua
   M /trunk/modules/IndicatorTooltip.lua

Fixed a crash when changing profiles.
------------------------------------------------------------------------
r836 | michaelspain | 2018-09-23 02:08:51 +0000 (Sun, 23 Sep 2018) | 5 lines
Changed paths:
   M /trunk/GridDefaults.lua
   M /trunk/GridFrame.lua
   M /trunk/GridLayout.lua
   M /trunk/GridLayoutLayouts.lua
   M /trunk/LDB/Grid2LDB.lua
   M /trunk/Options/GridIndicators.lua
   M /trunk/Options/locales/enUS.lua
   M /trunk/Options/locales/esES.lua
   A /trunk/Options/media/indicator-tooltip.tga
   M /trunk/Options/modules/general/GridFrame.lua
   M /trunk/Options/modules/general/GridLayoutsEditor.lua
   A /trunk/Options/modules/indicators/IndicatorTooltip.lua
   M /trunk/Options/modules.xml
   M /trunk/RaidDebuffs/Grid2RaidDebuffs.lua
   A /trunk/modules/IndicatorTooltip.lua
   M /trunk/modules/StatusAuras.lua
   M /trunk/modules/StatusAurasDebuffs.lua
   M /trunk/modules/StatusBanzai.lua
   M /trunk/modules/StatusName.lua
   M /trunk/modules.xml

- Fixing ticket #593 (Grid2 layouts not working in Brawl)
- Cleaning a bit layouts definitions and layouts managemente code.
- Refactored de Tooltip management code:
* Now tooltip is a new indicator, configurable from Options -> Indicators -> tooltip
* Statuses that can be assigned to the new tooltip indicator: Name, Banzai, RaidDebuffs, Debuffs (groups of debuffs)
------------------------------------------------------------------------
r835 | michaelspain | 2018-09-21 16:35:32 +0000 (Fri, 21 Sep 2018) | 1 line
Changed paths:
   M /trunk/RaidDebuffs/Grid2RaidDebuffs.lua

RaidDebuffs: One more workaround for the never-ending ticket #588 (Uldir RaidDebuffs not loading).
------------------------------------------------------------------------
r834 | michaelspain | 2018-09-19 02:11:02 +0000 (Wed, 19 Sep 2018) | 2 lines
Changed paths:
   M /trunk/GridRoster.lua
   M /trunk/RaidDebuffs/Grid2RaidDebuffs.lua
   M /trunk/modules/StatusRange.lua

-Fixed Status Range bug when changing profile.
-RaidDebuffs: Workaround to try to fix ticket #588 (sometimes raiddebuffs not loaded).
------------------------------------------------------------------------
r833 | michaelspain | 2018-09-18 19:04:46 +0000 (Tue, 18 Sep 2018) | 7 lines
Changed paths:
   M /trunk/Options/locales/enUS.lua
   M /trunk/Options/locales/esES.lua
   M /trunk/Options/modules/general/GridProfile.lua
   M /trunk/Options/modules/statuses/StatusAuraNew.lua
   M /trunk/RaidDebuffs/Grid2RaidDebuffs.lua
   M /trunk/RaidDebuffsOptions/OptionsGeneral.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsBfA.lua
   M /trunk/modules/StatusAuras.lua
   M /trunk/modules/StatusAurasBuffs.lua
   M /trunk/modules/StatusHealsAoe.lua
   M /trunk/modules/StatusHealth.lua
   M /trunk/modules/StatusRange.lua
   M /trunk/modules/StatusTarget.lua
   M /trunk/modules/StatusVoiceComm.lua

-Fixed target status not updated when raid members were added or removed (ticket #581)
-Fixed Buffs groups colors time tracking bug (ticket #590)
-Fixed timetracker initialization bug in StatusAuras.lua (initialization code was executed multiple times instead of only once)
-Some minor speed optimization tweaks in several statuses.
-Added number of raid debuffs loaded in Grid2 LDB and Minimap tooltip.

------------------------------------------------------------------------
r832 | michaelspain | 2018-09-14 01:40:11 +0000 (Fri, 14 Sep 2018) | 3 lines
Changed paths:
   M /trunk/GridLayout.lua
   M /trunk/Options/locales/enUS.lua
   M /trunk/Options/locales/esES.lua
   M /trunk/Options/modules/general/GridProfile.lua

Profiles management:
- Now profile configurations by Raid Type (pvp/lfr/mythic/etc) are optional.
- Removed "Raid(world)" & "Raid(other)" configurations, replaced by a simple "Raid" profile option.
------------------------------------------------------------------------
r831 | michaelspain | 2018-09-13 19:08:28 +0000 (Thu, 13 Sep 2018) | 11 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Grid2.toc
   M /trunk/GridCore.lua
   M /trunk/GridLayout.lua
   M /trunk/Options/Grid2Options.toc
   M /trunk/Options/locales/enUS.lua
   M /trunk/Options/locales/esES.lua
   M /trunk/Options/modules/general/GridExportImport.lua
   M /trunk/Options/modules/general/GridLayouts.lua
   M /trunk/Options/modules/general/GridLayoutsEditor.lua
   M /trunk/Options/modules/general/GridProfile.lua
   M /trunk/Options/modules/statuses/StatusAuraNewPredictor.lua
   M /trunk/RaidDebuffs/Grid2RaidDebuffs.lua
   M /trunk/modules/StatusAurasDebuffs.lua

-Fixing non self debuffs bug (ticket #582).
-Layouts Editor: Added Role Order option (visible when Group By: "Role" is selected).
-Refactored Profiles Management Code:
*Removed libdualspec library (now grid2 own code handles spec profile changes).
*"Advanced" tab renamed to "Import&Export"
*New "Advanced" tab to configure advanced profiles:
*Added "Enable profiles by Specialization" option to Advanced tab.
*Added "Enable Profiles by Type of Group"  option to Advanced tab. Enabling this option a different
  profile can be selected for each type of group: solo, party, arena, raid, etc.
*Profiles "by spec" and "by type of group" can be enabled at the same time.

------------------------------------------------------------------------
r830 | michaelspain | 2018-09-07 17:21:12 +0000 (Fri, 07 Sep 2018) | 1 line
Changed paths:
   M /trunk/GridCore.lua
   M /trunk/GridFrame.lua
   M /trunk/Options/locales/enUS.lua
   M /trunk/Options/locales/esES.lua
   M /trunk/Options/modules/general/GridFrame.lua

Added configuration options to Texture&Color mouseover Highlight.(ticket #580)
------------------------------------------------------------------------
r829 | michaelspain | 2018-08-24 01:14:46 +0000 (Fri, 24 Aug 2018) | 1 line
Changed paths:
   M /trunk/RaidDebuffsOptions/RaidDebuffsBfA.lua

Raid Debuffs: Added a lot of 5man instances debuffs.
------------------------------------------------------------------------
r828 | michaelspain | 2018-08-15 18:36:29 +0000 (Wed, 15 Aug 2018) | 1 line
Changed paths:
   M /trunk/Options/GridUtils.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsBfA.lua

Fixed Grid2Options crash when game client is in windowed mode.
------------------------------------------------------------------------
r827 | michaelspain | 2018-08-13 13:25:42 +0000 (Mon, 13 Aug 2018) | 2 lines
Changed paths:
   M /trunk/RaidDebuffsOptions/RaidDebuffsBfA.lua

- Removed duplicated raid debuffs.
- Added some missing Uldir Raid Debuffs (thanks to Sixthumbs)
------------------------------------------------------------------------
r826 | stanzilla | 2018-08-13 12:01:43 +0000 (Mon, 13 Aug 2018) | 1 line
Changed paths:
   M /trunk/RaidDebuffsOptions/RaidDebuffsBfA.lua

add a few more Uldir debuffs, thanks to JD
------------------------------------------------------------------------
r825 | michaelspain | 2018-08-10 21:09:15 +0000 (Fri, 10 Aug 2018) | 2 lines
Changed paths:
   M /trunk/Options/modules/indicators/IndicatorIcon.lua
   M /trunk/modules/IndicatorIcon.lua
   M /trunk/modules/StatusBanzai.lua

-Fixed banzai status.
-Added a "Display Square" option to Icons indicator, enabling this option, the indicator will display a flat square instead the icon provided by the active status, useful to display a colorized square with an animation cooldown (see ticket #574).
------------------------------------------------------------------------
r824 | michaelspain | 2018-08-08 19:52:45 +0000 (Wed, 08 Aug 2018) | 1 line
Changed paths:
   M /trunk/modules/StatusAurasBuffs.lua

Fixing Buffs status bug (ticket #573).
------------------------------------------------------------------------
r823 | michaelspain | 2018-08-07 18:49:08 +0000 (Tue, 07 Aug 2018) | 2 lines
Changed paths:
   M /trunk/GridFrame.lua
   M /trunk/Options/GridUtils.lua
   M /trunk/Options/modules/general/GridLayout.lua
   M /trunk/modules/StatusAurasDebuffs.lua

- Speed optimization for Debuffs Groups statuses.
- Minor code tweaks.
------------------------------------------------------------------------
r822 | michaelspain | 2018-08-07 03:55:21 +0000 (Tue, 07 Aug 2018) | 1 line
Changed paths:
   M /trunk/modules/StatusAurasDebuffs.lua

-Fixing bug in Dispellable debuffs filter status (ticket #572)
------------------------------------------------------------------------
r821 | michaelspain | 2018-08-07 03:25:39 +0000 (Tue, 07 Aug 2018) | 2 lines
Changed paths:
   M /trunk/Options/modules/general/GridLayout.lua
   M /trunk/modules/StatusAurasBuffDebuff.lua
   M /trunk/modules/StatusAurasDebuffs.lua

-Some tweaks to Debuffs status , trying to fix ticket #572.
-Added Horizontal&Vertical position sliders to general options (ticket #454)
------------------------------------------------------------------------
r820 | michaelspain | 2018-08-04 16:55:56 +0000 (Sat, 04 Aug 2018) | 1 line
Changed paths:
   M /trunk/GridLayout.lua

Fixed layouts by raid size functionality (ticket #570)
------------------------------------------------------------------------
r819 | michaelspain | 2018-07-28 16:21:45 +0000 (Sat, 28 Jul 2018) | 9 lines
Changed paths:
   M /trunk/GridFrame.lua
   M /trunk/GridLayout.lua
   M /trunk/Options/locales/esES.lua
   M /trunk/Options/modules/general/GridLayout.lua
   M /trunk/RaidDebuffs/Grid2RaidDebuffs.lua
   M /trunk/RaidDebuffsOptions/Grid2RaidDebuffsOptions.lua
   M /trunk/RaidDebuffsOptions/Grid2RaidDebuffsOptions.toc
   M /trunk/RaidDebuffsOptions/OptionsAdvanced.lua
   M /trunk/RaidDebuffsOptions/OptionsGeneral.lua
   D /trunk/RaidDebuffsOptions/OptionsRegAuto.lua
   D /trunk/RaidDebuffsOptions/RaidDebuffsBC.lua
   A /trunk/RaidDebuffsOptions/RaidDebuffsBfA.lua
   D /trunk/RaidDebuffsOptions/RaidDebuffsCataclysm.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsLegion.lua
   D /trunk/RaidDebuffsOptions/RaidDebuffsLichKing.lua
   D /trunk/RaidDebuffsOptions/RaidDebuffsMoP.lua
   D /trunk/RaidDebuffsOptions/RaidDebuffsWoD.lua

-Enabled right click menu functionality without clique addon.
-Removed clickthrough option.
*RaidDebuffs:
-Removed old expansions raid debuffs
-Simplified raid debuffs autodetection code.
-Added Battle for Azeroth raid debuffs for 5man instances and Uldir raid.
*** WARNING: This version will reset raid debuffs configuration on first run,
all raid debuffs will by removed (even custom debuffs).

------------------------------------------------------------------------
r818 | michaelspain | 2018-07-22 08:45:33 +0000 (Sun, 22 Jul 2018) | 1 line
Changed paths:
   M /trunk/RaidDebuffs/Grid2RaidDebuffs.lua

- Fixed Grid2RaidDebuffs crash (ticket #566)
------------------------------------------------------------------------
r817 | michaelspain | 2018-07-21 19:11:20 +0000 (Sat, 21 Jul 2018) | 1 line
Changed paths:
   M /trunk/modules/StatusDirection.lua

Fixed Direction status crash.
------------------------------------------------------------------------
r816 | michaelspain | 2018-07-20 20:40:25 +0000 (Fri, 20 Jul 2018) | 3 lines
Changed paths:
   M /trunk/GridRoster.lua
   M /trunk/modules/StatusDirection.lua
   M /trunk/modules/StatusHealsAoe.lua
   M /trunk/modules/StatusVoiceComm.lua

-Fixed AOE Heals status (ticket #560)
-Fixed Voice status (maybe, not tested).

------------------------------------------------------------------------
r815 | michaelspain | 2018-07-19 15:10:02 +0000 (Thu, 19 Jul 2018) | 4 lines
Changed paths:
   M /trunk/RaidDebuffs/Grid2RaidDebuffs.lua
   M /trunk/RaidDebuffsOptions/Grid2RaidDebuffsOptions.lua
   M /trunk/RaidDebuffsOptions/OptionsAdvanced.lua
   M /trunk/RaidDebuffsOptions/OptionsLuaCode.lua
   M /trunk/RaidDebuffsOptions/OptionsRegAuto.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsBC.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsCataclysm.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsLegion.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsLichKing.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsMoP.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsWoD.lua
   M /trunk/modules/StatusAurasDebuffs.lua
   M /trunk/modules/StatusVoiceComm.lua

-Fixed dispeleable debuffs crash (ticket #557)
-Fixed Voice status crash, status was disabled, it does not work anymore(ticket #558)
-Grid2RaidDebuffs: Due to Battle for Azeroth api changes WorldMapAreaIDs cannot be used anymore.
So all WorldMapAreaIDs were converted to instanceMapIDs (8th parameter of GetInstanceInfo())
------------------------------------------------------------------------
r814 | michaelspain | 2018-07-17 22:13:56 +0000 (Tue, 17 Jul 2018) | 1 line
Changed paths:
   M /trunk/Grid2.toc
   M /trunk/GridCore.lua
   M /trunk/GridUtils.lua
   M /trunk/LDB/Grid2LDB.toc
   M /trunk/Options/Grid2Options.toc
   M /trunk/Options/modules.xml
   M /trunk/RaidDebuffs/Grid2RaidDebuffs.lua
   M /trunk/RaidDebuffs/Grid2RaidDebuffs.toc
   M /trunk/RaidDebuffsOptions/Grid2RaidDebuffsOptions.toc
   M /trunk/RaidDebuffsOptions/OptionsAdvanced.lua
   M /trunk/modules/StatusAuras.lua
   M /trunk/modules/StatusAurasBuffs.lua
   M /trunk/modules/StatusAurasDebuffs.lua
   M /trunk/modules/StatusBanzai.lua
   M /trunk/modules/StatusDirection.lua
   M /trunk/modules/StatusHealsAoe.lua
   M /trunk/modules/StatusHealth.lua
   M /trunk/modules/StatusMana.lua
   M /trunk/modules/StatusRole.lua

-Fixes for 8.0.1
------------------------------------------------------------------------
r813 | stanzilla | 2018-04-18 15:37:46 +0000 (Wed, 18 Apr 2018) | 1 line
Changed paths:
   M /trunk/GridDefaults.lua
   M /trunk/GridSetup.lua
   M /trunk/Options/locales/deDE.lua

clean out a few old class spells and fix a typo
------------------------------------------------------------------------
r812 | stanzilla | 2018-02-24 00:20:15 +0000 (Sat, 24 Feb 2018) | 1 line
Changed paths:
   A /trunk/.editorconfig
   M /trunk/Grid2.toc
   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/GridRoster.lua
   M /trunk/GridSetup.lua
   M /trunk/GridStatus.lua
   M /trunk/GridUtils.lua
   M /trunk/Options/GridCore.lua
   M /trunk/Options/GridGeneral.lua
   M /trunk/Options/GridIndicators.lua
   M /trunk/Options/GridStatuses.lua
   M /trunk/Options/GridUtils.lua
   M /trunk/Options/modules/general/GridAbout.lua
   M /trunk/Options/modules/general/GridBlink.lua
   M /trunk/Options/modules/general/GridDebug.lua
   M /trunk/Options/modules/general/GridExportImport.lua
   M /trunk/Options/modules/general/GridFrame.lua
   M /trunk/Options/modules/general/GridHideBlizzardFrames.lua
   M /trunk/Options/modules/general/GridLayout.lua
   M /trunk/Options/modules/general/GridLayoutsEditor.lua
   M /trunk/Options/modules/general/GridLoadOnDemand.lua
   M /trunk/Options/modules/general/GridMinimapIcon.lua
   M /trunk/Options/modules/general/GridProfile.lua
   M /trunk/Options/modules/general/GridTestIndicators.lua
   M /trunk/Options/modules/general/GridTextFormat.lua
   M /trunk/Options/modules/indicators/Indicator.lua
   M /trunk/Options/modules/indicators/IndicatorAlpha.lua
   M /trunk/Options/modules/indicators/IndicatorBar.lua
   M /trunk/Options/modules/indicators/IndicatorBorder.lua
   M /trunk/Options/modules/indicators/IndicatorIcon.lua
   M /trunk/Options/modules/indicators/IndicatorIcons.lua
   M /trunk/Options/modules/indicators/IndicatorMultiBar.lua
   M /trunk/Options/modules/indicators/IndicatorSquare.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/indicators/TypeIndicator.lua
   M /trunk/Options/modules/statuses/Status.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/StatusBanzai.lua
   M /trunk/Options/modules/statuses/StatusColor.lua
   M /trunk/Options/modules/statuses/StatusColorNew.lua
   M /trunk/Options/modules/statuses/StatusDirection.lua
   M /trunk/Options/modules/statuses/StatusHealAbsorbs.lua
   M /trunk/Options/modules/statuses/StatusHealsAoe.lua
   M /trunk/Options/modules/statuses/StatusHealth.lua
   M /trunk/Options/modules/statuses/StatusMana.lua
   M /trunk/Options/modules/statuses/StatusMisc.lua
   M /trunk/Options/modules/statuses/StatusRaidIcon.lua
   M /trunk/Options/modules/statuses/StatusRange.lua
   M /trunk/Options/modules/statuses/StatusReadyCheck.lua
   M /trunk/Options/modules/statuses/StatusRole.lua
   M /trunk/Options/modules/statuses/StatusShields.lua
   M /trunk/Options/modules/statuses/StatusThreat.lua
   M /trunk/RaidDebuffs/Grid2RaidDebuffs.lua
   M /trunk/RaidDebuffsOptions/Grid2RaidDebuffsOptions.lua
   M /trunk/RaidDebuffsOptions/OptionsAdvanced.lua
   M /trunk/RaidDebuffsOptions/OptionsGeneral.lua
   M /trunk/RaidDebuffsOptions/OptionsLuaCode.lua
   M /trunk/RaidDebuffsOptions/OptionsRegAuto.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsBC.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsCataclysm.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsLegion.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsLichKing.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsMoP.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsWoD.lua

huge whitespace cleanup and add .editorconfig file so this does not happen again. also fix some typos.
------------------------------------------------------------------------
r811 | stanzilla | 2018-02-03 18:32:18 +0000 (Sat, 03 Feb 2018) | 1 line
Changed paths:
   M /trunk/modules/StatusDirection.lua

fix a typo and a nil check
------------------------------------------------------------------------
r810 | michaelspain | 2018-01-21 16:32:27 +0000 (Sun, 21 Jan 2018) | 1 line
Changed paths:
   M /trunk/Options/modules/statuses/StatusDirection.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsLegion.lua
   M /trunk/modules/StatusDirection.lua

Updated Antorus raid debuffs.
------------------------------------------------------------------------
r809 | michaelspain | 2017-09-19 03:43:52 +0000 (Tue, 19 Sep 2017) | 1 line
Changed paths:
   M /trunk/modules/StatusAuras.lua
   M /trunk/modules/StatusAurasDebuffs.lua

Fixed a bug in status debuffs code.
------------------------------------------------------------------------
r808 | michaelspain | 2017-09-19 02:05:33 +0000 (Tue, 19 Sep 2017) | 4 lines
Changed paths:
   M /trunk/GridRoster.lua
   M /trunk/GridUtils.lua
   M /trunk/Options/modules/general/GridHideBlizzardFrames.lua
   M /trunk/Options/modules/statuses/StatusAura.lua
   M /trunk/modules/StatusAuras.lua
   M /trunk/modules/StatusAurasDebuffs.lua

- Fixing ticket #525 (refactored hide blizzard raid frames code)
- Added a filter in "Debuffs" statuses to display only debuffs the player can dispell/cure (#520).
  Debuffs statuses can be created going to Statuses -> Debuffs -> Right Panel ->
  Select "Debuffs" -> Type a name for the status -> Create Debuff
------------------------------------------------------------------------
r807 | michaelspain | 2017-09-18 02:44:19 +0000 (Mon, 18 Sep 2017) | 3 lines
Changed paths:
   M /trunk/RaidDebuffsOptions/RaidDebuffsLegion.lua

RaidDebuffs, added debuffs for:
Karazhan, Cathedral of eternal night, The Seat of the Triumvirate (5man)
Antorus, the Burning Throne (raid)
------------------------------------------------------------------------
r806 | michaelspain | 2017-09-16 23:54:33 +0000 (Sat, 16 Sep 2017) | 4 lines
Changed paths:
   M /trunk/Grid2.toc
   M /trunk/LDB/Grid2LDB.toc
   M /trunk/Options/Grid2Options.toc
   M /trunk/Options/modules/statuses/StatusAuraNewSpells.lua
   M /trunk/RaidDebuffs/Grid2RaidDebuffs.toc
   M /trunk/RaidDebuffsOptions/Grid2RaidDebuffsOptions.toc
   M /trunk/modules/IndicatorIcons.lua
   M /trunk/modules/StatusAuras.lua
   M /trunk/modules/StatusAurasDebuffs.lua

TOC Update
Fixed ticket #519
Fixed ticket #514

------------------------------------------------------------------------
r805 | michaelspain | 2017-06-22 20:36:00 +0000 (Thu, 22 Jun 2017) | 1 line
Changed paths:
   M /trunk/RaidDebuffsOptions/RaidDebuffsLegion.lua

Added Tomb of Sargeras raiddebuffs (thanks to Benea & Skyburn), ticket #511
------------------------------------------------------------------------
r804 | michaelspain | 2017-04-28 21:36:16 +0000 (Fri, 28 Apr 2017) | 2 lines
Changed paths:
   M /trunk/GridRoster.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsLegion.lua

-Fixed ticket #504
-Workaround to try to fix ticket #506
------------------------------------------------------------------------
r803 | michaelspain | 2017-03-29 18:08:32 +0000 (Wed, 29 Mar 2017) | 3 lines
Changed paths:
   M /trunk/Grid2.toc
   M /trunk/LDB/Grid2LDB.toc
   M /trunk/Options/Grid2Options.toc
   M /trunk/Options/GridUtils.lua
   M /trunk/Options/locales/esES.lua
   M /trunk/RaidDebuffs/Grid2RaidDebuffs.toc
   M /trunk/RaidDebuffsOptions/Grid2RaidDebuffsOptions.toc
   M /trunk/RaidDebuffsOptions/RaidDebuffsLegion.lua

-TOC Update.
-Fixed ticket #503 (raiddebuff id fix).
-Minor changes.
------------------------------------------------------------------------
r802 | michaelspain | 2017-03-11 02:15:32 +0000 (Sat, 11 Mar 2017) | 2 lines
Changed paths:
   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/StatusesIndicator.lua
   M /trunk/Options/modules/statuses/Status.lua
   M /trunk/Options/modules/statuses/StatusAura.lua

- Added an "Indicators" tab for each status to direct link/unlink indicators to the status (multibar indicators cannot be assigned from this new tab).
- Now status delete button displays a message when the status cannot be deleted (ticket #481)
------------------------------------------------------------------------
r801 | michaelspain | 2017-03-05 23:47:36 +0000 (Sun, 05 Mar 2017) | 2 lines
Changed paths:
   M /trunk
   D /trunk/Libs
   M /trunk/Options/modules/statuses/StatusMana.lua
   M /trunk/RaidDebuffsOptions/RaidDebuffsLegion.lua
   M /trunk/modules/StatusMana.lua

Added Nighthold raiddebuffs #499 (thanks to Xerxes)
Added missing power types #500 (thanks to Xeveran)
------------------------------------------------------------------------
r800 | michaelspain | 2017-03-02 22:44:36 +0000 (Thu, 02 Mar 2017) | 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

TOC uPDATE
------------------------------------------------------------------------
r799 | michaelspain | 2016-11-13 21:43:07 +0000 (Sun, 13 Nov 2016) | 1 line
Changed paths:
   M /trunk/RaidDebuffsOptions/RaidDebuffsLegion.lua

Ticket #494: Added Trial of Valor raid debuffs (thanks to Xerxes13)
------------------------------------------------------------------------
r798 | michaelspain | 2016-10-31 16:00:56 +0000 (Mon, 31 Oct 2016) | 1 line
Changed paths:
   M /trunk/modules/StatusDirection.lua

Fixed ticket #492
------------------------------------------------------------------------
r797 | michaelspain | 2016-10-26 16:10:21 +0000 (Wed, 26 Oct 2016) | 1 line
Changed paths:
   M /trunk/modules/StatusHealth.lua

Fixed ticket #391
------------------------------------------------------------------------
r796 | michaelspain | 2016-09-07 15:43:36 +0000 (Wed, 07 Sep 2016) | 1 line
Changed paths:
   A /trunk/modules/StatusDirection.lua
   M /trunk/modules.xml

Added direction arrows status.
------------------------------------------------------------------------
r795 | michaelspain | 2016-08-28 16:19:57 +0000 (Sun, 28 Aug 2016) | 1 line
Changed paths:
   M /trunk/GridFrame.lua
   M /trunk/Options/locales/esES.lua
   M /trunk/Options/modules/general/GridLayout.lua

Added an option to disable Right-Click Menu. Ticket #464
------------------------------------------------------------------------
r794 | michaelspain | 2016-08-28 15:26:15 +0000 (Sun, 28 Aug 2016) | 1 line
Changed paths:
   M /trunk/Options/modules/statuses/StatusRange.lua
   M /trunk/modules/StatusRange.lua

Fixing ticket #477. Changed range heal spell for priests to "Leap of Faith", thanks to Xerxes13.
------------------------------------------------------------------------
r793 | michaelspain | 2016-08-28 15:09:12 +0000 (Sun, 28 Aug 2016) | 1 line
Changed paths:
   M /trunk/modules/StatusHealth.lua

Fixed ticket #461 (health instant updates doesn't update on pet resummons)
------------------------------------------------------------------------
r792 | michaelspain | 2016-08-28 02:29:26 +0000 (Sun, 28 Aug 2016) | 2 lines
Changed paths:
   M /trunk/RaidDebuffsOptions/Grid2RaidDebuffsOptions.toc
   A /trunk/RaidDebuffsOptions/RaidDebuffsLegion.lua

RaidDebuffs: Added Legion raiddebuffs for raids, world bosses and 5man instances.
The Legion module must be enabled in raiddebuffs configuration options.
------------------------------------------------------------------------
r791 | michaelspain | 2016-08-27 16:28:40 +0000 (Sat, 27 Aug 2016) | 5 lines
Changed paths:
   M /trunk/.pkgmeta
   D /trunk/AoeHeals
   A /trunk/Options/modules/statuses/StatusHealsAoe.lua
   M /trunk/Options/modules/statuses/StatusRange.lua
   M /trunk/Options/modules.xml
   D /trunk/modules/StatusDirection.lua
   A /trunk/modules/StatusHealsAoe.lua
   M /trunk/modules/StatusRange.lua
   M /trunk/modules.xml

-Moved Healing spells tracking status from AOE-Heals module to Grid2 Core.
-Removed AOE-Heals module (motive: Blizzard disabled unit position tracking in Legion)
-Removed Direction Status (motive: Blizzard disabled unit position tracking in Legion)
-Range Status:  Added a new option in configuration to track units checking a healing spell range, this must fix range issues for some healing clases (goto Statuses>Target&Distances>Range to select the new option)

------------------------------------------------------------------------
r790 | michaelspain | 2016-07-20 18:51:09 +0000 (Wed, 20 Jul 2016) | 3 lines
Changed paths:
   M /trunk/AoeHeals/AoeHeals.lua
   M /trunk/GridLayoutLayouts.lua
   M /trunk/Options/modules/indicators/IndicatorSquare.lua

- Fixed AoeHeals crash
- Added a new by role x10 layout.
- Minor changes in configuration options.
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
355.87 KB Dec 21, 2018 8.0.1 89