r15

Details

  • Filename
    LibBagUtils-1.0-r15.zip
  • Uploaded by
  • Uploaded
    Sep 4, 2009
  • Size
    8.13 KB
  • Downloads
    56
  • MD5
    0a0521b1760447f3d5b53f8744758e7c

Supported WoW Retail Versions

  • 3.2.0

Changelog

------------------------------------------------------------------------
r15 | mikk | 2009-09-04 07:51:18 +0000 (Fri, 04 Sep 2009) | 1 line
Changed paths:
   M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua

Do away with the idea of a bag list cache. It seemed nice, but I totally forgot about the event reception ordering problem. (I.e. addons reacting to BANK_OPENED before the lib has time to react to it and so forth)
------------------------------------------------------------------------
r13 | mikk | 2009-08-14 20:03:06 +0000 (Fri, 14 Aug 2009) | 3 lines
Changed paths:
   M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua

Work around problem with addons talking to LibBagUtils _very_ early (before all bags have loaded, even). The baglist cache would think that it was up to date after the first call when, in fact, it was not.

------------------------------------------------------------------------
r11 | mikk | 2009-08-13 16:38:50 +0000 (Thu, 13 Aug 2009) | 2 lines
Changed paths:
   M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua

- Optimize IterateBags and CountSlots
- Add IsBank(bag)
------------------------------------------------------------------------
r9 | mikk | 2009-08-12 20:53:32 +0000 (Wed, 12 Aug 2009) | 3 lines
Changed paths:
   M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua

- Add :IterateBags("which", itemFamily or nil) - returns iterator
- Add :CountSlots("which", itemFamily or nil) - returns free,total

------------------------------------------------------------------------
r7 | mikk | 2009-08-07 14:08:52 +0000 (Fri, 07 Aug 2009) | 3 lines
Changed paths:
   M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua

- 3.2: Comparisons (including :LinkIsItem()) now take into account the variable suffix scaling that occurs when wotlk randomstat items are in inventory vs in mail/AH/gbank. See http://www.wowwiki.com/ItemString#3.2_wotlk_randomstat_items_changing_their_suffix_factors
- New API :MakeLinkComparator() that returns a (comparator,arg2,arg3) tuple to be used in mass comparison of one link to many others. Will pick the most efficient method available (i.e. usually strmatch, but for wobbly randomstat items there's more logic)

------------------------------------------------------------------------
r5 | mikk | 2009-08-05 20:58:42 +0000 (Wed, 05 Aug 2009) | 2 lines
Changed paths:
   M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua
   M /trunk/LibBagUtils-1.0.toc

- TOC 30200
- Add warning when something magically can't be put in a slot
------------------------------------------------------------------------