This repository was archived by the owner on Sep 11, 2023. It is now read-only.
Adds option for blank slots to appear before bag slots#59
Closed
Ketrel wants to merge 151 commits intoJaliborc:masterfrom
Closed
Adds option for blank slots to appear before bag slots#59Ketrel wants to merge 151 commits intoJaliborc:masterfrom
Ketrel wants to merge 151 commits intoJaliborc:masterfrom
Conversation
fix caged battlepet tooltips not showing in bank
Update cn.lua
frFR Update
Update cn.lua
8.1.5 workarounds
SortBag is not fixed
Fix Jaliborc/Bagnon#1047. This permit to have a lot fewer item moved by generally choosing the best object to move and not locking the other one. This make most cases 5 time faster, except when there is only stacking to do which stays the same. Stacking and moving are parallel and trying to make better staking make moving item less efficients. I think moving is more important as it also stacks object. Before : https://www.youtube.com/watch?v=GPbPCW-Ya38 After : https://www.youtube.com/watch?v=z1543RQFdaw
Restoring the corruption eye overlay on corrupted items in the inventory.
Fix to display corruption eye on inventory of other characters.
Make sorting faster by implementing an insertion sort using an item distance
Restore corruption eye
… numbers for offline view
0e8a271 to
eb62316
Compare
Author
|
Superseded by #62 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This superseded my earlier pull request for the same effect ( #50 )
Without the option enabled (default): https://i.imgur.com/ek7P2dD.png
With the option enabled: https://i.imgur.com/KYwnS4c.png
This is the same modification, but I rebased that branch on the pre-patch updates.