Time Nick Message 12:42 pgimeno somewhat off-topic, but I wonder if the latest Firefox breakages with Github that some people reported here, have to do with MS wanting people to use Chrome to make their Browsergate work 12:43 [MatrxMT] I routinely get issued with security headers from using Firefox ESR out of my distro, it's not fun 12:43 [MatrxMT] *issues 15:07 Krock Does Codeberg have a stroke? 15:08 user333_ "502 Service unavailable" it appears so 15:09 user333_ it loaded after a few tries, took like a minute 15:25 Krock packages.debian.org and packages.ubuntu.com seem to have issues too. Did someone chew on an undersea cable? 15:30 bgstack15 Codeberg goes down more often than other git forges. I think they're the focus of a lot of DDOS activities because they aren't as corporatistic as M$/github. 15:31 Krock about GitHub... https://damrnelson.github.io/github-historical-uptime/ 15:40 user333_ why can't macroslop just hold themselves together 17:03 MinetestBot 02[git] 04grorp -> 03luanti-org/luanti: Fix focus inside scroll container being lost on formspec update (#17085) 1354a35ec https://github.com/luanti-org/luanti/commit/54a35ecb14deb770fd2d27066002eaf8bac58a30 (152026-04-06T17:01:52Z) 17:03 MinetestBot 02[git] 04siliconsniffer -> 03luanti-org/luanti: Formspec: main menu rearrangements for better focus "flow" (#16920) 13878dd10 https://github.com/luanti-org/luanti/commit/878dd1061d6029026efe90f3ad651691128cde2c (152026-04-06T17:02:48Z) 17:05 MinetestBot 02[git] 04sofar -> 03luanti-org/luanti: Formspec: fix dropping held items by clicking outside (#17064) 13dc6277d https://github.com/luanti-org/luanti/commit/dc6277d7a147b6185b3ecb55e8f28dc741f2505b (152026-04-06T17:03:20Z) 17:05 MinetestBot 02[git] 04siliconsniffer -> 03luanti-org/luanti: Add keybinds for camera movement (#17071) 13434ec55 https://github.com/luanti-org/luanti/commit/434ec55026f475b09311447a738a084c5f66f3cc (152026-04-06T17:04:31Z) 17:07 MinetestBot 02[git] 04sfan5 -> 03luanti-org/luanti: Update MinGW libraries and toolchain (#17068) 132a94309 https://github.com/luanti-org/luanti/commit/2a9430961330eabfcba7cec266e8ab4a965048e6 (152026-04-06T17:06:19Z) 18:42 sfan5 brand new feature: the developer console can now show log lines and also you output from print() https://x0.at/GJg6.png 18:42 sfan5 (limitation: only log lines that are generated from lua calls) 18:54 Krock adding another logger endpoint for processing in Lua shouldn't be too difficult I suppose. However, that requires C++ modification. 18:57 sofar yeah, that limitation would be needed otherwise it'd be very spammy. Maybe have a separate logging tab for all logs 19:24 sfan5 I mean I can still filter it by log level 19:24 sfan5 a separate log viewer tab sounds very useful, but I think error/warning deserves to be in the console 20:36 mazes_84 hi: any hint about weird mouse acceleration under X11 with luanti ? 21:01 MTDiscord I think I'm having the same problem as well, it is like camera smoothing is on? I am also on X11 Plasma but it only does it with Flatpak, not compiled from source 21:01 mazes_84 yeah mouse smoothing 21:02 mazes_84 no flatpak here, though I didn't notice it before compiling with sdl3 21:03 mazes_84 I wanted to test compiling with sdl2 only to test 21:04 mazes_84 there's also still this double linking bug with sdl3 I guess (it's also linked to sdl2) 21:05 MTDiscord hm 21:06 mazes_84 not sure about the origin, as I also dual screen with two different screen resolutions 21:08 mazes_84 since only some days (before I had same res) 21:11 mazes_84 oh, it's just a setting about camera smoothing 21:11 mazes_84 ty 21:21 [MatrxMT] keyboard camera movement? hurrah! 22:14 mazes_84 :(