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

There is no preview when holding left click in the inventory to distribute a stack into multiple locations. #742

Open
IntegratedQuantum opened this issue Oct 6, 2024 · 0 comments
Labels
bug something isn't working in the intended way contributor friendly this issue is limited in scope and/or knowledge of Cubyz internals, good for newcomers ui/ux

Comments

@IntegratedQuantum
Copy link
Member

This has been removed in 3a4a695 to push for a better inventory interface. This preview must not modify the actual inventory data, which could lead to synchronization problems.
This could be fixed by introducing a preview ?ItemStack to the ItemSlot that gets prioritized over the actual data from the inventory when present.
The relevant code is in gui.zig in inventory.update()

@IntegratedQuantum IntegratedQuantum added bug something isn't working in the intended way contributor friendly this issue is limited in scope and/or knowledge of Cubyz internals, good for newcomers ui/ux labels Oct 6, 2024
@IntegratedQuantum IntegratedQuantum added this to the Short-Term Goals milestone Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something isn't working in the intended way contributor friendly this issue is limited in scope and/or knowledge of Cubyz internals, good for newcomers ui/ux
Projects
None yet
Development

No branches or pull requests

1 participant