r635

Details

  • Filename
    Grid2-r635.zip
  • Uploaded by
  • Uploaded
    Nov 29, 2011
  • Size
    436.26 KB
  • Downloads
    940
  • MD5
    93517090552a31821c27b446799f7907

Supported WoW Retail Versions

  • 4.3.0

Changelog

------------------------------------------------------------------------
r635 | michaelspain | 2011-11-29 18:52:43 +0000 (Tue, 29 Nov 2011) | 1 line
Changed paths:
   M /trunk/AoeHeals/Grid2AoeHeals.toc
   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.3
------------------------------------------------------------------------
r634 | michaelspain | 2011-11-21 02:47:45 +0000 (Mon, 21 Nov 2011) | 1 line
Changed paths:
   M /trunk/.pkgmeta

Changed sharedmedia libray path in pkgmeta.
------------------------------------------------------------------------
r633 | michaelspain | 2011-11-21 02:40:54 +0000 (Mon, 21 Nov 2011) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Grid2.toc
   M /trunk/GridCore.lua
   M /trunk/GridFrame.lua
   M /trunk/GridLayout.lua
   M /trunk/Libs
   M /trunk/Options/Grid2Options.toc
   M /trunk/Options/GridCore.lua
   M /trunk/Options/GridFrame.lua
   M /trunk/Options/GridIndicators.lua
   M /trunk/Options/GridLayout.lua
   D /trunk/Options/GridMedia.lua
   M /trunk/Options/GridStatuses.lua
   M /trunk/Options/GridTestLayout.lua
   M /trunk/modules/IndicatorBar.lua
   M /trunk/modules/IndicatorIcon.lua
   M /trunk/modules/IndicatorSquare.lua
   M /trunk/modules/IndicatorText.lua

Added sharedmedia library. Refactored code related to libsharedmedia.
------------------------------------------------------------------------
r632 | michaelspain | 2011-11-19 20:41:30 +0000 (Sat, 19 Nov 2011) | 6 lines
Changed paths:
   M /trunk/AoeHeals/AoeHealsDefaults.lua
   M /trunk/AoeHeals/AoeHealsMapData.lua
   M /trunk/AoeHeals/AoeHealsOptions.lua
   A /trunk/AoeHeals/AoeHealsStatusHealingRain.lua
   M /trunk/AoeHeals/Grid2AoeHeals.toc
   M /trunk/GridDefaults.lua
   M /trunk/Options/GridFrame.lua
   M /trunk/Options/GridIndicators.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/IndicatorBar.lua
   M /trunk/modules/StatusHealth.lua

* AOE Heals: Added aoe-HealingRain status, this status marks units receiving player healing rain heals.
* An optional background color can be selected for bar indicators.
* Bar indicators can be anchored to another bar indicators: heals-bar is anchored to health-bar now.
This change fix the problem when a cell becomes semitransparent and the heals-bar were visible behind the health bar.
If incoming heals dont work or they are displayed in a wrong position, check the new option "Anchor to" in heals-bar configuration: your health bar must be selected in this option.
* Removed bar-color and text-color indicators from indicator list: indicator-color options have been moved to a new tab called "Colors" in bar and text indicators configuration.
------------------------------------------------------------------------
r631 | michaelspain | 2011-11-09 17:16:48 +0000 (Wed, 09 Nov 2011) | 4 lines
Changed paths:
   M /trunk/AoeHeals/AoeHealsStatusRaid.lua
   M /trunk/Options/GridExportImport.lua
   M /trunk/modules/StatusHealth.lua

* Fixing AoeHeals bug when "Hide on Cooldown was checked" (ticket 260)
* Importing profiles with custom layouts does not delete previous custom layouts.
* Simplified Instant/QuickHealth code.

------------------------------------------------------------------------
r630 | michaelspain | 2011-11-05 19:24:56 +0000 (Sat, 05 Nov 2011) | 5 lines
Changed paths:
   M /trunk/GridLayout.lua
   M /trunk/Options/GridExportImport.lua
   M /trunk/Options/GridLayoutEditor.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/RaidDebuffsOptions/RaidDebuffsCataclysm.lua
   M /trunk/modules/StatusBanzai.lua
   M /trunk/modules/StatusHealth.lua

Added Raid Debuffs for new Dragon Soul Raid Bosses (currently only working for english language because libbablezone library translations are not updated yet).
Custom layouts can be included in exported profiles.
Minor changes in timer management for health statuses.
Changed Feign Death status to use UNIT_AURA instead UNIT_HEALTH event.

------------------------------------------------------------------------
r629 | michaelspain | 2011-11-02 02:29:57 +0000 (Wed, 02 Nov 2011) | 4 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/AoeHeals/AoeHeals.lua
   A /trunk/AoeHeals/AoeHealsMapData.lua
   M /trunk/AoeHeals/Grid2AoeHeals.toc
   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/modules/StatusBanzai.lua
   M /trunk/modules/StatusHealth.lua
   M /trunk/modules/StatusMana.lua

* AoeHeals: Removed libmapdata library: using own map sizes database (saving abount 200k memory and running faster)
* AoeHeals: Added support for PTR4.3, 5 man instances and DragonSoul Raid (not tested all map floors)
* Added banzai-threat status (this status marks targets of hostile units and detects temporary target changes)
* Minor optimizations in healths and mana statuses.
------------------------------------------------------------------------
r628 | michaelspain | 2011-10-22 20:34:59 +0000 (Sat, 22 Oct 2011) | 1 line
Changed paths:
   M /trunk/modules/StatusShields.lua

Added DK blood shield to  Shields status.
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
248.36 KB Nov 29, 2011 4.3.0 295