Time Nick Message 09:51 turbogus coucou! 09:52 Krock salut 09:54 turbogus oh! BOnjour krock! :) 14:14 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Clean up FindOpenGLES2.cmake 13d0246cf https://git.io/fjHl4 (152019-08-04T14:12:52Z) 14:14 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Unify GLES support in gui scaling filter 136c2ded4 https://git.io/fjHlB (152019-08-04T14:12:52Z) 14:14 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Unify OpenGL ES support 13ca363d3 https://git.io/fjHlR (152019-08-04T14:12:52Z) 14:14 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Let ENABLE_GLES appear in cmake_config.h and change its functionality 13526a9e4 https://git.io/fjHl0 (152019-08-04T14:12:52Z) 15:23 fruitsnack hello, is there more documentation on minetest.sound_play()? 15:23 fruitsnack I'd like to know if it's possible to determine if the sound is still playing but the returned handle 15:23 fruitsnack It'd be nil if the sound has done playing? 15:37 Krock it would be possible to add a function to check that 15:37 Krock but currently there's no way to find that out 15:37 Krock also the server does not know when the sound ended (OpenAL not required) 15:37 Krock (neither libvorbis nor libogg) 15:38 fruitsnack I see, thanks 15:38 Krock currently the sound handle turns invalid server-side when sound_stop or fade with a negative gain is called 15:51 lambdanana hi, i have a quick 1-line patch. 15:53 lambdanana stable-5 (or master), src/network/clientpackethandler.cpp:903. replace the line with: std::string contents (pkt->getRemainingString(), pkt->getRemainingBytes()); 15:55 lambdanana basically the patch just adds size to the constructor. it seems to fix some crashing on openbsd (with guard pages and stuff enabled) 16:08 rom1504 it was <1s before, how long is it now ? 16:21 rom1504 git push origin newbranch 16:21 rom1504 here you go 18:45 sfan5 lambdanana: thanks, fixed 18:45 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Fix binary-string confusion in client network code 13800fa2d https://git.io/fjH6Y (152019-08-04T18:40:35Z) 18:50 lambdanana sweet! 23:26 puzzlecube Has anyone got any idea at all why my Minetest build on NetBSD (freshly pulled master plus the patches from the 5.0.1 pkgsrc package that still seemed to apply( seems to only want to run under gdb and otherwise it throws "LUA PANIC: unprotected error in call to Lua API (runtime code generation failed, restricted kernel?)" and aborts. On the off chance someone knows, thanks a ton! 23:29 puzzlecube Update: Sometimes it trows that error, and sometimes it works. 23:31 puzzlecube Another update: seems to throw it at random times when loading lua code, still always works in gdb though.