Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-23 | Add protection support to channel fields (#33) | cheapie | |
2016-04-11 | Adding a screenshot and description.txt | Auke Kok | |
This is for the toplevel folder alone. Subfolders could each use a separate one, but I feel they are not needed atm. | |||
2016-04-11 | Merge pull request #30 from Rui914/master | Auke Kok | |
Fix undeclared global variable "rules" | |||
2016-04-10 | Fix undeclared global variable "rules" | Rui914 | |
2016-01-19 | Merge pull request #28 from electrodude/bugs | Florian Euchner | |
Add missing local variable | |||
2016-01-18 | Removed redundant minetest.get_meta(pos) | electrodude | |
2016-01-18 | Added missing local variable | electrodude | |
The on_metadata_inventory_take method of digiline_inventory:chest was broken, since it used a `channel` local variable that was never defined, but should have been fetched from the node's meta | |||
2015-08-23 | Merge branch 'Rui914-patch-1' | Jeija | |
2015-08-21 | Fix digilines_lcd problems | Rui914 | |
2015-02-14 | Merge pull request #23 from MT-Modder/infotext-lcd | Florian Euchner | |
Add infotext to lcd, like signs | |||
2015-02-14 | Add infotext to lcd like signs | MT-Modder | |
2015-02-13 | Merge pull request #22 from MT-Modder/chest-craft | Florian Euchner | |
Add craft recipe for digiline chest | |||
2015-02-05 | Add craft recipe for digiline chest | MT-Modder | |
2015-01-12 | Fix #21, undeclared variables | Jeija | |
2014-12-08 | Merge pull request #20 from 163140/master | Florian Euchner | |
Added signal "empty" | |||
2014-12-08 | Added signal "empty" | 163140 | |
"Empty" signal useful for automated factories | |||
2014-11-22 | Fix minetest-mod-mesecons issue #188: Use digiline:tablecopy | Jeija | |
2014-11-19 | Define digiline chest from scratch by Zefram, posted in #16 | Jeija | |
2014-11-19 | Merge pull request #3 from lordcirth/master | Florian Euchner | |
Added crafting recipes for digiline and lcd. | |||
2014-07-01 | Merge pull request #15 from ShadowNinja/fix-unknown-nodes | Florian Euchner | |
Add a missing check for unknown nodes | |||
2014-06-30 | Add a missing check for unknown nodes | ShadowNinja | |
2014-06-05 | Merge pull request #14 from cheapie/master | Florian Euchner | |
Fix #13 | |||
2014-06-05 | Don't change the channel if the new channel is nil | Carter Kolwey | |
2014-04-24 | Make spec variable local | Jeija | |
2014-04-24 | Fix channel value getting deleted when quitting without editing the value in ↵ | Jeija | |
LCD, RTC and Light Sensor | |||
2014-04-24 | Merge branch 'master' of https://github.com/Jeija/minetest-mod-digilines | Jeija | |
2014-04-24 | Allow for non-autoconnecting wires; only if digiline.wire.use_autoconnect is ↵ | Jeija | |
set, autoconnection will be used | |||
2014-03-12 | Merge pull request #10 from CiaranG/gmatch | Jeija | |
Replace chunk of unnecessary code with gmatch | |||
2014-03-12 | Replace chunk of unnecessary code with gmatch | Ciaran Gultnieks | |
2014-03-03 | Merge pull request #9 from CiaranG/lcdcolon | Jeija | |
Add colon to lcd characters | |||
2014-03-03 | Add colon to lcd characters | Ciaran Gultnieks | |
2014-02-26 | Use tabs instead of spaces and remove unnecessary return | Jeija | |
2014-02-26 | Merge remote-tracking branch 'CiaranG/tableperf' | Jeija | |
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 | |
2014-02-15 | Performance improvement when transmitting | Ciaran 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-26 | Fix digilines_chest and crashes of it if pipeworks is not installed | Jeija | |
2013-10-26 | Merge pull request #5 from cyisfor/master | Jeija | |
Digiline messages from chests filling | |||
2013-10-14 | Chest not throwing away pipeworks info | Cy | |
tube = {...} = bad tube = tableMergeImmutable(defaultChest.tube,{...}) = good There was also a thing where the stack was sometimes already stringified. | |||
2013-10-14 | Digiline messages from chests filling | Cy | |
2013-09-07 | Add a LICENSE file | Jeija | |
Code LGPLv3, Textures and everything else WTFPL | |||
2013-09-07 | Add a README, containing basic information + License | Jeija | |
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. | |||
2013-03-24 | Add light sensor and RTC (Real Time Clock) | Jeija | |
2013-01-20 | Initial Upload | Jeija | |