r26

Details

  • Filename
    LibGroupTalents-1.0-r26.zip
  • Uploaded by
  • Uploaded
    Sep 2, 2009
  • Size
    14.05 KB
  • Downloads
    20
  • MD5
    3786a15ba1153c8bc9d345186aa89a21

Supported WoW Retail Versions

  • 3.2.0

Changelog

------------------------------------------------------------------------
r26 | Zeksie | 2009-09-02 14:22:44 +0000 (Wed, 02 Sep 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Final (I hope) fix for comms. It's hard to debug this stuff with one account, so apologies for the many updates :)
------------------------------------------------------------------------
r24 | Zeksie | 2009-09-02 13:42:17 +0000 (Wed, 02 Sep 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Fixed typo with talent comms (glyphs ~= glpyhs). Should cut back on the repeated glyph requests, and also allow sending to people who just joined the raid right before you picked them up in roster scan.
------------------------------------------------------------------------
r22 | Zeksie | 2009-09-01 19:20:56 +0000 (Tue, 01 Sep 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Fixed problem when people respecced at trainer that the old spec wasn't being passed down to LibGroupTalents_Update event.
------------------------------------------------------------------------
r21 | Zeksie | 2009-09-01 19:03:04 +0000 (Tue, 01 Sep 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Slightly better fix for last problem which won't error with people switching to empty talent groups.
------------------------------------------------------------------------
r20 | Zeksie | 2009-09-01 18:54:50 +0000 (Tue, 01 Sep 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Fixed odd issue when reported active talent group is greater than max number of talent groups. And a few other bits tidied.
------------------------------------------------------------------------
r18 | Zeksie | 2009-08-30 23:34:44 +0000 (Sun, 30 Aug 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Minor optimizing change.
------------------------------------------------------------------------
r17 | Zeksie | 2009-08-28 18:49:12 +0000 (Fri, 28 Aug 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Fix error when someone zones in and respecs immediately before they've been scanned once.
------------------------------------------------------------------------
r16 | Zeksie | 2009-08-27 19:22:01 +0000 (Thu, 27 Aug 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Fix some issues with glyph send/receive.
------------------------------------------------------------------------
r15 | Zeksie | 2009-08-25 21:29:31 +0000 (Tue, 25 Aug 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Fix silly bug.
------------------------------------------------------------------------
r14 | Zeksie | 2009-08-25 21:21:09 +0000 (Tue, 25 Aug 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Some re-ordering of data stored internally. Much saner now, and some better code re-use for comms and storage parts.
------------------------------------------------------------------------
r13 | Zeksie | 2009-08-25 18:58:15 +0000 (Tue, 25 Aug 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Couple of bug fixes.
------------------------------------------------------------------------
r12 | Zeksie | 2009-08-25 17:49:37 +0000 (Tue, 25 Aug 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Fix self error.
------------------------------------------------------------------------
r11 | Zeksie | 2009-08-25 04:35:32 +0000 (Tue, 25 Aug 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Added glyph support. Until there's an inspection mechanism for glyphs, this will be limited to being able to provide info of people's glyphs who have the library. But as soon as the inspect system covers it, I'll throw it in along with talent inspection. Added GetUnitGlyphs and UnitHasGlyph functions for easy querying.
------------------------------------------------------------------------
r10 | Zeksie | 2009-08-23 21:48:15 +0000 (Sun, 23 Aug 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

And fixed the error that didn't happen last time i tested :|
------------------------------------------------------------------------
r9 | Zeksie | 2009-08-23 21:38:25 +0000 (Sun, 23 Aug 2009) | 4 lines
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua
   M /trunk/LibGroupTalents-1.0.toc

LibGroupTalents_Respec event removed and merged into LibGroupTalents_Update, which now passed extra args as indicated in comments.
New LibGroupTalents_Add event to signify when LGT will accept storage of pre-saved talent info.
New functions to do this GetUnitStorageString/SetStorageString.
Also will no longer skip sending initial Update for "player" on login.
------------------------------------------------------------------------
r8 | Zeksie | 2009-08-22 13:57:32 +0000 (Sat, 22 Aug 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Guid -> GUID
------------------------------------------------------------------------
r6 | Zeksie | 2009-08-22 13:49:11 +0000 (Sat, 22 Aug 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Changed behaviour of RoleChange event to not fire on initial value (from nil to role), but only from actual role changes.
------------------------------------------------------------------------
r5 | Zeksie | 2009-08-21 23:53:01 +0000 (Fri, 21 Aug 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Added GetClassTalentInfo() function.
------------------------------------------------------------------------
r4 | Zeksie | 2009-08-21 20:18:03 +0000 (Fri, 21 Aug 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Small correction in warrior role determination.
------------------------------------------------------------------------
r3 | Zeksie | 2009-08-21 17:47:06 +0000 (Fri, 21 Aug 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua
   M /trunk/LibGroupTalents-1.0.toc

Two new functions, and a couple of fixes to TOC.
------------------------------------------------------------------------
r2 | Zeksie | 2009-08-21 13:39:57 +0000 (Fri, 21 Aug 2009) | 1 line
Changed paths:
   A /trunk/.pkgmeta
   A /trunk/LibGroupTalents-1.0.lua
   A /trunk/LibGroupTalents-1.0.toc
   A /trunk/lib.xml

Initial import.
------------------------------------------------------------------------
r1 | root | 2009-08-21 13:22:45 +0000 (Fri, 21 Aug 2009) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

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