r164

Details

  • Filename
    BankStack-sylvanaar-r164.zip
  • Uploaded by
  • Uploaded
    Sep 7, 2010
  • Size
    131.71 KB
  • Downloads
    60
  • MD5
    161d2fd86ee5db4e20957b37e891a3c8

Supported WoW Retail Versions

  • 4.0.1
  • 3.3.5

Changelog

------------------------------------------------------------------------
r164 | sylvanaar | 2010-09-07 19:56:18 +0000 (Tue, 07 Sep 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta

no nolib
------------------------------------------------------------------------
r161 | sylvanaar | 2010-09-07 19:26:32 +0000 (Tue, 07 Sep 2010) | 1 line
Changed paths:
   M /trunk/BankStack.toc

update the toc to try and get the zip file list to sort correctly
------------------------------------------------------------------------
r160 | sylvanaar | 2010-09-07 04:32:40 +0000 (Tue, 07 Sep 2010) | 1 line
Changed paths:
   M /trunk/core.lua

fix leaked global lock_stop
------------------------------------------------------------------------
r159 | sylvanaar | 2010-09-07 04:03:10 +0000 (Tue, 07 Sep 2010) | 1 line
Changed paths:
   M /trunk/core.lua

i had (elapsed or 0) in the onupdate, not sure why, but to prevent any possible issues im changing it to (elapsed or 0.01)
------------------------------------------------------------------------
r158 | sylvanaar | 2010-09-02 14:29:42 +0000 (Thu, 02 Sep 2010) | 1 line
Changed paths:
   M /trunk/BankStack.toc

## X-Compatible-With: 40000
------------------------------------------------------------------------
r157 | sylvanaar | 2010-09-02 14:04:02 +0000 (Thu, 02 Sep 2010) | 1 line
Changed paths:
   M /trunk/core.lua

cata fixes
------------------------------------------------------------------------
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.)
------------------------------------------------------------------------