forked from Mirrorlandia_minetest/digistuff
a5ca8f19b7
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... |
||
---|---|---|
docs | ||
models | ||
sounds | ||
textures | ||
camera.lua | ||
cardreader.lua | ||
channelcopier.lua | ||
conductors.lua | ||
controller.lua | ||
detector.lua | ||
gpu-font.lua | ||
gpu.lua | ||
init.lua | ||
internal.lua | ||
ioexpander.lua | ||
light.lua | ||
memory.lua | ||
mod.conf | ||
movestone.lua | ||
nbsounds.lua | ||
nic.lua | ||
noteblock.lua | ||
panel.lua | ||
piezo.lua | ||
piston.lua | ||
README | ||
sillystuff.lua | ||
switches.lua | ||
timer.lua | ||
touchscreen.lua |
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.