summaryrefslogtreecommitdiff
path: root/callbuttons.lua
AgeCommit message (Collapse)Author
2024-04-20Add basic dispatching functionalitycheapie
2024-04-18Improve setup experience and inventory itemscheapie
2024-04-18Fix more bugscheapie
2024-04-04Rewrite call button communicationcheapie
This is a breaking change, all existing call buttons will have to be removed and re-placed
2023-08-08Improve call button/lantern/PI nodeboxescheapie
They now mount to the front of a node instead of having to poke through a slab.
2023-08-04Add pairing tool and make call buttons functionalcheapie
2023-08-04Add bits that are done so farcheapie
This includes: * Controller (runs and responds to calls placed on the screen, parameter editing and switches work) * Null Drive (simulates motion so the controller can run, no actual movement yet) * Call Buttons (lights can be toggled with right-click, no communication yet)