summaryrefslogtreecommitdiff
path: root/digilines_lcd
AgeCommit message (Collapse)Author
2016-05-27Convert digilines to a mod (not modpack). (#32)Auke Kok
Digilines is probably used by most people in its entirety. I've retained the ability to disable inventory, rtc, lightsensor and LCD by the minetest settings "diglines_enable_rtc" etc.. If set to "false", these components will not be loaded. It is assumed by default that these are enabled. In the conversion the digilines_lcd:lcd node was renamed to digilines:lcd (same for all the other nodes). To retain backwards compatibility I've provided aliases for each of these nodes.
2016-05-23Add protection support to channel fields (#33)cheapie
2015-08-21Fix digilines_lcd problemsRui914
2015-02-14Add infotext to lcd like signsMT-Modder
2014-11-19Merge pull request #3 from lordcirth/masterFlorian Euchner
Added crafting recipes for digiline and lcd.
2014-04-24Fix channel value getting deleted when quitting without editing the value in ↵Jeija
LCD, RTC and Light Sensor
2014-03-12Replace chunk of unnecessary code with gmatchCiaran Gultnieks
2014-03-03Add colon to lcd charactersCiaran Gultnieks
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
2013-05-10Add crafting recipes for digiline and lcd.lordcirth
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.