| Commit message (Collapse) | Author | Age |
|
|
| |
i.e. checks for duplicate logins before sending all media data to the client.
|
| |
|
|
|
|
|
| |
* Drop unused intlGUIEditBox
* Drop unnecessary Linux text input workarounds
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
-> 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
|