r156
Details
-
FilenameBankStack-r156.zip
-
Uploaded by
-
UploadedFeb 5, 2010
-
Size133.72 KB
-
Downloads693
-
MD5a967f3c2e77986aff436f92beb3ef398
Supported WoW Retail Versions
- 3.3.0
Changelog
------------------------------------------------------------------------
r156 | kemayo | 2010-02-06 01:50:59 +0000 (Sat, 06 Feb 2010) | 3 lines
Changed paths:
M /trunk/config.lua
M /trunk/core.lua
Fix guild bank sort saying "complete" super-quickly without making all its moves.
Make sure that all the moves in the last batch finished, instead of just the most recent one.
Experimental fake-locking solution for the guild bank, which is hidden until I can work out a better way to check for move completion. (I.e. probably forever.)
------------------------------------------------------------------------
r155 | kemayo | 2010-01-30 02:40:41 +0000 (Sat, 30 Jan 2010) | 1 line
Changed paths:
M /trunk/core.lua
Changes to flow to avoid big jerks when doing large sorts.
------------------------------------------------------------------------
r154 | kemayo | 2010-01-26 18:03:11 +0000 (Tue, 26 Jan 2010) | 1 line
Changed paths:
M /trunk/core.lua
M /trunk/fill.lua
Fill should really respect the order config...
------------------------------------------------------------------------
r153 | kemayo | 2010-01-26 16:50:53 +0000 (Tue, 26 Jan 2010) | 1 line
Changed paths:
M /trunk/config.lua
M /trunk/fill.lua
M /trunk/stack.lua
Improve a pattern, and comment things.
------------------------------------------------------------------------
r151 | kemayo | 2010-01-24 23:37:12 +0000 (Sun, 24 Jan 2010) | 1 line
Changed paths:
M /trunk/core.lua
M /trunk/stack.lua
Apparently long-existing bug with compressing which caused "confused!" aborts if a single stack could be moved into more than one partial stack.
------------------------------------------------------------------------
r150 | kemayo | 2010-01-22 17:01:45 +0000 (Fri, 22 Jan 2010) | 1 line
Changed paths:
M /trunk/core.lua
M /trunk/ldb.lua
Use the broker object to show how many moves are remaining. (Mostly useful for guild bank sorts, since everything else is over quickly.)
------------------------------------------------------------------------
r149 | kemayo | 2010-01-22 16:35:18 +0000 (Fri, 22 Jan 2010) | 1 line
Changed paths:
M /trunk/core.lua
Just hardcode the constant instead of loading guildbankui.
------------------------------------------------------------------------
r148 | kemayo | 2010-01-22 16:24:36 +0000 (Fri, 22 Jan 2010) | 1 line
Changed paths:
M /trunk/BankStack.toc
M /trunk/core.lua
M /trunk/sort.lua
Problem with guild bank sorting is that guild-bank-replacement addons which suppress loading of Blizzard_GuildBankUI (like Bagnon) stop MAX_GUILDBANK_SLOTS_PER_TAB from existing. Add a LoadAddOn to get around this.
------------------------------------------------------------------------
r146 | kemayo | 2010-01-22 14:52:19 +0000 (Fri, 22 Jan 2010) | 1 line
Changed paths:
M /trunk/ldb.lua
Fix right-click on ldb
------------------------------------------------------------------------