Gaming
 

IsCasting/ChangeLog

From WoWWiki

Image:Addonicon.gif
WoWWiki Hosted AddOn Sub-Page
IsCasting » ChangeLog

Contents

v1.5

  1. Fixed innacurate spell textures, ranks, end time and item names from not being cleared
  2. Now removes duplicate hooks if embedded
  3. SPELLCAST_SUCCESS is no longer innacurately called for weapon procs (that call SPELLCAST_STOP)
  4. SPELLCAST_SUCCESS is no longer innacurately called by instant cast 'use' items (may be implemented later)
  5. Added latency to SPELLCAST_SUCCESS for non instant spells to catch more legit successful casts

v1.41

  1. Fixed SPELLCAST_SUCCESS to correctly reassing the 'event' global

v1.4

  1. Added PickupInventoryItem and PickupContainerItem hooks for spell targetting (disenchants and enchants)
  2. Anywhere a spell target is returned if the target was an item it will return an item link (rather than just the name)
  3. Fixed embedding tooltip money frame error
  4. GetSpellRank now always returns a number

v1.32

  1. Fixed SeaSpellbook registration error

v1.31

  1. Fixed nil compare error

v1.3

  1. Fixed GetSpellCastTime, GetSpellCastStartTime, and GetSpellCastEndTime to all be in seconds and not milliseconds as they were incorrectly labled.
  2. Added IsCasting.RegisterForEvent(frame) for SPELLCAST_SUCCESS event emulation
  3. Added IsCasting.UnregisterForEvent(frame)

v1.2

  1. Fixed CastSpellByName hook spell name parsing
  2. Updated SeaSpellbook to 1.6
  3. Added SeaSpellbook scholar registration to ensure up to date data

v1.1

  1. Removed SeaPrint, since it was only used for debug

v1.0

  1. Initial Release