Time Nick Message 02:00 search_social hello, is there a way to /dump my current coordinates and a name to a text file? possibly with a client-side mod? 09:31 sfan5 search_social: client-side mods do not have access to the file system, you can however print to stdout and capture the output externally 09:31 sfan5 also, #minetest is the right channel for mod questions 09:31 search_social thanks sfan5 15:13 kilbith bug report: https://github.com/minetest/minetest/issues/9573 17:16 rubenwardy merging #9534 in 15 17:17 ShadowBot https://github.com/minetest/minetest/issues/9534 -- Make some gui elements only visible while drawing to make them not block events by Desour 17:29 kilbith Krock, https://github.com/minetest/minetest/issues/9557 is a confirmed bug too 17:29 kilbith there was a regression somewhen 17:31 Krock 200 OK 17:32 rubenwardy 429 Burn out 17:32 Krock will merge #9534 in 10 minutes 17:32 ShadowBot https://github.com/minetest/minetest/issues/9534 -- Make some gui elements only visible while drawing to make them not block events by Desour 17:32 Krock I'm a teapot 17:32 rubenwardy :thinking: 17:32 rubenwardy no you won't 17:32 Krock rubenwardy: did you find an issue within the code? 17:32 Krock or do you plan to ninja me? 17:33 rubenwardy [18:16:59] merging #9534 in 15 17:33 ShadowBot https://github.com/minetest/minetest/issues/9534 -- Make some gui elements only visible while drawing to make them not block events by Desour 17:33 rubenwardy it's now 15 17:33 Krock ah 17:33 Krock go aheat 18:14 Krock Debian package data: https://salsa.debian.org/games-team/minetest/ - but no build script in sight. Contacted apo, waiting for an anwer 18:15 Krock hopefully he can give some more insight on what's going on with the None build type 18:17 * Krock slaps rubenwardy with a recent Minetest build 18:17 rubenwardy lol 18:21 sfan5 Krock: https://salsa.debian.org/games-team/minetest/-/blob/master/debian/rules#L9 18:21 sfan5 cmake_build_type=none is not specified there, some google searches suggested that it's a debhelper default 18:23 Krock https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949635 18:24 Krock https://salsa.debian.org/debian/debhelper/-/merge_requests/33 18:24 Krock based on the PR there's an auto-selection somewhere 18:25 Krock thanks for linking the "rules" 18:26 sfan5 https://salsa.debian.org/debian/debhelper/-/blob/master/lib/Debian/Debhelper/Buildsystem/cmake.pm#L16 18:27 sfan5 here's the default actually 18:27 Krock so question now is (to be clarified with apo) whether changing `None` to `Release` would be okay 18:27 Krock or whether `None` has to be valid build type 18:39 rubenwardy I believe the meaning of "None" is to apply no build flags 18:39 rubenwardy as the caller is srtting them 18:39 rubenwardy in which case, isn't the problem in the debian build scripts? 18:41 Krock whether it's intended or not - asked him, just to be sure 18:42 Krock if "None" is needed, then it'll go into the documentation together with the "-DNDEBUG" patch