r17

Details

  • Filename
    LibBagUtils-1.0-r17.zip
  • Uploaded by
  • Uploaded
    Sep 13, 2009
  • Size
    8.02 KB
  • Downloads
    95
  • MD5
    b04a79630bd5a6b5683e55a2654dbfc1

Supported WoW Retail Versions

  • 3.2.0

Changelog

------------------------------------------------------------------------
r17 | mikk | 2009-09-13 12:43:05 +0000 (Sun, 13 Sep 2009) | 3 lines
Changed paths:
   M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua

- Add wrapper function for GetContainerNumFreeSlots() that actually Does The Right Thing for the keyring. (Actually return the number of free slots, not just 0. And returns the right family!)
- Add GetContainerFamily() that returns the bag family (AND the right family for the keyring)
And they say bag handling is straightforward, sheesh...
------------------------------------------------------------------------
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)
------------------------------------------------------------------------