LibHealComm-3.0-r63488

Details

  • Filename
    LibHealComm-3.0-r63488.zip
  • Uploaded by
  • Uploaded
    Mar 3, 2008
  • Size
    18.96 KB
  • Downloads
    27
  • MD5
    23626eb94482a8888396c6f448a9b441

Supported WoW Retail Versions

  • 2.3.3

Changelog

------------------------------------------------------------------------
r63488 | xbeeps | 2008-03-03 17:03:21 -0500 (Mon, 03 Mar 2008) | 2 lines
Changed paths:
   M /trunk/LibHealComm-3.0/LibHealComm-3.0.lua

LibHealComm-3.0:
- Clear the (left) lines of the scanning tooltip before refilling it.
------------------------------------------------------------------------
r61066 | xbeeps | 2008-02-12 13:39:49 -0500 (Tue, 12 Feb 2008) | 2 lines
Changed paths:
   D /trunk/LibHealComm-3.0/LibHealComm-3.0

LibHealComm-3.0:
- Remove the deprecated sub folder.
------------------------------------------------------------------------
r60983 | xbeeps | 2008-02-11 15:44:13 -0500 (Mon, 11 Feb 2008) | 2 lines
Changed paths:
   M /trunk/LibHealComm-3.0/LibHealComm-3.0.lua

LibHealComm-3.0:
- Added GetUnitVersion(unit) library call to enable querying the version of a specific unit. Version info is only available for grouped players or guild members. Works with any kind of UnitID including unit names and fully qualified unit names (i.e. "Name" or "Name-Realm") for cross-realm units. Always returns either a number or false.
------------------------------------------------------------------------
r60861 | xbeeps | 2008-02-10 17:27:36 -0500 (Sun, 10 Feb 2008) | 2 lines
Changed paths:
   A /trunk/LibHealComm-3.0/CallbackHandler-1.0
   A /trunk/LibHealComm-3.0/CallbackHandler-1.0/CallbackHandler-1.0.lua (from /trunk/LibHealComm-3.0/CallbackHandler-1.0.lua:60507
   D /trunk/LibHealComm-3.0/CallbackHandler-1.0.lua
   A /trunk/LibHealComm-3.0/LibHealComm-3.0.lua (from /trunk/LibHealComm-3.0/LibHealComm-3.0/LibHealComm-3.0.lua:60775
   M /trunk/LibHealComm-3.0/LibHealComm-3.0.toc
   A /trunk/LibHealComm-3.0/LibStub
   A /trunk/LibHealComm-3.0/LibStub/LibStub.lua (from /trunk/LibHealComm-3.0/LibStub.lua:60507
   D /trunk/LibHealComm-3.0/LibStub.lua
   D /trunk/LibHealComm-3.0/Libs
   D /trunk/LibHealComm-3.0/embeds.xml
   A /trunk/LibHealComm-3.0/lib.xml (from /trunk/LibHealComm-3.0/LibHealComm-3.0/lib.xml:60507

LibHealComm-3.0:
- Reorganisation. No "binary" breakage (yet). Previous external inclusion point (the LibHealComm-3.0 subdir) will be deleted within the coming week, so any LibHealComm-3.0 addons must change their external inclusion point to the root directory.
------------------------------------------------------------------------
r60775 | xbeeps | 2008-02-10 08:52:05 -0500 (Sun, 10 Feb 2008) | 3 lines
Changed paths:
   M /trunk/LibHealComm-3.0/LibHealComm-3.0/LibHealComm-3.0.lua

LibHealComm-3.0:
- Prevented some false detections of heal modifier debuffs (most notably Drain Life effect that would lead to a 0 heal modifier).
- Focused Will now correctly counts as a positive heal modifier, instead of a negative.
------------------------------------------------------------------------
r60565 | xbeeps | 2008-02-07 17:09:09 -0500 (Thu, 07 Feb 2008) | 4 lines
Changed paths:
   M /trunk/LibHealComm-3.0/LibHealComm-3.0/LibHealComm-3.0.lua

LibHealComm-3.0:
- Internal optimisations.
- Fix wrong icon-name in healbuff table.

------------------------------------------------------------------------
r60507 | xbeeps | 2008-02-06 14:48:13 -0500 (Wed, 06 Feb 2008) | 2 lines
Changed paths:
   A /trunk/LibHealComm-3.0 (from /branches/LibHealComm-3.0:60506)

LibHealComm-3.0:
- Branch from branches (=release)
------------------------------------------------------------------------
r60499 | xbeeps | 2008-02-06 13:20:23 -0500 (Wed, 06 Feb 2008) | 2 lines
Changed paths:
   M /branches/LibHealComm-3.0/LibHealComm-3.0/LibHealComm-3.0.lua

LibHealComm-3.0:
- Some minor cleaning.
------------------------------------------------------------------------
r60495 | xbeeps | 2008-02-06 13:05:15 -0500 (Wed, 06 Feb 2008) | 2 lines
Changed paths:
   M /branches/LibHealComm-3.0/LibHealComm-3.0/LibHealComm-3.0.lua

LibHealComm-3.0:
- Corrected the Prayer of Healing calculation to reflect the changes in patch 2.3.0.
------------------------------------------------------------------------
r60408 | xbeeps | 2008-02-05 13:10:35 -0500 (Tue, 05 Feb 2008) | 2 lines
Changed paths:
   A /branches/LibHealComm-3.0/CallbackHandler-1.0.lua
   D /branches/LibHealComm-3.0/LibHealComm-3.0/CallbackHandler-1.0.lua
   M /branches/LibHealComm-3.0/LibHealComm-3.0/lib.xml
   M /branches/LibHealComm-3.0/LibHealComm-3.0.toc

LibHealComm-3.0:
- Updated to latest recommendations regarding embedding of LibStub and CallbackHandler-1.0.
------------------------------------------------------------------------
r60321 | xbeeps | 2008-02-04 17:12:39 -0500 (Mon, 04 Feb 2008) | 5 lines
Changed paths:
   M /branches/LibHealComm-3.0/LibHealComm-3.0/LibHealComm-3.0.lua

LibHealComm-3.0:
- Added version query functionality.
- Diverted some event registrations until necessary to spread out the load during login.
- Do the LibBabble-Spell look-ups only once.
- Added some preliminary infrastructure to support healing over time spells.
------------------------------------------------------------------------