r32

Details

  • Filename
    LibGroupTalents-1.0-r32.zip
  • Uploaded by
  • Uploaded
    Oct 2, 2009
  • Size
    13.46 KB
  • Downloads
    21
  • MD5
    00c1edc11ff3935a86adb5d6c2be52ef

Supported WoW Retail Versions

  • 3.2.0

Changelog

------------------------------------------------------------------------
r32 | Zeksie | 2009-10-02 08:17:26 +0000 (Fri, 02 Oct 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

After some discussion, the LibGroupTalents_RoleChange event will now fire on initial assignment as well as role changes.
------------------------------------------------------------------------
r31 | Zeksie | 2009-09-21 08:30:32 +0000 (Mon, 21 Sep 2009) | 2 lines
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Moved LibStub request for LibTalentQuery-1.0 to first thing done to help cut down spam of errors when loading order is incorrect.
Fixed a problem with GUID compression for some servers which was breaking the comms.
------------------------------------------------------------------------
r30 | Zeksie | 2009-09-08 10:30:08 +0000 (Tue, 08 Sep 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Fix error in GetGUIDGlyphs()
------------------------------------------------------------------------
r28 | Zeksie | 2009-09-03 07:08:32 +0000 (Thu, 03 Sep 2009) | 4 lines
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Fixed two bugs in GetTalentMissingNames() and GUIDHasGlyph().
Collection of class talent data more optimistic now, accepting any inspection source instead of only needed ones.
If class talent data is received after someone's talents (talents via comms), then all units of that class already collected are given a LibGroupTalents_Update event.

------------------------------------------------------------------------
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.
------------------------------------------------------------------------