| Age | Commit message (Collapse) | Author |
|
|
|
|
|
LocalPlayer:get_hotbar_size
|
|
|
|
|
|
|
|
|
|
|
|
This API is inofficial and undocumented; invalid usage causes the game to crash. Use at own risk!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #10914
|
|
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.
|
|
|
|
|
|
specifically: after the peer has already disappeared
|
|
|
|
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
|
|
|
|
Co-authored-by: sfan5 <sfan5@live.de>
|
|
|
|
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
|
|
|
|
Co-authored-by: rubenwardy <rw@rubenwardy.com>
|
|
|
|
|
|
|
|
anything yet)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for Compatibility
|
|
|
|
|
|
|
|
|
|
|
|
|