r12

Details

  • Filename
    LibInspectLess-1.0-r12.zip
  • Uploaded by
  • Uploaded
    Oct 24, 2010
  • Size
    9.92 KB
  • Downloads
    54
  • MD5
    6234f3a644b144625fea2c23679bde80

Supported WoW Retail Versions

  • 4.0.1

Changelog

------------------------------------------------------------------------
r12 | warbaby | 2010-10-24 09:51:38 +0000 (Sun, 24 Oct 2010) | 3 lines
Changed paths:
   M /trunk/LibInspectLess-1.0.lua
   M /trunk/LibInspectLess-1.0.toc

- protect NotifyInspect with CanInspect, to prevent addons from inspecting NPC or merchants.
- add slash command to set interval, '/lil 5' or '/libinspectless 3.5'

------------------------------------------------------------------------
r10 | warbaby | 2010-10-22 15:58:31 +0000 (Fri, 22 Oct 2010) | 1 line
Changed paths:
   M /trunk/LibInspectLess-1.0.lua

- fix a serial Blizzard bug, that CanInspect return true when player is dead. Blizzard's UI will stop inspect before calling this, but other AddOns do not. And requesting NotifyInspect() while dead will immediately lock the client.
------------------------------------------------------------------------
r8 | warbaby | 2010-10-22 07:57:49 +0000 (Fri, 22 Oct 2010) | 4 lines
Changed paths:
   M /trunk/LibInspectLess-1.0.lua

- remove duplicated code
- add Event 'InspectLess_Next'
- add Warning for inspecting a logoffed player
- request item infomations after a fail inspect.
------------------------------------------------------------------------
r6 | warbaby | 2010-10-22 06:11:26 +0000 (Fri, 22 Oct 2010) | 1 line
Changed paths:
   M /trunk/LibInspectLess-1.0.lua

- turn off debug...
------------------------------------------------------------------------
r5 | warbaby | 2010-10-22 06:05:16 +0000 (Fri, 22 Oct 2010) | 1 line
Changed paths:
   M /trunk/LibInspectLess-1.0.lua

test svn keywords
------------------------------------------------------------------------
r4 | warbaby | 2010-10-22 06:02:14 +0000 (Fri, 22 Oct 2010) | 1 line
Changed paths:
   M /trunk/LibInspectLess-1.0.lua

-- add experimental function of scan all know unitid
------------------------------------------------------------------------
r3 | warbaby | 2010-10-22 05:11:27 +0000 (Fri, 22 Oct 2010) | 1 line
Changed paths:
   M /trunk/LibInspectLess-1.0.lua

-- add fail count mechanic
------------------------------------------------------------------------
r2 | warbaby | 2010-10-22 04:28:21 +0000 (Fri, 22 Oct 2010) | 1 line
Changed paths:
   A /trunk/CallbackHandler-1.0
   A /trunk/CallbackHandler-1.0/CallbackHandler-1.0.lua
   A /trunk/CallbackHandler-1.0/CallbackHandler-1.0.xml
   A /trunk/LibInspectLess-1.0.lua
   A /trunk/LibInspectLess-1.0.toc
   A /trunk/LibStub
   A /trunk/LibStub/LibStub.lua
   A /trunk/LibStub/LibStub.toc
   A /trunk/libs.xml

initial version, some API need to improve, :GetUnit() :GetGUID()
------------------------------------------------------------------------
r1 | root | 2010-10-22 04:25:27 +0000 (Fri, 22 Oct 2010) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

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