Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-23 | Add support for fading and cutting noteblock sounds | cheapie | |
Also add a 1kHz sine wave sample, intended for use with this | |||
2021-12-04 | Allow other mods to register noteblock sounds | cheapie | |
2021-03-05 | Add "sendpacked" and "loadpacked" commands to GPU | cheapie | |
These allow converting images to/from string representations that are much easier and faster for Luacontrollers to store and handle. | |||
2021-02-26 | Add "drawline" command to GPU | cheapie | |
2021-02-21 | Change control panel text color to black | cheapie | |
2021-02-21 | Add advanced touchscreen | cheapie | |
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. | |||
2021-02-21 | Convert game controller to use entity attachment instead of a physics override | cheapie | |
This should make it get along better with other mods that affect physics overrides, and also prevent the "walking in place" when using it. | |||
2021-02-21 | Add "sendregion" command to GPU | cheapie | |
This allows part of a buffer to be sent instead of the whole thing, meaning that driving digiscreen arrays can now be done with fewer commands and no temporary buffers. This also greatly improves the speed of doing so, and I suppose also allows hardware-accelerated scrolling if your display is smaller than 64x64... | |||
2021-02-21 | Allow stacking of blank EEPROMs | cheapie | |
2021-02-21 | Add craft recipe for movestone | cheapie | |
2021-02-21 | Add alternate piezo recipe | cheapie | |
Now uses a mese crystal fragment if quartz isn't installed | |||
2021-02-21 | Split documentation from README out into separate files | cheapie | |
2021-02-21 | Convert depends.txt to mod.conf | cheapie | |
2021-02-21 | Add textures for movestone | cheapie | |
2021-02-21 | Fix movestones not working in protected areas | cheapie | |
2021-02-09 | Make newly-placed pistons remember their owner and obey protection | cheapie | |
Existing pistons are currently still exempt from protection. | |||
2021-02-05 | Actually fix it this time | cheapie | |
2021-02-05 | Fix string commands on pistons being silent | cheapie | |
2021-02-05 | Make piston sounds configurable | cheapie | |
2021-02-05 | Add digilines movestone | cheapie | |
2021-02-05 | Add documentation for piston | cheapie | |
2021-02-02 | Improve EEPROM drop handling | cheapie | |
2021-01-29 | Add heatsink (decorative only) | cheapie | |
2021-01-29 | Rename "tohsv" and "torgb" operations to allow for possible future color ↵ | cheapie | |
space additions | |||
2021-01-29 | Fix bounds checking in load command | cheapie | |
2021-01-26 | Fix bug that was forcing copies to be square | cheapie | |
2021-01-26 | Add RAM, EEPROM, and GPU | cheapie | |
2020-05-03 | Remove unnecessary debugging print | cheapie | |
2020-05-02 | Add digilines game controller | cheapie | |
This node allows players to have their keypresses forwarded to a LuaC, instead of moving the player around. This is intended to be used for making LuaC-based games. | |||
2020-04-30 | Add channel copier | cheapie | |
2020-04-28 | Miscellaneous touchscreen and noteblock work | cheapie | |
* Noteblock sound list updated * Noteblocks now support pitch control * Touchscreens can now optionally use the "real coordinates" system | |||
2020-04-15 | Downgrade no-HTTP message to warning | cheapie | |
2020-04-15 | Fix global leakage | cheapie | |
2020-03-30 | Fix unescaped strings | cheapie | |
2020-03-28 | Fix crash when clicking air with a card | cheapie | |
2020-03-28 | Fix crash when writing a card with no description | cheapie | |
2020-03-28 | Add magnetic card reader/writer and cards to go with it | cheapie | |
2019-12-15 | Fix crash on certain invalid touchscreen inputs | cheapie | |
2019-09-13 | Add I/O expander | cheapie | |
2019-07-06 | crafting recipes | flux | |
2019-06-15 | Various additions | cheapie | |
* Added intermediate connections for vertical digilines * Added protection support to buttons and wall knobs (optional, defaults to off) * Added the ability to manually control the button light (optional, defaults to off) | |||
2019-06-04 | swap punch and right-click actions | Vanessa Dannenberg | |
2019-06-02 | Finish the wall knob | cheapie | |
2019-06-02 | Improve some selection boxes | cheapie | |
2019-06-02 | Remove collision from most conductors | cheapie | |
2019-06-02 | Add some extra button rules | cheapie | |
2019-06-02 | Add wall knob (with placeholder textures and nodebox for now, but fully ↵ | cheapie | |
functional) | |||
2019-06-01 | Add timer | cheapie | |
2019-05-27 | Add receivers, insulated digilines, and vertical digilines | cheapie | |
2019-05-24 | Add textlist command to touchscreen | GreenDimond | |