Time Nick Message 17:03 sfan5 merging #15509, #15449, #15438 in like 10m 17:03 ShadowBot https://github.com/minetest/minetest/issues/15509 -- Fix false positive compiler warning by appgurueu 17:03 ShadowBot https://github.com/minetest/minetest/issues/15449 -- [no squash] GL driver fixes & 10-bit texture format for post-processing by sfan5 17:03 ShadowBot https://github.com/minetest/minetest/issues/15438 -- Make string to v3f parsing consistent, replace `core.setting_get_pos()` by `core.settings:get_pos()` by AFCMS 20:30 MTDiscord Why does adjusting volume through keyboard's volumes keys interrupt current actions, for example I cannot dig or continually jump when I adjust it. 20:32 sfan5 sounds like a bug 20:32 MTDiscord I'm on Xubuntu but I haven't tried Windows. 20:33 MTDiscord Android is obviously not affected though. 20:36 MTDiscord Doesn't happen on Windows 10 either. 20:40 jonadab I'm wondering if it's triggered by some specific behavior of the software that is handling the keys in question. 20:41 jonadab One way to test whether it's the fact of the volume changing in the background, or the method used to change it, would be to use a different method to change it (e.g., ssh in from another computer and use alsamixer to change it, see if the problem occurs or not). 20:45 Krock @abdu7944 indeed. I can reproduce this on Linux, non-SDL 20:47 MTDiscord What's your distro? 20:47 Krock Xubuntu too 20:48 jonadab I don't happen to know which program handles responding to things like volume keys on XFCE. It's been a while since I last played around with XFCE. 20:48 jonadab Of course, that may or may not even be the issue. 20:50 Krock doesn't happen when run through Wine 20:50 Krock only tested 5.9.1 so far, though. 20:56 MTDiscord I am on Arch with i3wm (Xorg), running with --info outputs that the game lost focus right after pressing adjusting or pressing any other keyboard combi. 20:57 MTDiscord What do you mean keyboard combi? 20:58 MTDiscord A shortcut, some key combination you press. E.g. to skip the current song or lower volume. 20:59 MTDiscord I see 20:59 MTDiscord Its just one button though not a combination. 21:04 Krock It seems that all inputs are interrupted. It's not a Luanti/Minetest specific issue 21:05 Krock but it's certainly interesting that Wine somehow made it work regardless 21:22 MTDiscord I don't see that problem with OpenMW. 21:23 MTDiscord Its using SDL though. 21:37 MTDiscord Not PPSSPP too. 23:44 MTDiscord just going to mention https://github.com/minetest/minetest/pulls?q=is%3Apr+is%3Aopen+scancodes here, as they will enable shipping with sdl2 on instead of being disabled like the past two releases