DS
DS
I can't find any problems at testing with a newly placed lcd. Could you describe the problem more precisely? Steps to reproduce would be helpful.
Ah, I see. It's not the lcd that makes problems but the digiline chest. It now sends tables instead of strings. >Change from sending strings to sending tables. #49 This...
(You could save the content somewhere else in game with luacontroller.)
> I really think the API should change to only report ACTUAL puts/takes This should now already be the case. Update your digilines to the newest version (not the one...
>The speed of multiple events being sent from the digilines chest to the luacontroller is what is causing the issue. I see. Either there are ridiculously many interactions with the...
>I have checked and they are already up to date with the latest version. > Digilines in minetest-mods: https://github.com/minetest-mods/digilines dates: 20 Oct 2017 > We are on the "latest" state...
There are other mods which add other lcds, eg.: https://forum.minetest.net/viewtopic.php?t=20794
Some feedback / thoughts: * No need to be perfect in terms of performance. Any solution is acceptable for now, as it will outperform the current situation anyways. * luatic:...
* I'm a little worried about the `O(player_count * sound_count)` performance of this. * Entries from `m_playing_sounds` are deleted when all players have sent that they don't hear it anymore....
>I do not know how many sounds are common there per player. >Do you have in mind some different solution for doing that check? You could at least do the...