Time Nick Message 00:10 ireallyhateirc Minetest is LGPLv2.1+ right? 00:10 ireallyhateirc not all files have license headers 00:11 ireallyhateirc I'd like to steal a part of builtin/common/misc_helpers.lua and change the license to GPLv3+ 03:34 Blockhead256 ireallyhateirc: Fairly sure there's nothing stopping you from uplicensing to GPL 08:10 mtvisitor hallo, good afternoon. 08:10 * mtvisitor will also submit a small mod (mtengine_stats) to contentdb (gitlab) for approval this month. 09:19 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Revert macOS workflow to run on x86 (#14937) 13f5a5364 https://github.com/minetest/minetest/commit/f5a53647f91318ea3b2742b36f6aa5001b1b5fdb (152024-08-09T09:18:56Z) 09:21 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Update credits for 5.9.0 1362a8c5c https://github.com/minetest/minetest/commit/62a8c5ca3245a08a4d7156f847df2b9a6d863121 (152024-08-09T09:19:56Z) 14:12 SFENCE sfan5: Mac build last runned action works on my Mac. https://github.com/minetest/minetest/actions/runs/10316826143 14:37 sfan5 it should :) 14:50 SFENCE So, it can be linked for download and testing as candidate release, I belive. :) 14:57 SFENCE I know, paramat have Mac computer (Intel CPU). Do somebody else from developer team have access to Mac computer for developing and testing purposes? 14:58 MTDiscord well, I heard SFENCE became a new coredev recently 😄 14:59 rubenwardy haha 14:59 rubenwardy congrats, you're now our MacOS maintainer 14:59 MTDiscord 🎉 15:07 rubenwardy > SFENCE has quit 15:07 rubenwardy oh no 15:32 SFENCE rubenwardy: Thanks, but I have no acess to Mac with Intel CPU :D 15:39 Desour what does it mean when I report a post on the forums, and after submitting the forum tells me "# Information \n The requested page could not be found." ? 15:40 ireallyhateirc aren't Macs with Intel CPUs dead anyway? 15:41 * ireallyhateirc checking apple's products 15:41 SFENCE Mac with Intel are not produced anymore, but many people have them still. 15:42 SFENCE And Mac OS Socoma still support Mac with Intel I think. 15:44 rubenwardy Do we have info on intel Vs apple silicon usage on the server list stats, sfan5? 15:44 MTDiscord * Sonoma 15:46 SFENCE Are we able to detect that? Because actually minetest is being distributed only in build for Intel CPU. But Mac support running x86 application on Apple Silicons ( some king of emulation ). 15:52 sfan5 Desour: it means it's not working 15:53 Desour well, guess I'll invest my minegeld in dubai then 16:02 sfan5 rubenwardy: reported arch is 87% x86 and 12% arm64 16:02 sfan5 but I think if you run the x86 build emulated it will just report x86 16:04 SFENCE That statistic uses get_player_information LUA API method? 16:06 sfan5 no, it's from people opening the server list and the user agent 16:06 sfan5 e.g. "Minetest/5.8.0 (Darwin/23.5.0 arm64)" 16:09 SFENCE so it probably string generated by curl library. 16:10 sfan5 no, we generate that 16:11 sfan5 but it just calls the uname() standard function 16:15 SFENCE yeah. So it should be detectable. 16:17 SFENCE I will test it. 16:17 SFENCE Ok, running minetest --version on minetest builded for ARM return Running on Darwin/23.5.0 arm64, in case of minetest for Intel, it returns Running on Darwin/23.5.0 x86_64 16:19 SFENCE Hm. If you are interested in it, I can build minetest 5.9.0 for Arm on my Mac, and we can make it avaliable for download. 16:19 celeron55 Desour: i'm not sure, something's definitely wrong with the report system 23:39 X-Mesha-X Hi