Skip to content
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

Inventory - Fix item lockup when dragging into same inventory #9697

Merged
merged 7 commits into from
Jan 1, 2024

Conversation

LinkIsGrim
Copy link
Contributor

@LinkIsGrim LinkIsGrim commented Dec 31, 2023

When merged this pull request will:

Needs #9696.
This does make the filtering run every frame instead of only when needed, but the performance loss is negligible unless dealing with inventories with hundreds of unique items displayed at once (in which case, you have other concerns anyway).

IMPORTANT

  • If the contribution affects the documentation, please include your changes in this pull request so the documentation will appear on the website.
  • Development Guidelines are read, understood and applied.
  • Title of this PR uses our standard template Component - Add|Fix|Improve|Change|Make|Remove {changes}.

@LinkIsGrim LinkIsGrim added the kind/bug-fix Release Notes: **FIXED:** label Dec 31, 2023
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Copy link
Contributor

@johnb432 johnb432 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@johnb432 johnb432 merged commit aedb516 into master Jan 1, 2024
5 checks passed
@johnb432 johnb432 deleted the inventory-fix-lockUp branch January 1, 2024 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug-fix Release Notes: **FIXED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ACE breaks inventory interface
3 participants