r47

Details

  • Filename
    LibGroupInSpecT-1.0-r47.zip
  • Uploaded by
  • Uploaded
    Dec 23, 2012
  • Size
    15.84 KB
  • Downloads
    101
  • MD5
    8cff2a96d131d9046ee5fbe815cd1e43

Supported WoW Retail Versions

  • 5.0.5

Changelog

------------------------------------------------------------------------
r47 | anyia3 | 2012-12-24 02:59:09 +0000 (Mon, 24 Dec 2012) | 5 lines
Changed paths:
   M /trunk/LibGroupInSpecT-1.0.lua

Don't cache the NotifyInspect reference.

This should play a bit nicer with further hooks of it.

------------------------------------------------------------------------
r46 | dridzt | 2012-11-30 23:13:02 +0000 (Fri, 30 Nov 2012) | 1 line
Changed paths:
   M /trunk/LibGroupInSpecT-1.0.lua

- Update for the removal of the BATTLEGROUND chat type in 5.1
------------------------------------------------------------------------
r45 | anyia3 | 2012-10-25 09:03:10 +0000 (Thu, 25 Oct 2012) | 13 lines
Changed paths:
   M /trunk/LibGroupInSpecT-1.0.lua

Improved retry logic.

LGIST will no longer mindlessly retry the next unit in the queue. Instead,
it will keep track of the number of retries, and once a threshold is reached
that unit will be kicked down into the stale queue, or if already there, out
of the queues altogether. It should no longer be possible for LGIST to get
stuck on inspecting a particular unit due to the server refusing to provide
information on it. This should address ticket #7, point 2.

Further, if the player is dead, no inspection attempts will be made.
This should address ticket #7, point 3.

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