Time Nick Message 03:41 MTDiscord Currently, disabling menu clouds and using a texture pack results in the dirt texture being used as the menu texture, even if there is a menu_bg texture in the texture pack. I created a fix locally and on discord to make it so it uses the menu_bg texture first if it exists. Is this something I should make a PR for, or just keep it for myself because of the hopefully someday menu revamp? 03:51 MTDiscord hmm, this might depend on the custom loading screens/tips PR instead 03:51 MTDiscord so, I guess its just a custom change for me 03:56 MTDiscord I say so because it makes the loading screen background go black 10:06 Desour I noticed the same issue about black loading screens without menu_clouds, but was too lazy too open an issue back then. I've done that now: #13317 10:06 ShadowBot https://github.com/minetest/minetest/issues/13317 -- Black loading screen background with `menu_clouds` disabled 12:34 rubenwardy sfan5: what's your opinion on #13070 / #13307 ? 12:34 ShadowBot https://github.com/minetest/minetest/issues/13070 -- Minetest client should expose an API to control the player 12:34 ShadowBot https://github.com/minetest/minetest/issues/13307 -- Add an option for the client to listen on a socket, update connected peers about client state and relay their commands to the server 17:04 Desour_ merging #12979 and #13308 in 10 17:04 ShadowBot https://github.com/minetest/minetest/issues/12979 -- Improvement of #12974: better lin independent vector by Desour 17:04 ShadowBot https://github.com/minetest/minetest/issues/13308 -- Update nodes in LBM loop by Desour 17:17 Desour_ done. 18:07 MTDiscord I managed to fix #13317 bu using some code from #13058, and it works well. However, since I am not very knowledgeable about the codebase, I am not sure if its actually the best way. 18:07 ShadowBot https://github.com/minetest/minetest/issues/13317 -- Black loading screen background with `menu_clouds` disabled 18:07 ShadowBot https://github.com/minetest/minetest/issues/13058 -- Customizable loading screen by kilbith 18:14 pgimeno Desour_: thanks for the adoptions, I'm sure I'm not the only one who deeply appreciates it 21:20 sfan5 rubenwardy: it would be useful for automated testing reasons and such, but it's a bunch of work with no immediate advantage plus there's the thing about how not to get server owners up in arms 21:26 MTDiscord first, add a feature that deletes all gun mods and sword items, then add it. That way they cant get up in arm 21:26 MTDiscord *s 21:29 Desour the problem with that is that it's really hard to delete the airsword mod 21:29 Desour otherwise a very good suggestion 21:56 MTDiscord super trivial mainmenu bugfix in #13323 :) 21:56 ShadowBot https://github.com/minetest/minetest/issues/13323 -- Fix empty port assertion error in 'Join Game' menu. by GoodClover 21:57 MTDiscord oh poop, commited with a syntax error 22:02 MTDiscord fixed it, not sure why GitHub's web editor only shows syntax hilighting sometimes