Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-27 | Convert 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-23 | Add protection support to channel fields (#33) | cheapie | |
2015-08-21 | Fix digilines_lcd problems | Rui914 | |
2015-02-14 | Add infotext to lcd like signs | MT-Modder | |
2014-11-19 | Merge pull request #3 from lordcirth/master | Florian Euchner | |
Added crafting recipes for digiline and lcd. | |||
2014-04-24 | Fix channel value getting deleted when quitting without editing the value in ↵ | Jeija | |
LCD, RTC and Light Sensor | |||
2014-03-12 | Replace chunk of unnecessary code with gmatch | Ciaran Gultnieks | |
2014-03-03 | Add colon to lcd characters | Ciaran Gultnieks | |
2014-02-26 | Use tabs instead of spaces, remove unnecessary spaces | Jeija | |
2014-02-26 | Make lcd text persist properly | Ciaran Gultnieks | |
2014-02-26 | Update deprecated api calls | Ciaran Gultnieks | |
2013-05-10 | Add crafting recipes for digiline and lcd. | lordcirth | |
2013-04-03 | Fix bug: LCD screen is now not cleared if something is sent on a different ↵ | Jeija | |
channel | |||
2013-03-25 | Add LCD Display: Just send a string to it and it will display it | Jeija | |
Credits go to thexyz for his sign mod, this is a strongly modified version of it. |