Time Nick Message 09:10 sfan5 merging #14615, #14626, #14616 in 15m 09:10 ShadowBot https://github.com/minetest/minetest/issues/14615 -- Fix curl compatibility issues with colorize_url by sfan5 09:10 ShadowBot https://github.com/minetest/minetest/issues/14626 -- Cleanup Removed Java 17 Options by licaon-kter 09:10 ShadowBot https://github.com/minetest/minetest/issues/14616 -- Add benchmarks for server::ActiveObjectMgr by sfan5 15:43 MTDiscord I think the line that says "if (ENABLE_LTO OR CMAKE_INTERPROCEDURAL_OPTIMIZATION)" in our CMakeLists.txt should just say "if (ENABLE_LTO)", otherwise doing -DENABLE_LTO=0 does not disable LTO if it was previously enabled. 15:51 sfan5 the thought was to also respect someone setting CMAKE_INTERPROCEDURAL_OPTIMIZATION but sure 16:03 MTDiscord okay, so why not get rid of DENABLE_LTO in favor of the apparent cmake standard CMAKE_INTERPROCEDURAL_OPTIMIZATION then? 16:03 MTDiscord ENABLE_LTO* 16:10 [MTMatrix] because ENABLE_LTO is faster to type? 16:17 MTDiscord You shouldn't be typing that out by hand unless you're using build settings you don't otherwise use. 16:18 MTDiscord If you don't already have a CMakeUserPresets.json, I can highly recommend it. 16:56 grorp merging #14605 in 15 min 16:57 ShadowBot https://github.com/minetest/minetest/issues/14605 -- Close formspecs with a single tap outside by grorp 17:00 grorp and #14584 17:00 ShadowBot https://github.com/minetest/minetest/issues/14584 -- Android CI: Additionally make an AAB for uploading to the Play Store by grorp 20:34 sfan5 #14634 20:34 ShadowBot https://github.com/minetest/minetest/issues/14634 -- Reenable fog toggle unless server restricts fog distance by sfan5 20:40 whitepaperkat hello guys