r63

Details

  • Filename
    LibAuraInfo-1.0-r63.zip
  • Uploaded by
  • Uploaded
    Jul 23, 2010
  • Size
    41.90 KB
  • Downloads
    43
  • MD5
    fdeeb0b3c6dbdb711c222617303d107d

Supported WoW Retail Versions

  • 3.3.5

Changelog

------------------------------------------------------------------------
r63 | cyprias | 2010-07-24 02:29:52 +0000 (Sat, 24 Jul 2010) | 1 line
Changed paths:
   M /trunk/LibAuraInfo-1.0/spellIdData.lua

Added more spells, updated duration times. yatta yatta yatta.
------------------------------------------------------------------------
r62 | cyprias | 2010-07-01 03:51:37 +0000 (Thu, 01 Jul 2010) | 1 line
Changed paths:
   M /trunk/LibAuraInfo-1.0/LibAuraInfo-1.0.lua

removed debug message.
------------------------------------------------------------------------
r61 | cyprias | 2010-06-29 04:13:22 +0000 (Tue, 29 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibAuraInfo-1.0/spellIdData.lua

More spells added.
------------------------------------------------------------------------
r60 | cyprias | 2010-06-25 18:56:18 +0000 (Fri, 25 Jun 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta

Turning off lib creation in pkgmeta.
------------------------------------------------------------------------
r58 | cyprias | 2010-06-25 18:47:33 +0000 (Fri, 25 Jun 2010) | 2 lines
Changed paths:
   M /trunk/LibAuraInfo-1.0/LibAuraInfo-1.0.lua
   M /trunk/LibAuraInfo-1.0.toc

Testing change to toc file.
Changed minor to 4.
------------------------------------------------------------------------
r57 | cyprias | 2010-06-25 18:46:29 +0000 (Fri, 25 Jun 2010) | 1 line
Changed paths:
   D /trunk/embeds.xml

Not using it anymore.
------------------------------------------------------------------------
r54 | cyprias | 2010-06-25 17:12:39 +0000 (Fri, 25 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibAuraInfo-1.0/LibAuraInfo-1.0.lua

No change.
------------------------------------------------------------------------
r53 | cyprias | 2010-06-25 17:07:39 +0000 (Fri, 25 Jun 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/LibAuraInfo-1.0.toc

Added CallbackHandler-1.0 to pkgmeta and toc file.
------------------------------------------------------------------------
r51 | cyprias | 2010-06-25 17:02:25 +0000 (Fri, 25 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibAuraInfo-1.0/LibAuraInfo-1.0.lua

Changed minor version to 3. Going to re-tag version due to packager messing up 1.0.2beta.
------------------------------------------------------------------------
r50 | cyprias | 2010-06-25 17:00:44 +0000 (Fri, 25 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibAuraInfo-1.0/LibAuraInfo-1.0.lua

no changes.
------------------------------------------------------------------------
r48 | cyprias | 2010-06-25 16:39:45 +0000 (Fri, 25 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibAuraInfo-1.0/LibAuraInfo-1.0.lua

Increased minor version to 2.
------------------------------------------------------------------------
r47 | cyprias | 2010-06-25 16:35:17 +0000 (Fri, 25 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibAuraInfo-1.0
   M /trunk/LibAuraInfo-1.0/LibAuraInfo-1.0.lua
   M /trunk/LibAuraInfo-1.0/lib.xml
   M /trunk/LibAuraInfo-1.0/spellIdData.lua

Combined files into 1.
------------------------------------------------------------------------
r46 | cyprias | 2010-06-25 16:31:42 +0000 (Fri, 25 Jun 2010) | 1 line
Changed paths:
   D /trunk/LibAuraInfo-1.0/DR.lua

Combining files.
------------------------------------------------------------------------
r45 | cyprias | 2010-06-25 16:31:29 +0000 (Fri, 25 Jun 2010) | 1 line
Changed paths:
   D /trunk/LibAuraInfo-1.0/combatlog.lua

Combining files.
------------------------------------------------------------------------
r44 | cyprias | 2010-06-25 16:29:05 +0000 (Fri, 25 Jun 2010) | 1 line
Changed paths:
   D /trunk/LibAuraInfo-1.0/API.lua

Combining files.
------------------------------------------------------------------------
r43 | cyprias | 2010-06-25 16:25:03 +0000 (Fri, 25 Jun 2010) | 1 line
Changed paths:
   D /trunk/LibAuraInfo-1.0/otherSpellIDData.lua

File not needed.
------------------------------------------------------------------------
r41 | cyprias | 2010-06-24 23:10:15 +0000 (Thu, 24 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibAuraInfo-1.0/LibAuraInfo-1.0.lua

Changed minor version...
------------------------------------------------------------------------
r40 | cyprias | 2010-06-24 23:07:14 +0000 (Thu, 24 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibAuraInfo-1.0/LibAuraInfo-1.0.lua

Changed minor version to 2.
------------------------------------------------------------------------
r39 | cyprias | 2010-06-24 23:06:42 +0000 (Thu, 24 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibAuraInfo-1.0/otherSpellIDData.lua
   M /trunk/LibAuraInfo-1.0/spellIdData.lua

Few more spells.
------------------------------------------------------------------------
r38 | cyprias | 2010-06-24 22:38:12 +0000 (Thu, 24 Jun 2010) | 4 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

Changed how I store auras on a GUID. This is to allow tracking of multiple instances of a spellID on a GUID. (dots/hots from 2+ casters)
Removed API GetGUIDAuras(dstGUID). Use GetNumGUIDAuras(dstGUID) instead.
Modified API GUIDAura() parameters to take dstGUID & Index instead of dstGUID & spellID.
Added API GUIDAuraID(dstGUID, spellID[, srcGUID]).
------------------------------------------------------------------------
r37 | cyprias | 2010-06-20 20:11:07 +0000 (Sun, 20 Jun 2010) | 1 line
Changed paths:
   M /trunk/LibAuraInfo-1.0/otherSpellIDData.lua
   M /trunk/LibAuraInfo-1.0/spellIdData.lua

More spells added.
------------------------------------------------------------------------