Go to file
cheapie a5ca8f19b7 Add "sendregion" command to GPU
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 14:45:08 -06:00
docs Add "sendregion" command to GPU 2021-02-21 14:45:08 -06:00
models Finish the wall knob 2019-06-02 19:01:17 -05:00
sounds Add digilines piston 2018-11-24 21:00:18 -06:00
textures Add textures for movestone 2021-02-21 03:42:11 -06:00
camera.lua Add channel copier 2020-04-30 00:44:04 -05:00
cardreader.lua Add channel copier 2020-04-30 00:44:04 -05:00
channelcopier.lua Add channel copier 2020-04-30 00:44:04 -05:00
conductors.lua Various additions 2019-06-15 12:09:51 -05:00
controller.lua Add digilines game controller 2020-05-02 23:58:34 -05:00
detector.lua Add channel copier 2020-04-30 00:44:04 -05:00
gpu-font.lua Add RAM, EEPROM, and GPU 2021-01-26 15:44:07 -06:00
gpu.lua Add "sendregion" command to GPU 2021-02-21 14:45:08 -06:00
init.lua Add digilines movestone 2021-02-05 20:09:30 -06:00
internal.lua Various additions 2019-06-15 12:09:51 -05:00
ioexpander.lua Add channel copier 2020-04-30 00:44:04 -05:00
light.lua Add channel copier 2020-04-30 00:44:04 -05:00
memory.lua Allow stacking of blank EEPROMs 2021-02-21 04:17:44 -06:00
mod.conf Convert depends.txt to mod.conf 2021-02-21 03:45:27 -06:00
movestone.lua Add craft recipe for movestone 2021-02-21 04:16:20 -06:00
nbsounds.lua Miscellaneous touchscreen and noteblock work 2020-04-28 21:28:26 -05:00
nic.lua Add channel copier 2020-04-30 00:44:04 -05:00
noteblock.lua Add channel copier 2020-04-30 00:44:04 -05:00
panel.lua Add channel copier 2020-04-30 00:44:04 -05:00
piezo.lua Add alternate piezo recipe 2021-02-21 04:13:44 -06:00
piston.lua Make newly-placed pistons remember their owner and obey protection 2021-02-09 18:24:52 -06:00
README Split documentation from README out into separate files 2021-02-21 03:50:59 -06:00
sillystuff.lua Add heatsink (decorative only) 2021-01-29 21:22:58 -06:00
switches.lua Remove unnecessary debugging print 2020-05-03 00:01:10 -05:00
timer.lua Add channel copier 2020-04-30 00:44:04 -05:00
touchscreen.lua Add channel copier 2020-04-30 00:44:04 -05:00

Digilines Stuff
===============


License:
Code - LGPL v3 or later (contains some code from mesecons and digilines)
Textures WITHOUT "adwaita" in the file name - CC BY-SA 3.0 Generic (contains modified versions of textures from mesecons and digilines)
Textures WITH "adwaita" in the file name - These are icons by the GNOME Project, licensed under GNU LGPL v3 or CC BY-SA 3.0.


Depends:
Required: digilines (base only) and mesecons (base only)
Optional: mesecons_noteblock (for digilines noteblock), mesecons_mvps (for digilines piston and movestone), mesecons_luacontroller (for I/O expander)
Only needed for craft recipes: default, basic_materials

Please see the 'docs' directory for information on using each individual component.