Time Nick Message 09:01 rdococ Do inputs to the [combine texture modifier need to be escaped? 09:56 sfan5 rdococ: if the names contain a : or ^, yes definitely 09:56 sfan5 and I guess , too 09:57 Krock ^ and [ 09:58 Krock return str:gsub("%^%[", "\\%^\\%["):gsub(":", "\\:") 09:59 sfan5 doesn't [combine use commas to tell apart entries? 10:00 Krock right, it does. 10:00 Krock so , and = need to be escaped too if you want to use those 10:04 rdococ ah 10:18 nerzhul Krock: server inventory manager PR has been fixed, i hope you like the new version :) i'm confident as it's nicer and it fix an historical ugly hack in one sending function 10:36 Krock nerzhul: I thought you wanted to have the isModified() checks within ServerInvMgr, but now that they're back in Server it would be equal to just expose the map directly 10:36 Krock const map, to be precise. 10:51 nerzhul merging #9705 10:51 ShadowBot https://github.com/minetest/minetest/issues/9705 -- set_fov: Add support for time-based transitions by ClobberXD 10:52 nerzhul Krock: i want to avoid having the object inside the server to split responsibilities, it's the problem with the filtering you wanted me to do, i put lambda for it, do you think about better implementation ? because each indivual object must be filtered 10:52 nerzhul merging #9774 10:52 ShadowBot https://github.com/minetest/minetest/issues/9774 -- ci: Update Github Actions workflows by sfan5 10:54 nerzhul can someone take a look at #7862, it as been rebased and does the trick now 10:54 ShadowBot https://github.com/minetest/minetest/issues/7862 -- Lua API: Add register_on_chatcommand to SSM and CSM by octacian 10:57 nerzhul and merging #8770 10:57 ShadowBot https://github.com/minetest/minetest/issues/8770 -- Auto delete MetaData when = 0 by Lejo1 11:11 nerzhul merging #9701 (yeah i take time to do some review 11:11 ShadowBot https://github.com/minetest/minetest/issues/9701 -- Add a convention about z_index by Wuzzy2 11:31 nerzhul and #9661 11:31 ShadowBot https://github.com/minetest/minetest/issues/9661 -- Add 'content_offset' and 'padding' style properties for buttons by Df458 17:05 Krock 2020-05-02 19:05:32: WARNING[ConnectionSend]: con(22/22) Packet quota used up for peer_id=1, was 1024 pkts 17:05 Krock happening again 17:06 Krock rubenwardy: anything in your CTFv2 logs? 17:06 sfan5 do you get that on the client? 17:06 rubenwardy peer_id=1 is the server 17:07 rubenwardy so yes 17:07 rubenwardy I see no errors, min log level is warning 17:07 Krock sfan5: yes 17:08 rubenwardy Player Krock has made 0 score worth of kills since last death // Player Krock has no good weapons 17:08 rubenwardy lol 17:08 rubenwardy I don't know why that's appearing without a log level 17:09 Krock RT 0.022s, 66 packets lost 17:10 Krock now constantly 38 per server step 17:10 Krock s/server/client/ 17:10 rubenwardy nothing suspicious around that time in the logs of level action 17:11 Krock time zone shift. it was a few minutes ago 17:12 rubenwardy yeah, that's where I looked 17:14 rubenwardy does the client print the packets histogram? Could enable that 17:14 rubenwardy or use wireshark 17:20 sfan5 rubenwardy: yes with --verbose 17:20 Krock i.e. trace? 17:54 nerzhul seems you must enable prometheus exporter & add more metrics on it ? :) 17:54 rubenwardy I have the exporter 17:54 rubenwardy it's the one I showed you 18:55 nerzhul perfect :)