summaryrefslogtreecommitdiff
path: root/touchscreen.lua
AgeCommit message (Collapse)Author
2021-02-21Add advanced touchscreencheapie
Basically just lets you provide any formspec you want, which should resolve all of the "but the touchscreen can't do XYZ" issues :) I don't believe this to be a security problem as arbitrary formspecs should do nothing unless you actually right-click the node (and you can always just... not), and if the client does crash in response to a bad formspec then this is probably a client bug anyway.
2020-04-30Add channel copiercheapie
2020-04-28Miscellaneous touchscreen and noteblock workcheapie
* Noteblock sound list updated * Noteblocks now support pitch control * Touchscreens can now optionally use the "real coordinates" system
2020-03-30Fix unescaped stringscheapie
2019-12-15Fix crash on certain invalid touchscreen inputscheapie
2019-05-24Add textlist command to touchscreenGreenDimond
2018-11-24Split components into their own filescheapie