summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-24Fix channel value getting deleted when quitting without editing the value in ↵Jeija
LCD, RTC and Light Sensor
2014-04-24Merge branch 'master' of https://github.com/Jeija/minetest-mod-digilinesJeija
2014-04-24Allow for non-autoconnecting wires; only if digiline.wire.use_autoconnect is ↵Jeija
set, autoconnection will be used
2014-03-12Merge pull request #10 from CiaranG/gmatchJeija
Replace chunk of unnecessary code with gmatch
2014-03-12Replace chunk of unnecessary code with gmatchCiaran Gultnieks
2014-03-03Merge pull request #9 from CiaranG/lcdcolonJeija
Add colon to lcd characters
2014-03-03Add colon to lcd charactersCiaran Gultnieks
2014-02-26Use tabs instead of spaces and remove unnecessary returnJeija
2014-02-26Merge remote-tracking branch 'CiaranG/tableperf'Jeija
2014-02-26Use tabs instead of spaces, remove unnecessary spacesJeija
2014-02-26Make lcd text persist properlyCiaran Gultnieks
2014-02-26Update deprecated api callsCiaran Gultnieks
2014-02-15Performance improvement when transmittingCiaran Gultnieks
The 'checked' table is passed by reference anyway, so reassigning it at every step along the network is just wasting time by creating more and more copies of it.
2014-01-26Fix digilines_chest and crashes of it if pipeworks is not installedJeija
2013-10-26Merge pull request #5 from cyisfor/masterJeija
Digiline messages from chests filling
2013-10-14Chest not throwing away pipeworks infoCy
tube = {...} = bad tube = tableMergeImmutable(defaultChest.tube,{...}) = good There was also a thing where the stack was sometimes already stringified.
2013-10-14Digiline messages from chests fillingCy
2013-09-07Add a LICENSE fileJeija
Code LGPLv3, Textures and everything else WTFPL
2013-09-07Add a README, containing basic information + LicenseJeija
2013-04-03Fix bug: LCD screen is now not cleared if something is sent on a different ↵Jeija
channel
2013-03-25Add LCD Display: Just send a string to it and it will display itJeija
Credits go to thexyz for his sign mod, this is a strongly modified version of it.
2013-03-24Add light sensor and RTC (Real Time Clock)Jeija
2013-01-20Initial UploadJeija