v18-nolib
Details
-
FilenameBankStack-v18-nolib.zip
-
Uploaded by
-
UploadedOct 22, 2012
-
Size21.71 KB
-
Downloads116
-
MD5f05e9cba3bd7eacc95b04f58fd6b0598
Supported WoW Retail Versions
- 4.0.6
- 3.3.5
Changelog
tag v18
9d41587d811fc554cff94bc93fc25d8f44d71c7d
David Lynch <kemayo@gmail.com>
2010-10-01 07:13:50 +0000
Small amount of support for people who want to delete the config
--------------------
David Lynch:
- Small amount of support for people who want to delete the config
- Fill as part of sorting, as well as stacking.
- Better tracking of repeated moves
- Make filling know about specialty bags and try to fill them first
- Found sylvanaar's branch; porting over lock_stop global removal and "or 0.01".
- Fix old db code in fill. Also have it stack, since that makes sense.
- Quick optimization by checking whether a slot contains something before we consider it for moving
- Bad pattern on new groups
- Make work with 4.0.1 PTR. Not thoroughly tested... but sorting and stacking definitely works now.
- 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.)
- Changes to flow to avoid big jerks when doing large sorts.
- Fill should really respect the order config...
- Improve a pattern, and comment things.