-
Notifications
You must be signed in to change notification settings - Fork 1
Update to 5.9.0 release version #1
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
Merged
Conversation
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
…14586) Fixes a regression caused by 4245a76 'moveItemSomewhere' attempted to add a leftover stack to an empty stack, resulting in an empty name with non-0 ItemStack count.
Due to how node data is stored iterating X last provides better cache locality.
Since this is fixed overhead for every entity, this is important to optimize. This optimizes one very common case. before: push_collision_move_result [us] _____________ 64512x 3.562 after: push_collision_move_result [us] _____________ 72636x 0.831
one was also missing
Also move the escape code safety check to guiOpenURL.
To open the inventory or the pause menu, you first need to open the buttonbar containing the respective button. Before this commit, the buttonbar is still open after closing the menu, so you have to tap twice before you can continue playing. After this commit, the buttonbar is already closed after closing the menu, so you only have to tap once before you can continue playing.
Helped-by: savilli <78875209+savilli@users.noreply.github.com>
closes #14445
Co-authored-by: Wuzzy <Wuzzy@disroot.org
Any sync. HTTP request on the main thread is a bug, don't allow introducing one again.
This reverts commit 83bc362.
Co-authored-by: grorp <gregor.parzefall@posteo.de>
* Set SDL_HINT_APP_NAME to Minetest * Check for SDL version * Re-run docker-image check
Required because of backwards compatibility.
This was a soft lock until LMB was clicked again.
The only changes are to add a number of `static_cast`s to make implicit type conversions explicit.
Fixes flags starting with "no" being hidden
until #14749 is merged
…able_metatable` (#14895)
Fixes #14901 (black screenshots on Wayland)
--------- Co-authored-by: Lars Mueller <appgurulars@gmx.de>
Also makes these elements no longer show a selected nonexisting row
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.