r71

Details

  • Filename
    LibGroupInSpecT-1.1-r71.zip
  • Uploaded by
  • Uploaded
    Oct 21, 2014
  • Size
    17.26 KB
  • Downloads
    416
  • MD5
    677afbd2a891f9491e350d5edbb041a6

Supported WoW Retail Versions

  • 6.0.2

Changelog

------------------------------------------------------------------------
r71 | anyia3 | 2014-10-21 22:27:12 +0000 (Tue, 21 Oct 2014) | 10 lines
Changed paths:
   M /trunk/LibGroupInSpecT-1.1.lua

Address race condition around talent caching.

This change should address ticket #9.

Long-term we want to consider if there's any way of returning to full static
caching of all class talents without inspecting, as that's far more efficient.
Right now, even though another player has sent their spec, if the receiver
hasn't got the class talents cached yet, a full inspection is still required.

------------------------------------------------------------------------
r70 | nebula169 | 2014-10-20 03:15:01 +0000 (Mon, 20 Oct 2014) | 1 line
Changed paths:
   M /trunk/LibGroupInSpecT-1.1.lua

correct constants and remove the rest of the 6.0 compat
------------------------------------------------------------------------
r69 | funkydude | 2014-10-19 16:39:09 +0000 (Sun, 19 Oct 2014) | 1 line
Changed paths:
   M /trunk/LibGroupInSpecT-1.1.lua

Remove v6 compat check which was also setting a global _ and causing taint issues.
------------------------------------------------------------------------
r68 | oscarucb | 2014-10-13 21:58:34 +0000 (Mon, 13 Oct 2014) | 2 lines
Changed paths:
   M /trunk/LibGroupInSpecT-1.1.lua

allow programmatic override of debug output by client addons

------------------------------------------------------------------------
r67 | oscarucb | 2014-10-13 21:32:31 +0000 (Mon, 13 Oct 2014) | 2 lines
Changed paths:
   M /trunk/LibGroupInSpecT-1.1.lua

better fix to last

------------------------------------------------------------------------
r66 | oscarucb | 2014-10-13 21:14:21 +0000 (Mon, 13 Oct 2014) | 2 lines
Changed paths:
   M /trunk/LibGroupInSpecT-1.1.lua

fix lua error in a debug statement

------------------------------------------------------------------------
r65 | anyia3 | 2014-10-04 04:22:56 +0000 (Sat, 04 Oct 2014) | 5 lines
Changed paths:
   M /trunk/LibGroupInSpecT-1.1.lua

Fixed closing @end-debug@.

This resolves ticket #63.

------------------------------------------------------------------------
r64 | anyia3 | 2014-09-27 23:32:37 +0000 (Sat, 27 Sep 2014) | 6 lines
Changed paths:
   M /trunk/LibGroupInSpecT-1.1.lua

Guard against GetTalentInfo() not returning anything.

This seems to be a very rare thing, possibly related to the first run after a
WoW update. Not reproducible by just deleting the Cache folder however.

------------------------------------------------------------------------
r63 | anyia3 | 2014-09-18 13:33:28 +0000 (Thu, 18 Sep 2014) | 5 lines
Changed paths:
   M /trunk/.pkgmeta
   D /trunk/LibGroupInSpecT-1.0.lua
   D /trunk/LibGroupInSpecT-1.0.toc
   A /trunk/LibGroupInSpecT-1.1.lua (from /trunk/LibGroupInSpecT-1.0.lua:61
   A /trunk/LibGroupInSpecT-1.1.toc (from /trunk/LibGroupInSpecT-1.0.toc:61
   M /trunk/lib.xml

Switching to WoD/6.0 API support.

Nothing currently known to be broken, but further testing needed.

------------------------------------------------------------------------