S-S-X / metatool

Metatool API with few useful tools: Tube tool, Lua tool, Container tool, Magic pen, Sharetool, Digtron tool
MIT License
2 stars 1 forks source link

Sharetool: Allow node/area ownership transfer to specific account #70

Open S-S-X opened 3 years ago

S-S-X commented 3 years ago

Allow using sharetool to change node and area ownership to selected account instead of default shared account.

How to implement:

S-S-X commented 3 years ago

First version operating inside static radius 5 cube, checks protections on all corners and middle, corners should already be enough to handle protector blocks. Formspec receive handler will check everything again just before starting ownership updates and therefore should be safe.

Also updated formspec API to be nicer, hating formspecs a lot less now :smile: New formspec API is still buggy and requires tests but it is usable even while box sizes are not exactly accurate, there's no real grouping for elements and only supports size/button/table/field.

S-S-X commented 3 years ago

Last change introduced bug #94 which can freeze server if tool is used without care.