r43

Details

  • Filename
    LibGroupTalents-1.0-r43.zip
  • Uploaded by
  • Uploaded
    Oct 23, 2009
  • Size
    13.91 KB
  • Downloads
    24
  • MD5
    a2e428759a27d13d5f95713ed2078eb7

Supported WoW Retail Versions

  • 3.2.0

Changelog

------------------------------------------------------------------------
r43 | Zeksie | 2009-10-23 22:21:36 +0000 (Fri, 23 Oct 2009) | 2 lines
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Some fixes for race conditions involving players joining raid and attempting to set their talents from SetStorageString. LGT now sends the Add event after their name is valid (not Unknown) and will not reject level/class mismatches if it does not have them.
Adjusted role detection for Death Knights and Druids. Druid now checks for Survival of the Fittest instead of Bear Form. Death Knight now checks for them having at least 2 of the 3 tier 1 tanking talents.
------------------------------------------------------------------------
r41 | Zeksie | 2009-10-21 23:23:22 +0000 (Wed, 21 Oct 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Put in a throttle to block older versions of the lib from re-requesting talents too often.
------------------------------------------------------------------------
r39 | Zeksie | 2009-10-19 23:49:00 +0000 (Mon, 19 Oct 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Fixed an issue that was causing talent requests to continue after receiving via comms, it would set a refresh needed which is not needed.
------------------------------------------------------------------------
r38 | Zeksie | 2009-10-14 23:21:54 +0000 (Wed, 14 Oct 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Fixed an issue where glyphs were being requested repeatedly.
------------------------------------------------------------------------
r36 | Zeksie | 2009-10-12 13:56:30 +0000 (Mon, 12 Oct 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Better method for trimming GUIDs for comms and storage.
------------------------------------------------------------------------
r34 | Zeksie | 2009-10-07 20:50:38 +0000 (Wed, 07 Oct 2009) | 1 line
Changed paths:
   M /trunk/LibGroupTalents-1.0.lua

Fix nil error when respeccing at trainer and grouped.
------------------------------------------------------------------------
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.
------------------------------------------------------------------------