mesecons icon indicating copy to clipboard operation
mesecons copied to clipboard

Replace ABM functions with per-node timers

Open h-v-smacker opened this issue 6 years ago • 1 comments

Since mesecons are machines, and therefore much more rare than "natural" nodes, it makes sense to activate them using callback for node timer, as opposed to introducing wide-sweep ABM scans. In total, there are 4 files with 9 registered ABMs: one for torch, two for the turbine and solar panel, and 4 for detectors. I replaced them with per-node timer events and an LBM to migrate existing nodes (activate their timers).

h-v-smacker avatar Nov 29 '18 20:11 h-v-smacker

minetest/minetest#4050

numberZero avatar Dec 01 '18 18:12 numberZero