r18

Details

  • Filename
    LibAuraInfo-1.0-r18.zip
  • Uploaded by
  • Uploaded
    Jun 14, 2010
  • Size
    31.28 KB
  • Downloads
    15
  • MD5
    4f93453cef36e13258586245f904eb04

Supported WoW Retail Versions

  • 3.3.5

Changelog

------------------------------------------------------------------------
r18 | cyprias | 2010-06-14 08:52:31 +0000 (Mon, 14 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibAuraInfo-1.0/lib.xml
   A /trunk/LibAuraInfo-1.0/otherSpellIDData.lua
   M /trunk/LibAuraInfo-1.0/spellIdData.lua

Moved some debug code to a new file.
------------------------------------------------------------------------
r17 | cyprias | 2010-06-14 08:49:14 +0000 (Mon, 14 Jun 2010) | 5 lines
Changed paths:
   M /trunk/LibAuraInfo-1.0/API.lua
   M /trunk/LibAuraInfo-1.0/DR.lua
   M /trunk/LibAuraInfo-1.0/LibAuraInfo-1.0.lua
   M /trunk/LibAuraInfo-1.0/spellIdData.lua

More spells.
Added PvP durations separate to PvE durations.
GetDuration() API now has 4th input dstIsPlayer to use PvP duration is available.
Removed confirm code of DR durations now that I've found http://www.wowwiki.com/Diminishing_returns.

------------------------------------------------------------------------
r16 | cyprias | 2010-06-14 07:10:36 +0000 (Mon, 14 Jun 2010) | 2 lines
Changed paths:
   M /trunk/LibAuraInfo-1.0/DR.lua
   M /trunk/LibAuraInfo-1.0/LibAuraInfo-1.0.lua
   M /trunk/LibAuraInfo-1.0/spellIdData.lua

More spells.
Added code to confirm duration of diminishing returns in PvP.
------------------------------------------------------------------------
r15 | cyprias | 2010-06-13 09:08:44 +0000 (Sun, 13 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibAuraInfo-1.0/API.lua

Added 3rd parameter to GetDuration() dstGUID to get correct duration of DR spells on a dstGUID.
------------------------------------------------------------------------
r14 | cyprias | 2010-06-13 09:06:57 +0000 (Sun, 13 Jun 2010) | 3 lines
Changed paths:
   M /trunk/LibAuraInfo-1.0/API.lua
   A /trunk/LibAuraInfo-1.0/DR.lua
   M /trunk/LibAuraInfo-1.0/LibAuraInfo-1.0.lua
   M /trunk/LibAuraInfo-1.0/combatlog.lua
   M /trunk/LibAuraInfo-1.0/lib.xml
   M /trunk/LibAuraInfo-1.0/spellIdData.lua

Added tracking of diminishing returns.
GUIDAura() will return the correct DR duration.
Added some debug messages for spells I need to confirm the duration of.
------------------------------------------------------------------------
r13 | cyprias | 2010-06-12 21:09:33 +0000 (Sat, 12 Jun 2010) | 3 lines
Changed paths:
   M /trunk/LibAuraInfo-1.0/API.lua
   M /trunk/LibAuraInfo-1.0/LibAuraInfo-1.0.lua
   M /trunk/LibAuraInfo-1.0/combatlog.lua
   M /trunk/LibAuraInfo-1.0/spellIdData.lua

more spellID duration.
We won't track auras on guids unless a callback has been registered.
We won't register COMBAT_LOG_EVENT_UNFILTERED unless a callback has been registered.
------------------------------------------------------------------------
r12 | cyprias | 2010-06-12 20:18:37 +0000 (Sat, 12 Jun 2010) | 3 lines
Changed paths:
   A /trunk/LibAuraInfo-1.0/API.lua
   M /trunk/LibAuraInfo-1.0/LibAuraInfo-1.0.lua
   A /trunk/LibAuraInfo-1.0/combatlog.lua
   M /trunk/LibAuraInfo-1.0/lib.xml
   M /trunk/LibAuraInfo-1.0/spellIdData.lua
   M /trunk/LibAuraInfo-1.0.toc
   M /trunk/embeds.xml

Added combatlog tracking for aura gain/removal. I plan on only tracking when addon registers a callback.
Updated toc interface version.
Added new API GetNumGUIDAuras(GUID), GetGUIDAuras(GUID) and GUIDAura(dstGUID, spellID).
------------------------------------------------------------------------
r11 | cyprias | 2010-06-12 18:01:49 +0000 (Sat, 12 Jun 2010) | 3 lines
Changed paths:
   M /trunk/LibAuraInfo-1.0/LibAuraInfo-1.0.lua
   M /trunk/LibAuraInfo-1.0/lib.xml
   M /trunk/LibAuraInfo-1.0/spellIdData.lua

More spellIDs
Added tracking of durations by GUID that don't match our duration database.
Added dstGUID to GetDuration() to get more accurate duration for that caster.
------------------------------------------------------------------------
r10 | cyprias | 2010-06-12 15:14:42 +0000 (Sat, 12 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibAuraInfo-1.0/LibAuraInfo-1.0.lua
   M /trunk/LibAuraInfo-1.0/lib.xml
   A /trunk/LibAuraInfo-1.0/spellIdData.lua

Moved spellID data to its own file.
------------------------------------------------------------------------
r9 | cyprias | 2010-06-12 14:25:28 +0000 (Sat, 12 Jun 2010) | 2 lines
Changed paths:
   M /trunk/LibAuraInfo-1.0/LibAuraInfo-1.0.lua

More spells added.
When we mouseover/target things we temporarily add new spell info to our database. I'll remove this code later once we have many more spells.
------------------------------------------------------------------------
r8 | cyprias | 2010-06-12 10:43:42 +0000 (Sat, 12 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibAuraInfo-1.0/LibAuraInfo-1.0.lua

Some more spells.
------------------------------------------------------------------------
r7 | cyprias | 2010-06-12 09:39:31 +0000 (Sat, 12 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibAuraInfo-1.0/LibAuraInfo-1.0.lua

Changed string returned by GetDebuffType()
------------------------------------------------------------------------
r6 | cyprias | 2010-06-12 09:22:06 +0000 (Sat, 12 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibAuraInfo-1.0.toc

Added LibStub as a OptionalDeps.
------------------------------------------------------------------------
r5 | cyprias | 2010-06-12 09:18:29 +0000 (Sat, 12 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibAuraInfo-1.0/LibAuraInfo-1.0.lua

Added comments.
------------------------------------------------------------------------
r4 | cyprias | 2010-06-12 09:13:22 +0000 (Sat, 12 Jun 2010) | 1 line
Changed paths:
   M /trunk
   M /trunk/LibAuraInfo-1.0.toc
   A /trunk/embeds.xml

Removing LibStub from trunk.
------------------------------------------------------------------------
r3 | cyprias | 2010-06-12 09:08:23 +0000 (Sat, 12 Jun 2010) | 1 line
Changed paths:
   D /trunk/libs

removing lib in trunk.
------------------------------------------------------------------------
r2 | cyprias | 2010-06-12 09:05:15 +0000 (Sat, 12 Jun 2010) | 1 line
Changed paths:
   A /trunk/.pkgmeta
   A /trunk/LibAuraInfo-1.0
   A /trunk/LibAuraInfo-1.0/LibAuraInfo-1.0.lua
   A /trunk/LibAuraInfo-1.0/lib.xml
   A /trunk/LibAuraInfo-1.0.toc
   A /trunk/libs
   A /trunk/libs/LibStub
   A /trunk/libs/LibStub/LibStub.lua

First commit.
------------------------------------------------------------------------
r1 | root | 2010-06-12 09:00:12 +0000 (Sat, 12 Jun 2010) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"libaurainfo-1-0/mainline: Initial Import"
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
27.45 KB Jun 14, 2010 3.3.5 10