Age | Commit message (Collapse) | Author |
|
|
|
fixes #12216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It's likely that these could be used trick mods into revealing the insecure
environment even if they do everything right (which is already hard enough).
|
|
|
|
|
|
(#11662)
|
|
|
|
|
|
remove newly added object
|
|
|
|
|
|
|
|
|
|
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 check can be used by ABM to reduce CPU usage.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The change that turns nodeboxes and meshes opaque when possible is kept,
as is the compatibility code that warns modders to adjust their nodedefs.
|
|
|
|
Co-authored-by: rubenwardy <rw@rubenwardy.com>
|
|
|
|
|
|
anything yet)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit ad148587dcf5244c2d2011dba339786c765c54c4.
|
|
|
|
|