Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-11-29 | Allow pistons to conduct digilines signals | cheapie | |
2018-11-25 | Fix HTTP API detection | cheapie | |
2018-11-24 | Add digilines piston | cheapie | |
2018-11-24 | Fix noteblocks responding to get_sounds on every channel | cheapie | |
2018-11-24 | Split components into their own files | cheapie | |
2018-11-22 | Tweak visual brightness of dimmable lights | cheapie | |