Commit Graph

6 Commits

Author SHA1 Message Date
luk3yx 1be1216276 Remove trailing spaces 2018-09-14 16:07:40 +12:00
luk3yx d48074ed9e Add mesecon senders 2018-09-07 18:53:32 +12:00
luk3yx e1df78ba3e Update whitespace
Change `function (` to `function(`.
2018-09-07 16:43:25 +12:00
luk3yx 5d559dacb7 Stop separate scripts clashing
Adds a default channel to scriptblock scripts and adds documentation for private channels.
2018-09-06 21:13:10 +12:00
luk3yx aa24cb41fd Make code more efficient
Mass changes:
 • Make the queue handler only run when required and with a delay of `tick_delay`.
 • Launch the queue handler if it is not running and a queue item is added.
 • Add `scriptblocks.create_formspec_handler()` to shrink code size by de-duplicating code.
 • Add pipeworks-style protected program namespaces.
2018-09-06 20:53:35 +12:00
luk3yx a450b91c03 Fork into scriptblocks 2018-09-06 15:04:07 +12:00