Commit Graph

14 Commits

Author SHA1 Message Date
076e861b7d Fix entity with rotated LCD 2018-12-03 19:20:21 -08:00
b4f96d5d25 Use minetest.is_player() 2018-11-28 11:09:10 -08:00
91ea2b5cbd Remove useless return 2018-11-27 23:02:53 -08:00
fbfc14f660 Code cleanup 2018-11-27 10:44:55 -08:00
109b55d485 Remove debug for real 2018-11-26 13:58:05 -08:00
bbfcc5149a Rework behavior, more code cleanup 2018-11-26 13:53:27 -08:00
551835dd27 More code cleanup, extra checks to hopefully actually fix the bug 2018-11-26 11:34:12 -08:00
e8c4549c5a Clean up code 2018-11-26 11:15:09 -08:00
8c1a04008e Remove bad clear_screen() 2018-11-25 21:47:28 -08:00
cc7044671c Fix entity overloading and add missing entity check 2018-11-25 15:24:02 -08:00
fceb4bb696 lcd: make lettering nearer to display 2017-03-14 21:57:52 -07:00
196a6da26c Remove unused args. 2017-03-14 21:57:01 -07:00
5caacf3019 Add .luacheckrc and fix warnings. 2017-03-14 21:57:01 -07:00
7ecb29e87f Convert digilines to a mod (not modpack). (#32)
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-27 16:08:53 -07:00