r200

Details

  • Filename
    _BugGrabber-r200.zip
  • Uploaded by
  • Uploaded
    Nov 19, 2013
  • Size
    21.97 KB
  • Downloads
    7,301
  • MD5
    af5cb094c010f5fc714c85f7ac98daa2

Supported WoW Retail Versions

  • 5.4.1

Changelog

------------------------------------------------------------------------
r200 | funkydude | 2013-11-19 17:40:59 +0000 (Tue, 19 Nov 2013) | 1 line
Changed paths:
   M /trunk/BugGrabber.lua

Don't bother running the stanizeStack func, should probably leave that to display addons. Hopefully also cuts down on the chances of a script too long for some users.
------------------------------------------------------------------------
r199 | mikk | 2013-11-18 22:46:09 +0000 (Mon, 18 Nov 2013) | 4 lines
Changed paths:
   M /trunk/BugGrabber.lua

http://www.wowace.com/addons/bug-grabber/tickets/59-bug-grabber-completely-disables-itself-if-more-than/
BugGrabber will now re-enable itself after hitting the 10 messages/sec limit and not stay disabled indefinitely.... and if that wasn't the purpose, back out the changes and I'll know to switch to (and recommend) something else.
 
I also changed the mechanic from OnUpdate-based clamping (which actually lets 8324983745345 messages through during the first second) to clamping in the error grabber - which also has the benefit of spending CPU only when it needs to be spent (when something is erroring).
------------------------------------------------------------------------
r197 | funkydude | 2013-10-21 13:55:05 +0000 (Mon, 21 Oct 2013) | 1 line
Changed paths:
   M /trunk/BugGrabber.lua
   M /trunk/locales.lua

Add Italian and fixed translations on wowace. Translators note than all strings have been changed and will need checked.
------------------------------------------------------------------------
r196 | funkydude | 2013-10-21 13:23:53 +0000 (Mon, 21 Oct 2013) | 1 line
Changed paths:
   M /trunk/BugGrabber.lua

Attempt to fix a script too long error by not bothering to sanitize the locals dump. If it's the locals dump function itself taking too long this won't fix anything and we may just need to remove the listing of locals.
------------------------------------------------------------------------
r195 | funkydude | 2013-10-21 12:02:36 +0000 (Mon, 21 Oct 2013) | 1 line
Changed paths:
   M /trunk/!BugGrabber.toc
   M /trunk/BugGrabber.lua

Cleanups
------------------------------------------------------------------------
r194 | nevcairiel | 2013-09-20 12:36:09 +0000 (Fri, 20 Sep 2013) | 1 line
Changed paths:
   M /trunk/!BugGrabber.toc

Update TOC for 5.4
------------------------------------------------------------------------