IsCasting/ChangeLog
From WoWWiki
WoWWiki Hosted AddOn Sub-Page
IsCasting » ChangeLog
v1.5
- Fixed innacurate spell textures, ranks, end time and item names from not being cleared
- Now removes duplicate hooks if embedded
- SPELLCAST_SUCCESS is no longer innacurately called for weapon procs (that call SPELLCAST_STOP)
- SPELLCAST_SUCCESS is no longer innacurately called by instant cast 'use' items (may be implemented later)
- Added latency to SPELLCAST_SUCCESS for non instant spells to catch more legit successful casts
v1.41
- Fixed SPELLCAST_SUCCESS to correctly reassing the 'event' global
v1.4
- Added PickupInventoryItem and PickupContainerItem hooks for spell targetting (disenchants and enchants)
- Anywhere a spell target is returned if the target was an item it will return an item link (rather than just the name)
- Fixed embedding tooltip money frame error
- GetSpellRank now always returns a number
v1.32
- Fixed SeaSpellbook registration error
v1.31
- Fixed nil compare error
v1.3
- Fixed GetSpellCastTime, GetSpellCastStartTime, and GetSpellCastEndTime to all be in seconds and not milliseconds as they were incorrectly labled.
- Added IsCasting.RegisterForEvent(frame) for SPELLCAST_SUCCESS event emulation
- Added IsCasting.UnregisterForEvent(frame)
v1.2
- Fixed CastSpellByName hook spell name parsing
- Updated SeaSpellbook to 1.6
- Added SeaSpellbook scholar registration to ensure up to date data
v1.1
- Removed SeaPrint, since it was only used for debug
v1.0
- Initial Release
