r15

Details

  • Filename
    LibHealComm-3.0-r15.zip
  • Uploaded by
  • Uploaded
    Nov 18, 2008
  • Size
    15.78 KB
  • Downloads
    23
  • MD5
    91ea11e04b785107fe368112f2d847f8

Supported WoW Retail Versions

  • 3.0.3

Changelog

------------------------------------------------------------------------
r15 | xbeeps | 2008-11-18 22:50:40 +0000 (Tue, 18 Nov 2008) | 2 lines
Changed paths:
   M /trunk/LibHealComm-3.0.lua

- More efficient buff detection (using the new UnitBuff).
- Don't create a new totem table each time it is used.
------------------------------------------------------------------------
r14 | jlam | 2008-11-15 18:24:05 +0000 (Sat, 15 Nov 2008) | 9 lines
Changed paths:
   M /trunk/LibHealComm-3.0.lua

* Allow for detecting buffs placed by the player only.
* Shaman improvements:
    * Riptide buff to Chain Heal
    * Tidal Waves buff to LHW and HW
    * Glyph of Lesser Healing Wave

NOTE: Glyphs should really be cached and updated only when they change (similar to LEARNED_SPELL_IN_TAB).

Approved by xbeeps.
------------------------------------------------------------------------
r13 | xbeeps | 2008-11-09 12:20:57 +0000 (Sun, 09 Nov 2008) | 1 line
Changed paths:
   M /trunk/LibHealComm-3.0.lua

Yet another dummy submit to make the revision of the library match the revision on the web pages.
------------------------------------------------------------------------
r12 | xbeeps | 2008-11-09 12:07:21 +0000 (Sun, 09 Nov 2008) | 1 line
Changed paths:
   M /trunk/LibHealComm-3.0.toc

Dummy submit to try to make the packager notice that there's a new version...
------------------------------------------------------------------------
r11 | xbeeps | 2008-11-05 22:03:04 +0000 (Wed, 05 Nov 2008) | 4 lines
Changed paths:
   M /trunk/LibHealComm-3.0.lua

- Remove WotLK forward compatibility check.
- Add glyph detection utility.
- Remove Blood Fury racial detection, as it does not affect healing anymore.
- Added support for Glyph of Healing Touch.
------------------------------------------------------------------------
r10 | xbeeps | 2008-10-25 22:18:51 +0000 (Sat, 25 Oct 2008) | 1 line
Changed paths:
   M /trunk/LibHealComm-3.0.lua

Only include online guild members when listing version numbers
------------------------------------------------------------------------
r9 | xbeeps | 2008-10-22 15:59:37 +0000 (Wed, 22 Oct 2008) | 5 lines
Changed paths:
   M /trunk/LibHealComm-3.0.lua

- Corrected calculation of Empowered Healing (Priest) and Empowered Touch (Druid), to reflect new game mechanics in patch 3.0.2.
- Use a simplified model-based down-ranking calculation as the exact mechanics are unknown, and of little relevance, as low level ranks will never be used anymore.
- Updated the known Librams that affect Holy Light and Flash of Light (Libram of Souls Redeemed may be changed to Holy Light in 3.0.3).
- Removed Blessing of Light and Greater Blessing of Light (Paladin) detection (not in-game anymore).

------------------------------------------------------------------------
r8 | xbeeps | 2008-10-21 21:24:12 +0000 (Tue, 21 Oct 2008) | 1 line
Changed paths:
   M /trunk/LibHealComm-3.0.lua

Updated spell power to healing calculations to reflect the changes in patch 3.0.2. Based on empirical data, so further experimentation and verification is very welcome.
------------------------------------------------------------------------
r7 | xbeeps | 2008-10-20 20:47:50 +0000 (Mon, 20 Oct 2008) | 5 lines
Changed paths:
   M /trunk/LibHealComm-3.0.lua

- Added extra ranks of Regrowth, Healing Touch, Holy Light, Flash of Light, Renew, Greater Heal, Flash Heal, Binding Heal, Prayer of Healing, Lesser Healing Wave, Healing Wave and Chain Heal.
- Adjusted position of Gift of Nature, Empowered Touch, Healing Light and Improved Chain Heal in talent tree.
- Corrected Empowered Touch bonus (10% -> 20% per rank).
- Corrected Empowered Healing bonus (4%/2% -> 8%/4% per rank).
- Added Nourish to druid spells.
------------------------------------------------------------------------
r6 | xbeeps | 2008-10-19 15:31:05 +0000 (Sun, 19 Oct 2008) | 1 line
Changed paths:
   M /trunk/LibHealComm-3.0.lua

Reliable instant cast detection (no functional changes, as instant cast spells are not tracked yet)
------------------------------------------------------------------------
r5 | xbeeps | 2008-10-15 21:53:34 +0000 (Wed, 15 Oct 2008) | 1 line
Changed paths:
   M /trunk/LibHealComm-3.0.lua

Preliminary fix for the issue with interrupted spell detection
------------------------------------------------------------------------