-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for unidentified and corrupted items #1062
Commits on Mar 11, 2019
-
More gracefully handle exceeding the API limit.
If another tool that uses the GGG API is used alongside Procurement, it is very easy to exceed the API limit. This change more gracefully handles that case, but is very cautious about it. If an overflow is detected, completely fill up the window of active tasks, and wait for at least as long as the window size.
Configuration menu - View commit details
-
Copy full SHA for 1bf04dc - Browse repository at this point
Copy the full SHA 1bf04dcView commit details
Commits on Jun 23, 2019
-
Add methods to refresh the recipe view.
We do not want to create a new RecipeView every time we need to refresh the recipes; this leads to leaking RecipeView objects, which have subscribed event listeners. This isn't the most elegant solution, but it gets the job done.
Configuration menu - View commit details
-
Copy full SHA for a219890 - Browse repository at this point
Copy the full SHA a219890View commit details -
Reuse the same RefreshView; do not recreate it.
Also add a method to clear the contents of the RefreshView between times it is displayed. Recreating the RefreshView every time is a small memory leak.
Configuration menu - View commit details
-
Copy full SHA for b145ebe - Browse repository at this point
Copy the full SHA b145ebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c76515c - Browse repository at this point
Copy the full SHA c76515cView commit details -
Reuse StashView when refreshing the stash.
Recreating the StashView every time we want to refresh the stash is a memory leak, and makes Procurement lag while it rebuilds the stash. As an added bonus, now the last-selected stash tab remains selected when revisiting the stash.
Configuration menu - View commit details
-
Copy full SHA for 0032521 - Browse repository at this point
Copy the full SHA 0032521View commit details
Commits on Jun 25, 2019
-
Fire onStashLoaded for loading inventories.
The onStashLoaded events were not being fired when loading character inventories, so 1) there was no loading message for these "tabs" when refreshing [used] tabs, and 2) the appropriate actions to take when reloading tabs were not happening.
Configuration menu - View commit details
-
Copy full SHA for 10d43d8 - Browse repository at this point
Copy the full SHA 10d43d8View commit details
Commits on Sep 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9993078 - Browse repository at this point
Copy the full SHA 9993078View commit details -
Merge pull request #4 from thailyn/handle-exceeding-api-limit
More gracefully handle exceeding the API limit.
Configuration menu - View commit details
-
Copy full SHA for 0b577d0 - Browse repository at this point
Copy the full SHA 0b577d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e077ae - Browse repository at this point
Copy the full SHA 4e077aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fcfce1 - Browse repository at this point
Copy the full SHA 8fcfce1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5412f2e - Browse repository at this point
Copy the full SHA 5412f2eView commit details -
Merge pull request #6 from nqrcqn/hide-item-level-0
Hide item level if 0
Configuration menu - View commit details
-
Copy full SHA for 3c3d619 - Browse repository at this point
Copy the full SHA 3c3d619View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b0e425 - Browse repository at this point
Copy the full SHA 5b0e425View commit details
Commits on Sep 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 84b869c - Browse repository at this point
Copy the full SHA 84b869cView commit details -
Merge pull request #8 from nqrcqn/new-divination-cards
Add divination cards from 3.8 (Blight)
Configuration menu - View commit details
-
Copy full SHA for 71aade8 - Browse repository at this point
Copy the full SHA 71aade8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f60b3ce - Browse repository at this point
Copy the full SHA f60b3ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0123ea0 - Browse repository at this point
Copy the full SHA 0123ea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e3c671 - Browse repository at this point
Copy the full SHA 9e3c671View commit details
Commits on Sep 5, 2019
-
Filters now also look for fractured, crafted and enchanted mods. Added new strings and some new filters
Configuration menu - View commit details
-
Copy full SHA for 9f8bc54 - Browse repository at this point
Copy the full SHA 9f8bc54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93fff1b - Browse repository at this point
Copy the full SHA 93fff1bView commit details -
replace ToLower with ToLowerInvariant
fixes searching issues on some system locales
Configuration menu - View commit details
-
Copy full SHA for 8270b43 - Browse repository at this point
Copy the full SHA 8270b43View commit details
Commits on Sep 6, 2019
-
Support for unidentified and corrupted items
Added "Unidentified" text for unidentified items, added filters for unidentified and corrupted items.
Configuration menu - View commit details
-
Copy full SHA for d95dd5d - Browse repository at this point
Copy the full SHA d95dd5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0b3ee8 - Browse repository at this point
Copy the full SHA a0b3ee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for caab3ed - Browse repository at this point
Copy the full SHA caab3edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d07041 - Browse repository at this point
Copy the full SHA 2d07041View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eafaff - Browse repository at this point
Copy the full SHA 2eafaffView commit details -
Merge pull request #29 from nqrcqn/new-divination-cards
Add new base types and missing fated uniques
Configuration menu - View commit details
-
Copy full SHA for 9e348a5 - Browse repository at this point
Copy the full SHA 9e348a5View commit details -
Merge pull request #30 from nqrcqn/captured-beasts
Add captured beasts to forum export
Configuration menu - View commit details
-
Copy full SHA for 086aee6 - Browse repository at this point
Copy the full SHA 086aee6View commit details -
Merge pull request #31 from nqrcqn/itemhover
Use white bg for scarabs, incubators and emblems
Configuration menu - View commit details
-
Copy full SHA for d90fb35 - Browse repository at this point
Copy the full SHA d90fb35View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed80d91 - Browse repository at this point
Copy the full SHA ed80d91View commit details -
Merge pull request #33 from nqrcqn/fix-search
replace ToLower with ToLowerInvariant
Configuration menu - View commit details
-
Copy full SHA for 6951602 - Browse repository at this point
Copy the full SHA 6951602View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ae2efd - Browse repository at this point
Copy the full SHA 2ae2efdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ebb9e7 - Browse repository at this point
Copy the full SHA 4ebb9e7View commit details