| Commit message (Collapse) | Author | Age |
|
|
|
| |
fixes #11394
|
|
|
|
|
| |
'debug' priv to view wireframe (#9315)
Fixes #7245.
|
| |
|
|
|
| |
Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
|
| |
|
|
|
| |
This check can be used by ABM to reduce CPU usage.
|
|
|
| |
If enabled in minetest.conf, provides colored, clickable (middle-mouse or ctrl-left-mouse) weblinks in chat output, to open the OS' default web browser.
|
|
|
|
| |
These have been pointless for a while.
|
| |
|
| |
|
|
|
| |
Co-authored-by: x2048 <codeforsmile@gmail.com>
|
|
|
| |
Add backwards-compatible metatable functions for vectors.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(#11145)
|
| |
|
| |
|
|
|
|
| |
already (#11152)
|
| |
|
| |
|
|
|
| |
Writing vectors as strings is very common and should belong to `vector.*`. `minetest.pos_to_string` is also too long to write, implies that one should only use it for positions and leaves no spaces after the commas.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
priv changes (#11126)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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.
|
|
|
| |
fixes #10550
|
|
|
|
| |
Fixes #10942
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Builtin: Move :close() before dofile
|
| |
|
| |
|
| |
|