| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Add API for mods to hook liquid transformation events
Without this API, there is no reliable way for mods to be
notified when liquid transform modifies nodes and mods are
forced to poll for changes. This allows mods to detect
changes to flowing liquid nodes and liquid renewal using
event-driven logic.
|
|
This completely removes any mention of the software and D3D drivers from MT, preventing the user from accidentally attempting to use them. Users who need a software renderer should be asked to install Mesa drivers which offer superior fidelity and performance over the 'burningsvideo' driver.
|
|
Callbacks were run too early. This changes the order to call after the privs are updated.
|
|
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
|
|
|
|
|
|
|