Time Nick Message 08:55 kilbith invoking `minetest.settings:get` in CSM triggers this error: https://hastebin.com/raw/puticizaqu 08:55 kilbith while the doc mentions we can use it 09:18 sfan5 ^ red-001 11:37 red-001 kilbith, known issue 13:23 nerzhul merging #6069 in ~ 5min 13:23 ShadowBot https://github.com/minetest/minetest/issues/6069 -- Mapgen: Remove unnecessary 'this->' from constructors by paramat 13:42 nerzhul red-001, are you there? 13:47 red-001 yes 13:48 nerzhul can you finish #6048 & #6067 please ? 13:48 ShadowBot https://github.com/minetest/minetest/issues/6048 -- Add a refresh button to the server list. by red-001 13:48 ShadowBot https://github.com/minetest/minetest/issues/6067 -- [CSM] Add basic HUD manipulation. by red-001 13:49 red-001 alright let me try and find a decent icon 17:25 Nox[Matrix] My friend discovered a problem 17:26 Nox[Matrix] If a location is too far away, a minecart stops driving 17:26 Nox[Matrix] Unless someone is near it 17:27 Nox[Matrix] How can this be solved? 17:28 sofar Nox[Matrix]: not a bug 17:28 sofar carts are entities, they are unloaded when too far away from players 17:32 Nox[Matrix] sofar: can I prevent that somehow? 17:33 sofar that would cause potential severe issues to the server 17:33 sofar I'm not sure you understand what you are asking for 17:35 sofar unloading map blocks is needed to keep memory and cpu consumption of the server to an acceptable level to provide smooth game play for players 17:35 sofar when the server unloads map blocks, it also unloads entities, and thus carts 17:35 sofar if you'd stop that from happening, you'd stop unloading map blocks 17:36 sofar and your server would consume more and more memory until it would grind to a halt 17:37 sofar I think mesecons has a physical anchor thing to keep certain map blocks loaded at all times 17:37 sofar but you'd best be very careful deploying those in small quantities 17:38 Nox[Matrix] I'd like to know more about this anchor 18:07 nerzhul merging #5965 in ~5 mins 18:07 ShadowBot https://github.com/minetest/minetest/issues/5965 -- Create a filesystem abstraction layer for CSM and only allow accessing files that are scanned into it. by red-001 18:07 nerzhul we need to define what we need for nodes in #5930, please help me to finish it by defining soft limits 18:07 ShadowBot https://github.com/minetest/minetest/issues/5930 -- [WIP] [CSM] Add flavour limits controlled by server by nerzhul