LibHealComm-3.0-r60565.3
Details
-
FilenameLibHealComm-3.0-r60565.3.zip
-
Uploaded by
-
UploadedFeb 9, 2008
-
Size132.31 KB
-
Downloads29
-
MD547bcf98db315a7cf9d766d489c9934c2
Supported WoW Retail Versions
- 2.3.3
Changelog
------------------------------------------------------------------------
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.
------------------------------------------------------------------------
r59869 | xbeeps | 2008-01-31 16:56:30 -0500 (Thu, 31 Jan 2008) | 6 lines
Changed paths:
M /branches/LibHealComm-3.0/LibHealComm-3.0/CallbackHandler-1.0.lua
M /branches/LibHealComm-3.0/LibHealComm-3.0/LibHealComm-3.0.lua
M /branches/LibHealComm-3.0/Libs
M /branches/LibHealComm-3.0/embeds.xml
LibHealComm-3.0:
- Internal restructuring to better handle upgrading.
- Simplification of spellbook scanner (don't determine mana).
- Use own scanning tooltip instead of LibGratuity-3.0, and removed the lib from the embeds.
- Removed a possible source of errors in buff/debuff scanning.
- Upgraded to newest CallbackHandler-1.0 (still don't get why this can't be an external like any other library - this is just annoying - *shrug*)
------------------------------------------------------------------------
r59780 | xbeeps | 2008-01-30 18:22:24 -0500 (Wed, 30 Jan 2008) | 2 lines
Changed paths:
M /branches/LibHealComm-3.0/LibHealComm-3.0/LibHealComm-3.0.lua
LibHealComm-3.0:
- Some additional tweaks + fix small bug
------------------------------------------------------------------------
r59779 | xbeeps | 2008-01-30 18:07:33 -0500 (Wed, 30 Jan 2008) | 4 lines
Changed paths:
M /branches/LibHealComm-3.0/LibHealComm-3.0/LibHealComm-3.0.lua
LibHealComm-3.0:
- Completely rewrote the buff/debuff scanner. Garbage generation reduced to absolute minimum, uses mainly strings that are already interned and is roughly 80%-100% faster than the previous implementation.
- Added support for a large number of additional buffs/debuffs that affect healing.
- Renamed UnitCastingHealInfoGet to UnitCastingHealGet for consistency with other library calls.
------------------------------------------------------------------------
r59542 | xbeeps | 2008-01-27 17:20:21 -0500 (Sun, 27 Jan 2008) | 3 lines
Changed paths:
M /branches/LibHealComm-3.0/LibHealComm-3.0/LibHealComm-3.0.lua
LibHealComm-3.0:
- localised table.concat and table.insert
- fixed fatal bug in druid module
------------------------------------------------------------------------
r59497 | xbeeps | 2008-01-27 09:29:04 -0500 (Sun, 27 Jan 2008) | 2 lines
Changed paths:
M /branches/LibHealComm-3.0/LibHealComm-3.0/LibHealComm-3.0.lua
LibHealComm-3.0:
- Modified UnitCastingHealInfoGet return values
------------------------------------------------------------------------
r59487 | xbeeps | 2008-01-27 07:18:36 -0500 (Sun, 27 Jan 2008) | 4 lines
Changed paths:
M /branches/LibHealComm-3.0/LibHealComm-3.0/LibHealComm-3.0.lua
LibHealComm-3.0:
- Adjust HealComm_HealModifierUpdate event triggers.
- Added support for Prayer of Healing (untested).
- API changed (use ... instead of passing tables).
------------------------------------------------------------------------
r59344 | xbeeps | 2008-01-24 18:03:23 -0500 (Thu, 24 Jan 2008) | 2 lines
Changed paths:
M /branches/LibHealComm-3.0/LibHealComm-3.0/LibHealComm-3.0.lua
LibHealComm-3.0:
- Destroy internal databases on zoning to keep a natural limit on the size of internal data (mostly applicable when doing many battlegrounds in sequence).
------------------------------------------------------------------------
r58436 | xbeeps | 2008-01-13 17:35:37 -0500 (Sun, 13 Jan 2008) | 5 lines
Changed paths:
M /branches/LibHealComm-3.0/LibHealComm-3.0/LibHealComm-3.0.lua
LibHealComm-3.0:
- Internal restructuring
- Support for multi-target spells (new events: MultiHealStart, MultiHealDelayed, MultiHealStop)
- Support for Binding Heal (Prayer of Healing supported yet)
- Corrected calculation of Empowered Healing (priest)
------------------------------------------------------------------------
r58421 | xbeeps | 2008-01-13 13:42:43 -0500 (Sun, 13 Jan 2008) | 4 lines
Changed paths:
M /branches/LibHealComm-3.0/LibHealComm-3.0/LibHealComm-3.0.lua
M /branches/LibHealComm-3.0/LibHealComm-3.0.toc
LibHealComm-3.0:
- Not LoD when standalone (it has a function even if not used by any local addons).
- Added support for Totem of Spontaneous Regrowth.
- Fix bug in UNIT_SPELLCAST_DELAYED handler when event was triggered for the player.
------------------------------------------------------------------------