Time Nick Message 03:55 BluebirdGrey51 Does anyone know how to use minetest.set_gen_notify(), assuming I want to be able to save data from the mapgen threads by using minetest.save_gen_notify? 03:55 BluebirdGrey51 Sadly the documentation is unclear. There's no example usage. 04:05 BluebirdGrey51 Ok I've figured it out. I had to read the C++ source code to discover how the arguments to set_gen_notify should be given. 04:10 Mantar sounds like lua_api.txt needs improving 04:54 cheapie I was able to get the MT client up and running on a VisionFive 2 here, now that I managed to get a kernel with both working PCIe and the radeon module - I did use a discrete GPU (Radeon HD 6570), but performance was still... rather bad due to the slow CPU. 04:55 cheapie Unmodded MTG is playable, not a lot more than that though :P 11:38 shaft Krock pls merge https://github.com/minetest-mods/mesecons/pull/669 11:41 Krock A week has passed. Such delay heopfully sufficed to collect objections (if anyone ever looks at PRs in minetest-mods) 11:58 shaft Thank you 11:58 Krock you're welcome 14:24 ireallyhateirc Hi, I heard that apparently Minetest builds for windows don't run Luajit by default. Is this true and if so, why is that? 14:27 MTDiscord Fairly sure that's not true, but not in a position to check atm 14:28 ROllerozxa the minetest windows builds should still be using luajit, unsure why that would not be the case 14:29 ROllerozxa > -- Found LuaJIT: /home/runner/work/minetest/minetest/B/libs/luajit/libluajit.a 14:30 ireallyhateirc so it works and is enabled by default? 14:30 ROllerozxa yes 14:30 ROllerozxa you can do `minetest.exe --version` to check 14:31 ireallyhateirc I guess I could simply start my Windows 11 thing but it'd take 20 minutes to load lol 14:31 ireallyhateirc Microsoft is hungry, 24GB of Ram is not enough for them! 14:32 ireallyhateirc they won't stop unless every computer works like Windows Vista with viruses 14:32 ROllerozxa windows is great isn't it 14:34 ROllerozxa anyways I checked the CI logs for the latest commit and both the mingw and msvc builds build with luajit as they should. and the official stable builds should be built with luajit too 14:38 MTDiscord I mean, wine/proton? 14:40 ireallyhateirc well I guess I can start it on Wine 14:41 MTDiscord https://cdn.discordapp.com/attachments/749727888659447960/1249010520728535061/image.png?ex=6665bf31&is=66646db1&hm=ab66597cca06259ab5b47be7aa3d2180bc2887cf0711fb9b9b2b6b5fba44ffd1& 14:43 MTDiscord latest CI dev build 14:43 MTDiscord https://cdn.discordapp.com/attachments/749727888659447960/1249010916456923217/image.png?ex=6665bf8f&is=66646e0f&hm=011b3f891037c6887ba841a1066e41f62b35cd0d8b49f462c0425155710a6e16& 14:44 MTDiscord Reminds me, I should look to see how luajits new version is going 14:44 ireallyhateirc yeah, got the same output on Wine 14:44 ROllerozxa if it were PUC Lua it would show something like "Using Lua 5.1.5" 14:44 ireallyhateirc does it even have versions? the thing is rolling release 14:44 ROllerozxa luajit is rolling release now. the version number is an unix timestamp I believe 14:44 MTDiscord Yes, but no, but actually yes 14:45 MTDiscord https://github.com/LuaJIT/LuaJIT/issues/1092 14:46 ireallyhateirc anyway, I'll ask my friend who told me it doesn't use luajit to explain himself 14:46 ROllerozxa lol 14:47 ireallyhateirc ah, so the author doesn't believe in a "delusion" of making releases, but then calls the something "v3" 14:47 MTDiscord Way back when that was the case, but hasn't been for some years 14:47 ireallyhateirc you mean luajit? 14:48 MTDiscord Yes, that would be back in the 0.4x years iirc