Block a user
Benchmark string operations
local t
if _G.minetest then
t = function() return minetest.get_us_time() / 1000000 end
else
local socket = require("socket")
if socket then
t = function()…
QA PR #3 feature_bigscreen_entity.lua:211: attempt to call method '_set_captions' (a nil value)
Fixed with 8b8b08a5ec.
Code cleanup and organization
Allow multiple captions with configurable position and color (+documentation and cleanup)