r167

Details

  • Filename
    _BugGrabber-r167.zip
  • Uploaded by
  • Uploaded
    Mar 7, 2011
  • Size
    20.84 KB
  • Downloads
    663
  • MD5
    f8dfee3bbe3100be9aeb466a3e34133e

Supported WoW Retail Versions

  • 4.0.6

Changelog

------------------------------------------------------------------------
r167 | rabbit | 2011-03-07 09:20:21 +0000 (Mon, 07 Mar 2011) | 1 line
Changed paths:
   M /trunk/BugGrabber.lua

No need to iterate when GetAddOnInfo accepts names.
------------------------------------------------------------------------
r166 | rabbit | 2011-03-06 16:21:04 +0000 (Sun, 06 Mar 2011) | 1 line
Changed paths:
   A /trunk/embedding.txt

Add some notes on embedding.
------------------------------------------------------------------------
r165 | rabbit | 2011-03-06 16:12:25 +0000 (Sun, 06 Mar 2011) | 5 lines
Changed paths:
   M /trunk/BugGrabber.lua
   A /trunk/load.xml
   M /trunk/locales.lua

* Allow BugGrabber to be embedded, although it's not something I recommend. If more than one instance of BugGrabber tries to load up, only the first one will prevail; there's no versioning. If a standalone !BugGrabber addon exists, it will always be preferred.
* Has not been tested while running alongside an embedded copy; hopefully Archarodim will test fully.
* Change some strings to use the default system color because it's nicer. I forgot to make it update according to the users configured system color, but will do so at a later point. Also deleted some unused localization strings.
* Added a load.xml file that can be referenced in the TOC of a parent addon for embedding purposes.

------------------------------------------------------------------------
r164 | rabbit | 2010-11-27 01:23:31 +0000 (Sat, 27 Nov 2010) | 1 line
Changed paths:
   M /trunk/BugGrabber.lua

Forgot to change internal reference to :StoreError.
------------------------------------------------------------------------