Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was changed 291a6b70d674d9003f522b5875a60f7e2753e32b but should have never been done.
|
|
|
|
(#10990)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The server must have authority about attachments. This commit ignores any player movement packets as long they're attached.
|
|
closes #10949
|
|
|
|
|
|
|
|
Fixes #10905
|
|
|
|
|
|
|
|
Fixes #10914
|
|
This partially reverts commit 2072afb72b4b3e9c5dcbcec71d824aeae1b35d19.
fixes #10920
|
|
A static mod error (e.g. typo) would abort the initialization but never free ServerMap
|
|
|
|
|
|
fixes #7643
|
|
The only valid usecase for these is interfacing with OS APIs
that want a locale/OS-specific multibyte encoding.
But they weren't used for that anywhere, instead UTF-8 is pretty
much assumed when it comes to that.
Since these are only a potential source of bugs and do not fulfil
their purpose at all, drop them entirely.
|
|
|
|
|
|
|
|
|
|
This reverts commit b49dfa92ce3ef37b1b73698906c64191fb47e226.
|
|
specifically: after the peer has already disappeared
|
|
|
|
|
|
Corrects a typo introduced in 5e9dd166
|
|
fixes #10806
|
|
The change that turns nodeboxes and meshes opaque when possible is kept,
as is the compatibility code that warns modders to adjust their nodedefs.
|
|
Includes minimal support code for practical reasons.
We'll need it for a slightly different purpose next commit.
|
|
|
|
Remove old defaults system
Introduce priority-based fallback list
Use new functions for map_meta special functions
Change groups to use end tags
Unittest changes:
* Adapt unittest to the new code
* Compare Settings objects
|