Time Nick Message 15:19 sfan5 merging #9458 in 5 mins 15:19 ShadowBot https://github.com/minetest/minetest/issues/9458 -- minetest.get_content_id: error on unknown node by HybridDog 18:08 Krock will push rebased #9392 in 15 minutes 18:09 ShadowBot https://github.com/minetest/minetest/issues/9392 -- guiHyperText: Fix blinky cursor on link hover by SmallJoker 18:14 DS-minetest it would be nicer to use a switch (s.ftype) {... there, btw 18:14 DS-minetest (in the unrelated changes of that PR) 18:15 Krock ikr. the PR already contains more than it intended to fix 18:25 Krock pushing 19:04 rubenwardy sfan5: https://forum.minetest.net/viewtopic.php?p=368723#p368723 19:04 rubenwardy apparently gettext doesn't support Windows very well 19:05 Krock that's well known for years 19:06 Krock using cross-compiled binaries would be an option, if compatible .lib files can be generated as well 19:06 rubenwardy do we have an issue for this? 19:07 Krock is it our issue? 19:07 rubenwardy it is if we can't get working gettext windows builds 19:07 sfan5 ? 19:07 rubenwardy which I consider an [Unconfirmed bug] because I'm fairly sure the official builds have that 19:07 sfan5 the official builds literally come with a working gettext 19:08 rubenwardy please read that topic and reply 19:08 sfan5 I have read it 19:09 sfan5 the only thing I can add is "minus some cross-compilation brokenness, gettext works well for me with mingw, even the recent version from 2019" 19:10 sfan5 msvc is broken mess, so I'm not surprised stuff doesn't work 19:24 sfan5 there, replied with something actually useful 19:25 rubenwardy thanks, I was hoping you'd be able to help 19:26 sfan5 while you're here why not review #9488 19:26 ShadowBot https://github.com/minetest/minetest/issues/9488 -- Update Travis infrastructure and buildbot compiler by sfan5 19:32 rubenwardy Running the Gitlab pipeline: https://gitlab.com/minetest/minetest/pipelines/125441957 19:32 rubenwardy if it passes, then +1 19:34 sfan5 oh can you invoke those manually? 19:34 sfan5 > tar (child): xz: Cannot exec: No such file or directory 19:34 sfan5 annoying 19:37 sfan5 re-run, please 19:42 rubenwardy ok 19:42 rubenwardy I pushed your branch to gitlab. Gitlab will run any branch in the repo, but it won't run pull request because those branches aren't in the repo 19:42 rubenwardy they're in someone else's repo, and so are not mirrored to gitlab 20:23 rubenwardy prioritisation needed on #9361 given it's a regression 20:23 ShadowBot https://github.com/minetest/minetest/issues/9361 -- Uninteractable Formspec Elements should passthrough hovers and clicks 20:26 sfan5 pretty sure I remember the fix for that being merged 20:27 sfan5 "fix" as the commit that caused the described bug 20:29 Krock if (!s.send) allowClickThrough(); else dont(); 23:00 sfan5 merging #9488 in 10m 23:00 ShadowBot https://github.com/minetest/minetest/issues/9488 -- Update Travis infrastructure and buildbot compiler by sfan5 23:07 sfan5 perhaps we should be providing official raspberry pi .debs 23:07 sfan5 cross-compiling isn't all that hard 23:07 sfan5 I just don't have a recent raspberry pi to test them myself 23:09 rubenwardy I have an RPi 3 B+ 23:09 rubenwardy the latest is RPi 4 I think