Latest LibBagUtils-1.0 Files http://www.wowace.com/addons/libbagutils-1-0/files/ The latest files available for LibBagUtils-1.0 en-us Sat, 03 Oct 2009 16:56:32 +0000 WowAce.com (http://www.wowace.com) 1.0.19 http://www.wowace.com/addons/libbagutils-1-0/files/20-1-0-19/ <p>------------------------------------------------------------------------<br> r20 | mikk | 2009-10-03 16:56:27 +0000 (Sat, 03 Oct 2009) | 1 line<br> Changed paths:<br> &nbsp; &nbsp;A /tags/1.0.19 (from /trunk:19)</p> <p>Tagging as 1.0.19<br> ------------------------------------------------------------------------<br> r19 | mikk | 2009-10-03 16:56:01 +0000 (Sat, 03 Oct 2009) | 4 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0.toc</p> <p>- Fix funky case where we could fail to :PutItem() something because a bag was full of (temporarily) internally-locked slots.<br> - LoadOnDemand<br> - More locals, less GETGLOBALs</p> <p>------------------------------------------------------------------------<br> r17 | mikk | 2009-09-13 12:43:05 +0000 (Sun, 13 Sep 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- 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!)<br> - Add GetContainerFamily() that returns the bag family (AND the right family for the keyring)<br> And they say bag handling is straightforward, sheesh...<br> ------------------------------------------------------------------------<br> r15 | mikk | 2009-09-04 07:51:18 +0000 (Fri, 04 Sep 2009) | 1 line<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>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)<br> ------------------------------------------------------------------------</p> Sat, 03 Oct 2009 16:56:32 +0000 http://www.wowace.com/addons/libbagutils-1-0/files/20-1-0-19/ http://www.wowace.com/addons/libbagutils-1-0/files/20-1-0-19/ no-reply@curseforge.com (mikk) r19 http://www.wowace.com/addons/libbagutils-1-0/files/19-r19/ <p>------------------------------------------------------------------------<br> r19 | mikk | 2009-10-03 16:56:01 +0000 (Sat, 03 Oct 2009) | 4 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0.toc</p> <p>- Fix funky case where we could fail to :PutItem() something because a bag was full of (temporarily) internally-locked slots.<br> - LoadOnDemand<br> - More locals, less GETGLOBALs</p> <p>------------------------------------------------------------------------<br> r17 | mikk | 2009-09-13 12:43:05 +0000 (Sun, 13 Sep 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- 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!)<br> - Add GetContainerFamily() that returns the bag family (AND the right family for the keyring)<br> And they say bag handling is straightforward, sheesh...<br> ------------------------------------------------------------------------<br> r15 | mikk | 2009-09-04 07:51:18 +0000 (Fri, 04 Sep 2009) | 1 line<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>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)<br> ------------------------------------------------------------------------</p> Sat, 03 Oct 2009 16:56:07 +0000 http://www.wowace.com/addons/libbagutils-1-0/files/19-r19/ http://www.wowace.com/addons/libbagutils-1-0/files/19-r19/ no-reply@curseforge.com (mikk) 1.0.17 http://www.wowace.com/addons/libbagutils-1-0/files/18-1-0-17/ <p>------------------------------------------------------------------------<br> r18 | mikk | 2009-09-13 12:45:58 +0000 (Sun, 13 Sep 2009) | 1 line<br> Changed paths:<br> &nbsp; &nbsp;A /tags/1.0.17 (from /trunk:17)</p> <p>Tagging as 1.0.17<br> ------------------------------------------------------------------------<br> r17 | mikk | 2009-09-13 12:43:05 +0000 (Sun, 13 Sep 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- 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!)<br> - Add GetContainerFamily() that returns the bag family (AND the right family for the keyring)<br> And they say bag handling is straightforward, sheesh...<br> ------------------------------------------------------------------------<br> r15 | mikk | 2009-09-04 07:51:18 +0000 (Fri, 04 Sep 2009) | 1 line<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>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)<br> ------------------------------------------------------------------------<br> r13 | mikk | 2009-08-14 20:03:06 +0000 (Fri, 14 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>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.</p> <p>------------------------------------------------------------------------<br> r11 | mikk | 2009-08-13 16:38:50 +0000 (Thu, 13 Aug 2009) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- Optimize IterateBags and CountSlots<br> - Add IsBank(bag)<br> ------------------------------------------------------------------------</p> Sun, 13 Sep 2009 12:46:06 +0000 http://www.wowace.com/addons/libbagutils-1-0/files/18-1-0-17/ http://www.wowace.com/addons/libbagutils-1-0/files/18-1-0-17/ no-reply@curseforge.com (mikk) r17 http://www.wowace.com/addons/libbagutils-1-0/files/17-r17/ <p>------------------------------------------------------------------------<br> r17 | mikk | 2009-09-13 12:43:05 +0000 (Sun, 13 Sep 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- 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!)<br> - Add GetContainerFamily() that returns the bag family (AND the right family for the keyring)<br> And they say bag handling is straightforward, sheesh...<br> ------------------------------------------------------------------------<br> r15 | mikk | 2009-09-04 07:51:18 +0000 (Fri, 04 Sep 2009) | 1 line<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>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)<br> ------------------------------------------------------------------------<br> r13 | mikk | 2009-08-14 20:03:06 +0000 (Fri, 14 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>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.</p> <p>------------------------------------------------------------------------<br> r11 | mikk | 2009-08-13 16:38:50 +0000 (Thu, 13 Aug 2009) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- Optimize IterateBags and CountSlots<br> - Add IsBank(bag)<br> ------------------------------------------------------------------------</p> Sun, 13 Sep 2009 12:43:12 +0000 http://www.wowace.com/addons/libbagutils-1-0/files/17-r17/ http://www.wowace.com/addons/libbagutils-1-0/files/17-r17/ no-reply@curseforge.com (mikk) 1.0.15 http://www.wowace.com/addons/libbagutils-1-0/files/16-1-0-15/ <p>------------------------------------------------------------------------<br> r16 | mikk | 2009-09-04 07:51:57 +0000 (Fri, 04 Sep 2009) | 1 line<br> Changed paths:<br> &nbsp; &nbsp;A /tags/1.0.15 (from /trunk:15)</p> <p>Tagging as 1.0.15<br> ------------------------------------------------------------------------<br> r15 | mikk | 2009-09-04 07:51:18 +0000 (Fri, 04 Sep 2009) | 1 line<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>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)<br> ------------------------------------------------------------------------<br> r13 | mikk | 2009-08-14 20:03:06 +0000 (Fri, 14 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>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.</p> <p>------------------------------------------------------------------------<br> r11 | mikk | 2009-08-13 16:38:50 +0000 (Thu, 13 Aug 2009) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- Optimize IterateBags and CountSlots<br> - Add IsBank(bag)<br> ------------------------------------------------------------------------<br> r9 | mikk | 2009-08-12 20:53:32 +0000 (Wed, 12 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- Add :IterateBags(&#34;which&#34;, itemFamily or nil) - returns iterator<br> - Add :CountSlots(&#34;which&#34;, itemFamily or nil) - returns free,total</p> <p>------------------------------------------------------------------------<br> r7 | mikk | 2009-08-07 14:08:52 +0000 (Fri, 07 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- 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 <a href="http://www.wowwiki.com/ItemString#3.2_wotlk_randomstat_items_changing_their_suffix_factors" rel="nofollow">http://www.wowwiki.com/ItemString#3.2_wotlk_randomstat_items_changing_their_suffix_factors</a><br> - 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)</p> <p>------------------------------------------------------------------------<br> r5 | mikk | 2009-08-05 20:58:42 +0000 (Wed, 05 Aug 2009) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0.toc</p> <p>- TOC 30200<br> - Add warning when something magically can't be put in a slot<br> ------------------------------------------------------------------------</p> Fri, 04 Sep 2009 07:52:02 +0000 http://www.wowace.com/addons/libbagutils-1-0/files/16-1-0-15/ http://www.wowace.com/addons/libbagutils-1-0/files/16-1-0-15/ no-reply@curseforge.com (mikk) r15 http://www.wowace.com/addons/libbagutils-1-0/files/15-r15/ <p>------------------------------------------------------------------------<br> r15 | mikk | 2009-09-04 07:51:18 +0000 (Fri, 04 Sep 2009) | 1 line<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>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)<br> ------------------------------------------------------------------------<br> r13 | mikk | 2009-08-14 20:03:06 +0000 (Fri, 14 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>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.</p> <p>------------------------------------------------------------------------<br> r11 | mikk | 2009-08-13 16:38:50 +0000 (Thu, 13 Aug 2009) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- Optimize IterateBags and CountSlots<br> - Add IsBank(bag)<br> ------------------------------------------------------------------------<br> r9 | mikk | 2009-08-12 20:53:32 +0000 (Wed, 12 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- Add :IterateBags(&#34;which&#34;, itemFamily or nil) - returns iterator<br> - Add :CountSlots(&#34;which&#34;, itemFamily or nil) - returns free,total</p> <p>------------------------------------------------------------------------<br> r7 | mikk | 2009-08-07 14:08:52 +0000 (Fri, 07 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- 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 <a href="http://www.wowwiki.com/ItemString#3.2_wotlk_randomstat_items_changing_their_suffix_factors" rel="nofollow">http://www.wowwiki.com/ItemString#3.2_wotlk_randomstat_items_changing_their_suffix_factors</a><br> - 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)</p> <p>------------------------------------------------------------------------<br> r5 | mikk | 2009-08-05 20:58:42 +0000 (Wed, 05 Aug 2009) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0.toc</p> <p>- TOC 30200<br> - Add warning when something magically can't be put in a slot<br> ------------------------------------------------------------------------</p> Fri, 04 Sep 2009 07:51:22 +0000 http://www.wowace.com/addons/libbagutils-1-0/files/15-r15/ http://www.wowace.com/addons/libbagutils-1-0/files/15-r15/ no-reply@curseforge.com (mikk) 1.0.13 http://www.wowace.com/addons/libbagutils-1-0/files/14-1-0-13/ <p>------------------------------------------------------------------------<br> r14 | mikk | 2009-08-14 20:03:42 +0000 (Fri, 14 Aug 2009) | 1 line<br> Changed paths:<br> &nbsp; &nbsp;A /tags/1.0.13 (from /trunk:13)</p> <p>Tagging as 1.0.13<br> ------------------------------------------------------------------------<br> r13 | mikk | 2009-08-14 20:03:06 +0000 (Fri, 14 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>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.</p> <p>------------------------------------------------------------------------<br> r11 | mikk | 2009-08-13 16:38:50 +0000 (Thu, 13 Aug 2009) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- Optimize IterateBags and CountSlots<br> - Add IsBank(bag)<br> ------------------------------------------------------------------------<br> r9 | mikk | 2009-08-12 20:53:32 +0000 (Wed, 12 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- Add :IterateBags(&#34;which&#34;, itemFamily or nil) - returns iterator<br> - Add :CountSlots(&#34;which&#34;, itemFamily or nil) - returns free,total</p> <p>------------------------------------------------------------------------<br> r7 | mikk | 2009-08-07 14:08:52 +0000 (Fri, 07 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- 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 <a href="http://www.wowwiki.com/ItemString#3.2_wotlk_randomstat_items_changing_their_suffix_factors" rel="nofollow">http://www.wowwiki.com/ItemString#3.2_wotlk_randomstat_items_changing_their_suffix_factors</a><br> - 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)</p> <p>------------------------------------------------------------------------<br> r5 | mikk | 2009-08-05 20:58:42 +0000 (Wed, 05 Aug 2009) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0.toc</p> <p>- TOC 30200<br> - Add warning when something magically can't be put in a slot<br> ------------------------------------------------------------------------</p> Fri, 14 Aug 2009 20:03:50 +0000 http://www.wowace.com/addons/libbagutils-1-0/files/14-1-0-13/ http://www.wowace.com/addons/libbagutils-1-0/files/14-1-0-13/ no-reply@curseforge.com (mikk) r13 http://www.wowace.com/addons/libbagutils-1-0/files/13-r13/ <p>------------------------------------------------------------------------<br> r13 | mikk | 2009-08-14 20:03:06 +0000 (Fri, 14 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>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.</p> <p>------------------------------------------------------------------------<br> r11 | mikk | 2009-08-13 16:38:50 +0000 (Thu, 13 Aug 2009) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- Optimize IterateBags and CountSlots<br> - Add IsBank(bag)<br> ------------------------------------------------------------------------<br> r9 | mikk | 2009-08-12 20:53:32 +0000 (Wed, 12 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- Add :IterateBags(&#34;which&#34;, itemFamily or nil) - returns iterator<br> - Add :CountSlots(&#34;which&#34;, itemFamily or nil) - returns free,total</p> <p>------------------------------------------------------------------------<br> r7 | mikk | 2009-08-07 14:08:52 +0000 (Fri, 07 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- 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 <a href="http://www.wowwiki.com/ItemString#3.2_wotlk_randomstat_items_changing_their_suffix_factors" rel="nofollow">http://www.wowwiki.com/ItemString#3.2_wotlk_randomstat_items_changing_their_suffix_factors</a><br> - 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)</p> <p>------------------------------------------------------------------------<br> r5 | mikk | 2009-08-05 20:58:42 +0000 (Wed, 05 Aug 2009) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0.toc</p> <p>- TOC 30200<br> - Add warning when something magically can't be put in a slot<br> ------------------------------------------------------------------------</p> Fri, 14 Aug 2009 20:03:10 +0000 http://www.wowace.com/addons/libbagutils-1-0/files/13-r13/ http://www.wowace.com/addons/libbagutils-1-0/files/13-r13/ no-reply@curseforge.com (mikk) 1.0.11 http://www.wowace.com/addons/libbagutils-1-0/files/12-1-0-11/ <p>------------------------------------------------------------------------<br> r12 | mikk | 2009-08-13 18:35:38 +0000 (Thu, 13 Aug 2009) | 1 line<br> Changed paths:<br> &nbsp; &nbsp;A /tags/1.0.11 (from /trunk:11)</p> <p>Tagging as 1.0.11<br> ------------------------------------------------------------------------<br> r11 | mikk | 2009-08-13 16:38:50 +0000 (Thu, 13 Aug 2009) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- Optimize IterateBags and CountSlots<br> - Add IsBank(bag)<br> ------------------------------------------------------------------------<br> r9 | mikk | 2009-08-12 20:53:32 +0000 (Wed, 12 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- Add :IterateBags(&#34;which&#34;, itemFamily or nil) - returns iterator<br> - Add :CountSlots(&#34;which&#34;, itemFamily or nil) - returns free,total</p> <p>------------------------------------------------------------------------<br> r7 | mikk | 2009-08-07 14:08:52 +0000 (Fri, 07 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- 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 <a href="http://www.wowwiki.com/ItemString#3.2_wotlk_randomstat_items_changing_their_suffix_factors" rel="nofollow">http://www.wowwiki.com/ItemString#3.2_wotlk_randomstat_items_changing_their_suffix_factors</a><br> - 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)</p> <p>------------------------------------------------------------------------<br> r5 | mikk | 2009-08-05 20:58:42 +0000 (Wed, 05 Aug 2009) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0.toc</p> <p>- TOC 30200<br> - Add warning when something magically can't be put in a slot<br> ------------------------------------------------------------------------</p> Thu, 13 Aug 2009 18:35:45 +0000 http://www.wowace.com/addons/libbagutils-1-0/files/12-1-0-11/ http://www.wowace.com/addons/libbagutils-1-0/files/12-1-0-11/ no-reply@curseforge.com (mikk) r11 http://www.wowace.com/addons/libbagutils-1-0/files/11-r11/ <p>------------------------------------------------------------------------<br> r11 | mikk | 2009-08-13 16:38:50 +0000 (Thu, 13 Aug 2009) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- Optimize IterateBags and CountSlots<br> - Add IsBank(bag)<br> ------------------------------------------------------------------------<br> r9 | mikk | 2009-08-12 20:53:32 +0000 (Wed, 12 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- Add :IterateBags(&#34;which&#34;, itemFamily or nil) - returns iterator<br> - Add :CountSlots(&#34;which&#34;, itemFamily or nil) - returns free,total</p> <p>------------------------------------------------------------------------<br> r7 | mikk | 2009-08-07 14:08:52 +0000 (Fri, 07 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- 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 <a href="http://www.wowwiki.com/ItemString#3.2_wotlk_randomstat_items_changing_their_suffix_factors" rel="nofollow">http://www.wowwiki.com/ItemString#3.2_wotlk_randomstat_items_changing_their_suffix_factors</a><br> - 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)</p> <p>------------------------------------------------------------------------<br> r5 | mikk | 2009-08-05 20:58:42 +0000 (Wed, 05 Aug 2009) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0.toc</p> <p>- TOC 30200<br> - Add warning when something magically can't be put in a slot<br> ------------------------------------------------------------------------</p> Thu, 13 Aug 2009 16:39:38 +0000 http://www.wowace.com/addons/libbagutils-1-0/files/11-r11/ http://www.wowace.com/addons/libbagutils-1-0/files/11-r11/ no-reply@curseforge.com (mikk) 1.0.9 http://www.wowace.com/addons/libbagutils-1-0/files/10-1-0-9/ <p>------------------------------------------------------------------------<br> r10 | mikk | 2009-08-12 20:59:25 +0000 (Wed, 12 Aug 2009) | 1 line<br> Changed paths:<br> &nbsp; &nbsp;A /tags/1.0.9 (from /trunk:9)</p> <p>Tagging as 1.0.9<br> ------------------------------------------------------------------------<br> r9 | mikk | 2009-08-12 20:53:32 +0000 (Wed, 12 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- Add :IterateBags(&#34;which&#34;, itemFamily or nil) - returns iterator<br> - Add :CountSlots(&#34;which&#34;, itemFamily or nil) - returns free,total</p> <p>------------------------------------------------------------------------<br> r7 | mikk | 2009-08-07 14:08:52 +0000 (Fri, 07 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- 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 <a href="http://www.wowwiki.com/ItemString#3.2_wotlk_randomstat_items_changing_their_suffix_factors" rel="nofollow">http://www.wowwiki.com/ItemString#3.2_wotlk_randomstat_items_changing_their_suffix_factors</a><br> - 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)</p> <p>------------------------------------------------------------------------<br> r5 | mikk | 2009-08-05 20:58:42 +0000 (Wed, 05 Aug 2009) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0.toc</p> <p>- TOC 30200<br> - Add warning when something magically can't be put in a slot<br> ------------------------------------------------------------------------</p> Wed, 12 Aug 2009 20:59:33 +0000 http://www.wowace.com/addons/libbagutils-1-0/files/10-1-0-9/ http://www.wowace.com/addons/libbagutils-1-0/files/10-1-0-9/ no-reply@curseforge.com (mikk) r9 http://www.wowace.com/addons/libbagutils-1-0/files/9-r9/ <p>------------------------------------------------------------------------<br> r9 | mikk | 2009-08-12 20:53:32 +0000 (Wed, 12 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- Add :IterateBags(&#34;which&#34;, itemFamily or nil) - returns iterator<br> - Add :CountSlots(&#34;which&#34;, itemFamily or nil) - returns free,total</p> <p>------------------------------------------------------------------------<br> r7 | mikk | 2009-08-07 14:08:52 +0000 (Fri, 07 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- 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 <a href="http://www.wowwiki.com/ItemString#3.2_wotlk_randomstat_items_changing_their_suffix_factors" rel="nofollow">http://www.wowwiki.com/ItemString#3.2_wotlk_randomstat_items_changing_their_suffix_factors</a><br> - 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)</p> <p>------------------------------------------------------------------------<br> r5 | mikk | 2009-08-05 20:58:42 +0000 (Wed, 05 Aug 2009) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0.toc</p> <p>- TOC 30200<br> - Add warning when something magically can't be put in a slot<br> ------------------------------------------------------------------------</p> Wed, 12 Aug 2009 20:53:38 +0000 http://www.wowace.com/addons/libbagutils-1-0/files/9-r9/ http://www.wowace.com/addons/libbagutils-1-0/files/9-r9/ no-reply@curseforge.com (mikk) 1.0.7 http://www.wowace.com/addons/libbagutils-1-0/files/8-1-0-7/ <p>------------------------------------------------------------------------<br> r8 | mikk | 2009-08-07 14:14:19 +0000 (Fri, 07 Aug 2009) | 1 line<br> Changed paths:<br> &nbsp; &nbsp;A /tags/1.0.7 (from /trunk:7)</p> <p>Tagging as 1.0.7<br> ------------------------------------------------------------------------<br> r7 | mikk | 2009-08-07 14:08:52 +0000 (Fri, 07 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- 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 <a href="http://www.wowwiki.com/ItemString#3.2_wotlk_randomstat_items_changing_their_suffix_factors" rel="nofollow">http://www.wowwiki.com/ItemString#3.2_wotlk_randomstat_items_changing_their_suffix_factors</a><br> - 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)</p> <p>------------------------------------------------------------------------<br> r5 | mikk | 2009-08-05 20:58:42 +0000 (Wed, 05 Aug 2009) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0.toc</p> <p>- TOC 30200<br> - Add warning when something magically can't be put in a slot<br> ------------------------------------------------------------------------</p> Fri, 07 Aug 2009 14:14:25 +0000 http://www.wowace.com/addons/libbagutils-1-0/files/8-1-0-7/ http://www.wowace.com/addons/libbagutils-1-0/files/8-1-0-7/ no-reply@curseforge.com (mikk) r7 http://www.wowace.com/addons/libbagutils-1-0/files/7-r7/ <p>------------------------------------------------------------------------<br> r7 | mikk | 2009-08-07 14:08:52 +0000 (Fri, 07 Aug 2009) | 3 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>- 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 <a href="http://www.wowwiki.com/ItemString#3.2_wotlk_randomstat_items_changing_their_suffix_factors" rel="nofollow">http://www.wowwiki.com/ItemString#3.2_wotlk_randomstat_items_changing_their_suffix_factors</a><br> - 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)</p> <p>------------------------------------------------------------------------<br> r5 | mikk | 2009-08-05 20:58:42 +0000 (Wed, 05 Aug 2009) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0.toc</p> <p>- TOC 30200<br> - Add warning when something magically can't be put in a slot<br> ------------------------------------------------------------------------</p> Fri, 07 Aug 2009 14:08:58 +0000 http://www.wowace.com/addons/libbagutils-1-0/files/7-r7/ http://www.wowace.com/addons/libbagutils-1-0/files/7-r7/ no-reply@curseforge.com (mikk) 1.0.5 http://www.wowace.com/addons/libbagutils-1-0/files/6-1-0-5/ <p>------------------------------------------------------------------------<br> r6 | mikk | 2009-08-05 21:04:01 +0000 (Wed, 05 Aug 2009) | 1 line<br> Changed paths:<br> &nbsp; &nbsp;A /tags/1.0.5 (from /trunk:5)</p> <p>Tagging as 1.0.5<br> ------------------------------------------------------------------------<br> r5 | mikk | 2009-08-05 20:58:42 +0000 (Wed, 05 Aug 2009) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0.toc</p> <p>- TOC 30200<br> - Add warning when something magically can't be put in a slot<br> ------------------------------------------------------------------------</p> Wed, 05 Aug 2009 21:04:05 +0000 http://www.wowace.com/addons/libbagutils-1-0/files/6-1-0-5/ http://www.wowace.com/addons/libbagutils-1-0/files/6-1-0-5/ no-reply@curseforge.com (mikk) r5 http://www.wowace.com/addons/libbagutils-1-0/files/5-r5/ <p>------------------------------------------------------------------------<br> r5 | mikk | 2009-08-05 20:58:42 +0000 (Wed, 05 Aug 2009) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0.toc</p> <p>- TOC 30200<br> - Add warning when something magically can't be put in a slot<br> ------------------------------------------------------------------------</p> Wed, 05 Aug 2009 20:58:50 +0000 http://www.wowace.com/addons/libbagutils-1-0/files/5-r5/ http://www.wowace.com/addons/libbagutils-1-0/files/5-r5/ no-reply@curseforge.com (mikk) r3-release http://www.wowace.com/addons/libbagutils-1-0/files/4-r3-release/ <p>------------------------------------------------------------------------<br> r4 | mikk | 2009-01-10 13:22:54 +0000 (Sat, 10 Jan 2009) | 1 line<br> Changed paths:<br> &nbsp; &nbsp;A /tags/r3-release (from /trunk:3)</p> <p>Tagging as r3-release<br> ------------------------------------------------------------------------<br> r3 | mikk | 2008-11-27 15:52:17 +0000 (Thu, 27 Nov 2008) | 1 line<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>This should be good for a first release<br> ------------------------------------------------------------------------<br> r2 | mikk | 2008-11-23 10:38:54 +0000 (Sun, 23 Nov 2008) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;A /trunk/LibBagUtils-1.0<br> &nbsp; &nbsp;A /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua<br> &nbsp; &nbsp;A /trunk/LibBagUtils-1.0/LibBagUtils-1.0.xml<br> &nbsp; &nbsp;A /trunk/LibBagUtils-1.0.toc<br> &nbsp; &nbsp;A /trunk/LibStub.lua</p> <p>LibBagUtils-1.0: Initial checkin</p> <p>------------------------------------------------------------------------<br> r1 | root | 2008-11-22 16:15:41 +0000 (Sat, 22 Nov 2008) | 1 line<br> Changed paths:<br> &nbsp; &nbsp;A /branches<br> &nbsp; &nbsp;A /tags<br> &nbsp; &nbsp;A /trunk</p> <p>&#34;libbagutils-1-0/mainline: Initial Import&#34;<br> ------------------------------------------------------------------------</p> Sat, 10 Jan 2009 13:24:54 +0000 http://www.wowace.com/addons/libbagutils-1-0/files/4-r3-release/ http://www.wowace.com/addons/libbagutils-1-0/files/4-r3-release/ no-reply@curseforge.com (mikk) r3 http://www.wowace.com/addons/libbagutils-1-0/files/3-r3/ <p>------------------------------------------------------------------------<br> r3 | mikk | 2008-11-27 15:52:17 +0000 (Thu, 27 Nov 2008) | 1 line<br> Changed paths:<br> &nbsp; &nbsp;M /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua</p> <p>This should be good for a first release<br> ------------------------------------------------------------------------<br> r2 | mikk | 2008-11-23 10:38:54 +0000 (Sun, 23 Nov 2008) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;A /trunk/LibBagUtils-1.0<br> &nbsp; &nbsp;A /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua<br> &nbsp; &nbsp;A /trunk/LibBagUtils-1.0/LibBagUtils-1.0.xml<br> &nbsp; &nbsp;A /trunk/LibBagUtils-1.0.toc<br> &nbsp; &nbsp;A /trunk/LibStub.lua</p> <p>LibBagUtils-1.0: Initial checkin</p> <p>------------------------------------------------------------------------<br> r1 | root | 2008-11-22 16:15:41 +0000 (Sat, 22 Nov 2008) | 1 line<br> Changed paths:<br> &nbsp; &nbsp;A /branches<br> &nbsp; &nbsp;A /tags<br> &nbsp; &nbsp;A /trunk</p> <p>&#34;libbagutils-1-0/mainline: Initial Import&#34;<br> ------------------------------------------------------------------------</p> Thu, 27 Nov 2008 15:52:20 +0000 http://www.wowace.com/addons/libbagutils-1-0/files/3-r3/ http://www.wowace.com/addons/libbagutils-1-0/files/3-r3/ no-reply@curseforge.com (mikk) r2 http://www.wowace.com/addons/libbagutils-1-0/files/2-r2/ <p>------------------------------------------------------------------------<br> r2 | mikk | 2008-11-23 10:38:54 +0000 (Sun, 23 Nov 2008) | 2 lines<br> Changed paths:<br> &nbsp; &nbsp;A /trunk/LibBagUtils-1.0<br> &nbsp; &nbsp;A /trunk/LibBagUtils-1.0/LibBagUtils-1.0.lua<br> &nbsp; &nbsp;A /trunk/LibBagUtils-1.0/LibBagUtils-1.0.xml<br> &nbsp; &nbsp;A /trunk/LibBagUtils-1.0.toc<br> &nbsp; &nbsp;A /trunk/LibStub.lua</p> <p>LibBagUtils-1.0: Initial checkin</p> <p>------------------------------------------------------------------------<br> r1 | root | 2008-11-22 16:15:41 +0000 (Sat, 22 Nov 2008) | 1 line<br> Changed paths:<br> &nbsp; &nbsp;A /branches<br> &nbsp; &nbsp;A /tags<br> &nbsp; &nbsp;A /trunk</p> <p>&#34;libbagutils-1-0/mainline: Initial Import&#34;<br> ------------------------------------------------------------------------</p> Sun, 23 Nov 2008 10:39:04 +0000 http://www.wowace.com/addons/libbagutils-1-0/files/2-r2/ http://www.wowace.com/addons/libbagutils-1-0/files/2-r2/ no-reply@curseforge.com (mikk) r1 http://www.wowace.com/addons/libbagutils-1-0/files/1-r1/ <p>------------------------------------------------------------------------<br> r1 | root | 2008-11-22 16:15:41 +0000 (Sat, 22 Nov 2008) | 1 line<br> Changed paths:<br> &nbsp; &nbsp;A /branches<br> &nbsp; &nbsp;A /tags<br> &nbsp; &nbsp;A /trunk</p> <p>&#34;libbagutils-1-0/mainline: Initial Import&#34;<br> ------------------------------------------------------------------------</p> Sat, 22 Nov 2008 16:19:46 +0000 http://www.wowace.com/addons/libbagutils-1-0/files/1-r1/ http://www.wowace.com/addons/libbagutils-1-0/files/1-r1/ no-reply@curseforge.com (mikk)