r11

Details

  • Filename
    LibInternalCooldowns-1.0-r11.zip
  • Uploaded by
  • Uploaded
    May 14, 2009
  • Size
    10.60 KB
  • Downloads
    118
  • MD5
    342894ffea04c1c27e33d7ffae19c010

Supported WoW Retail Versions

  • 3.1.0

Changelog

------------------------------------------------------------------------
r11 | antiarc | 2009-05-14 07:56:54 +0000 (Thu, 14 May 2009) | 1 line
Changed paths:
   M /trunk/LibInternalCooldowns-1.0/Data.lua

Add the Val'anyr proc BECAUSE I CAN.
------------------------------------------------------------------------
r10 | antiarc | 2009-05-14 02:29:27 +0000 (Thu, 14 May 2009) | 1 line
Changed paths:
   A /trunk/.pkgmeta

Added .pkgmeta so it packages correctly.
------------------------------------------------------------------------
r9 | antiarc | 2009-05-14 01:39:41 +0000 (Thu, 14 May 2009) | 1 line
Changed paths:
   M /trunk/LibInternalCooldowns-1.0/LibInternalCooldowns-1.0.lua

Fix an issue with the lib eating cooldown information for items with explicit cooldowns.
------------------------------------------------------------------------
r8 | antiarc | 2009-05-14 01:23:12 +0000 (Thu, 14 May 2009) | 1 line
Changed paths:
   M /trunk/LibInternalCooldowns-1.0/Data.lua
   M /trunk/LibInternalCooldowns-1.0/LibInternalCooldowns-1.0.lua

Added Eclipse, Lock and Load, and Will of the Necropolis timers. Untested. Added a second callback type for talents, InternalCooldowns_TalentProc, as talent procs will never have an item ID, so the callback signature changes.
------------------------------------------------------------------------
r7 | antiarc | 2009-05-13 13:15:51 +0000 (Wed, 13 May 2009) | 1 line
Changed paths:
   M /trunk/LibInternalCooldowns-1.0/LibInternalCooldowns-1.0.lua

Add another parameter to the callback. Signature is now itemID, spellID, startTime, duration, procSource. procSource is either ENCHANT, META, or ITEM.
------------------------------------------------------------------------
r6 | antiarc | 2009-05-13 12:43:02 +0000 (Wed, 13 May 2009) | 1 line
Changed paths:
   M /trunk/LibInternalCooldowns-1.0/LibInternalCooldowns-1.0.lua

Try to guess at macros on action bars for cooldown display by texture matching. Will be potentially inaccurate.
------------------------------------------------------------------------
r5 | antiarc | 2009-05-13 11:28:05 +0000 (Wed, 13 May 2009) | 1 line
Changed paths:
   M /trunk/LibInternalCooldowns-1.0/Data.lua
   M /trunk/LibInternalCooldowns-1.0/LibInternalCooldowns-1.0.lua

Adds metas and enchants. Currently supports Brutal Earthstorm, Invigorating Earthsiege, Mystical Skyfire, Tenacious Earthstorm, Thundering Skyfire, Thundering Skyflare, Lightweave, Swordguard, and Darkglow.
------------------------------------------------------------------------
r4 | antiarc | 2009-05-13 00:37:04 +0000 (Wed, 13 May 2009) | 2 lines
Changed paths:
   M /trunk/LibInternalCooldowns-1.0/Data.lua
   M /trunk/LibInternalCooldowns-1.0/LibInternalCooldowns-1.0.lua

- Fix an issue with the trinkets "shining ready" each time you open the char sheet
- Add Greatness cards to the spell DB. Assumes each card maps to its' stat's proc, ie, AGI card => AGI proc. If you're proccing AGI => STR or something, the CD won't work properly.
------------------------------------------------------------------------
r3 | antiarc | 2009-05-10 08:27:11 +0000 (Sun, 10 May 2009) | 1 line
Changed paths:
   M /trunk/LibInternalCooldowns-1.0/LibInternalCooldowns-1.0.lua

Remove all the Ace stuff, so it's a standalone lib now. Fix upgrading issues.
------------------------------------------------------------------------
r2 | antiarc | 2009-05-10 06:08:35 +0000 (Sun, 10 May 2009) | 1 line
Changed paths:
   A /trunk/CallbackHandler-1.0
   A /trunk/CallbackHandler-1.0/CallbackHandler-1.0.lua
   A /trunk/CallbackHandler-1.0/CallbackHandler-1.0.xml
   A /trunk/LibInternalCooldowns-1.0
   A /trunk/LibInternalCooldowns-1.0/Data.lua
   A /trunk/LibInternalCooldowns-1.0/LibInternalCooldowns-1.0.lua
   A /trunk/LibInternalCooldowns-1.0/lib.xml
   A /trunk/LibInternalCooldowns-1.0.toc
   A /trunk/LibStub
   A /trunk/LibStub/LibStub.lua

Initial commit. Refactored into a lib from InternalCooldowns. Internal cooldown tracking lib, fires callbacks when a cooldown should be simulated. Other mods may register the callback and then use it to provide ICD data.
------------------------------------------------------------------------
r1 | root | 2009-05-10 06:03:04 +0000 (Sun, 10 May 2009) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"lib-internalcooldowns-1_0/mainline: Initial Import"
------------------------------------------------------------------------