master #3

Merged
BRNSystems merged 36 commits from Mirrorlandia_minetest/minetest:master into master 2023-12-09 21:39:18 +01:00
Owner

Add compact, short information about your PR for easier understanding:

  • Goal of the PR
  • How does the PR work?
  • Does it resolve any reported issue?
  • Does this relate to a goal in the roadmap?
  • If not a bug fix, why is this PR needed? What usecases does it solve?

To do

This PR is a Work in Progress / Ready for Review.

  • List
  • Things
  • To do

How to test

Add compact, short information about your PR for easier understanding: - Goal of the PR - How does the PR work? - Does it resolve any reported issue? - Does this relate to a goal in [the roadmap](https://github.com/minetest/minetest/blob/master/doc/direction.md)? - If not a bug fix, why is this PR needed? What usecases does it solve? ## To do This PR is a Work in Progress / Ready for Review. <!-- ^ delete one --> - [ ] List - [ ] Things - [ ] To do ## How to test <!-- Example code or instructions -->
BRNSystems added 36 commits 2023-12-09 21:39:07 +01:00
This partially reverts commit 72ef90885d5030bf6f7f9dd60a475339bde9a929.

fixes #14007
It was determined that this fixes scaling artifacts that can happen with bilinear,
trilinear or anisotropic filtering alone.
Since the previous commit did not bring back the relevant setting, we fix this
shortcoming by just enabling it in all cases where it is known to help.
This improves the reliability when removing and re-adding handles quickly.
Looping through the entire ID range avoids collisions caused by any race condition.
* Fix server sound ids being reused to early

* Fix particlespawner id generation

It always returned 0.
Also, now the ids always grow, to make a conflict with ids in lua unlikely.
Remaining items are added into the source slot directly when left-dragging over the source slot.
Co-authored-by: sfan5 <sfan5@live.de>
Currently translated at 99.0% (1297 of 1310 strings)
Currently translated at 99.0% (1297 of 1310 strings)
Currently translated at 100.0% (1310 of 1310 strings)
Currently translated at 100.0% (1310 of 1310 strings)
Currently translated at 100.0% (1310 of 1310 strings)
Currently translated at 75.4% (989 of 1310 strings)
Currently translated at 93.7% (1228 of 1310 strings)
Currently translated at 100.0% (1310 of 1310 strings)
Currently translated at 84.0% (1101 of 1310 strings)
Currently translated at 29.8% (391 of 1310 strings)
Currently translated at 12.9% (170 of 1310 strings)
Currently translated at 22.5% (296 of 1310 strings)
Currently translated at 100.0% (1310 of 1310 strings)
Currently translated at 49.3% (647 of 1310 strings)
Currently translated at 96.7% (1268 of 1310 strings)
Currently translated at 89.6% (1174 of 1310 strings)
Currently translated at 89.6% (1174 of 1310 strings)
Currently translated at 100.0% (1310 of 1310 strings)
Specify the version when cloning.
Move instructions from CMakeLists to docs/compiling/.
BRNSystems merged commit d50faa6036 into master 2023-12-09 21:39:18 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: BRNSystems/minetest#3
No description provided.