Change Log:
--------------------
r31
- TOC update and minor code cleanups
r29
- Added additional checks to prevent errors when someone leaves a group while a resurrection is casting
r28
- Added additional checks to prevent errors during Mass Resurrection
r27
- Added Eternal Guardian (hunter pet quilien) and Rebirth (holy/prot paladin with Symbiosis) res spells
- Changed the :UnitHasIncomingRes API to return nil in the fraction of a second between a res cast ending and the res actually landing; users should not see any functional difference, but authors will find it easier to avoid nil math errors
r23
- Changed order of callback arguments and function returns; see docs for details
- Added support for Mass Resurrection
- Fixed firing ResExpired for other players instead of ResUsed when appropriate
r17
- First official release
Description:
--------------------
Library to provide information about resurrections cast in your group.
LibResInfo-1.0 detects resurrection spells being cast by group members, and identifies who they are being cast on. Information is provided to addons through callbacks and API functions.
LibResInfo-1.0 supports all player resurrection spells, plus Mass Resurrection. It is fully embeddable, completely locale-independent, and does not require any other players in your group to have anything installed. It requires LibStub and CallbackHandler-1.0. It was written as a replacement for LibResComm-1.0, and converting addons from LRC to LRI is fairly simple. If you need help, post in the forum thread linked below.
Feedback
Please direct all bug reports, suggestions, questions, and comments to the WoWInterface forum thread.
API Documentation
Callbacks:
http://wow.curseforge.com/addons/libresinfo/pages/api/callbacks/
Functions:
http://wow.curseforge.com/addons/libresinfo/pages/api/functions/
SVN Repository
svn://svn.wowinterface.com/LibResInfo-976/trunk
Usable for direct checkouts, svn:externals, and Curse .pkgmeta files.
Current Status
No self-resurrect support yet. Support for pre-cast Soulstone is planned. Support for Reincarnation is under consideration, but requires some guesswork, since until you actually see a shaman resurrect themselves, there's...
--------------------
r31
- TOC update and minor code cleanups
r29
- Added additional checks to prevent errors when someone leaves a group while a resurrection is casting
r28
- Added additional checks to prevent errors during Mass Resurrection
r27
- Added Eternal Guardian (hunter pet quilien) and Rebirth (holy/prot paladin with Symbiosis) res spells
- Changed the :UnitHasIncomingRes API to return nil in the fraction of a second between a res cast ending and the res actually landing; users should not see any functional difference, but authors will find it easier to avoid nil math errors
r23
- Changed order of callback arguments and function returns; see docs for details
- Added support for Mass Resurrection
- Fixed firing ResExpired for other players instead of ResUsed when appropriate
r17
- First official release
Description:
--------------------
Library to provide information about resurrections cast in your group.
LibResInfo-1.0 detects resurrection spells being cast by group members, and identifies who they are being cast on. Information is provided to addons through callbacks and API functions.
LibResInfo-1.0 supports all player resurrection spells, plus Mass Resurrection. It is fully embeddable, completely locale-independent, and does not require any other players in your group to have anything installed. It requires LibStub and CallbackHandler-1.0. It was written as a replacement for LibResComm-1.0, and converting addons from LRC to LRI is fairly simple. If you need help, post in the forum thread linked below.
Feedback
Please direct all bug reports, suggestions, questions, and comments to the WoWInterface forum thread.
API Documentation
Callbacks:
http://wow.curseforge.com/addons/libresinfo/pages/api/callbacks/
Functions:
http://wow.curseforge.com/addons/libresinfo/pages/api/functions/
SVN Repository
svn://svn.wowinterface.com/LibResInfo-976/trunk
Usable for direct checkouts, svn:externals, and Curse .pkgmeta files.
Current Status
No self-resurrect support yet. Support for pre-cast Soulstone is planned. Support for Reincarnation is under consideration, but requires some guesswork, since until you actually see a shaman resurrect themselves, there's...