Jude Melton-Houghton
Jude Melton-Houghton
This fixes some potential issues with throwing C++ exceptions through C frames: 1. A callback passed to SQLite3 no longer throws exceptions, since SQLite3 may not handle them well. 2....
Closes https://github.com/minetest/minetest/issues/12897. - `colorflowingliquid` has been added. - The upper four bits of flowing liquid nodes are not cleared by liquid transformation. - `post_effect_use_node_color` has been added, which lets the...
SSCSM code is executed in a separate process. Process sandboxing is done on Linux with seccomp and on Mac with Seatbelt. Windows uses the Windows Integrity Mechanism, but I don't...
Closes https://github.com/minetest/minetest/issues/9193. This PR adds texture variants controlled by some section of param2 that can by chosen independently from paramtype2. The number of variants is specified in a node definition...