Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-> https://github.com/minetest/irrlicht
|
|
|
|
|
|
Also changes if/if to switch/case
|
|
|
|
|
|
|
|
Pauses all mesh animations while game is paused.
|
|
This PR is the second attempt to translate builtin.
Server-sent translation files can be added to `builtin/locale/`, whereas client-side translations depend on gettext.
|
|
|
|
|
|
Some other minor parts of clientmap.cpp have been cleaned up along the way
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|