Time Nick Message 05:41 v-rob Can anyone tell me the difference between `intlGUIEditBox` and `GUIEditBoxWithScrollBar`? They both seem pretty similar. 05:43 v-rob Both are only used for multiline textareas, but `intlGUIEditBox` is only used with FreeType enabled (which is pretty much always, so `GUIEditBoxWithScrollBar` is almost never used). 05:43 v-rob But for normal fields, `IGUIEditBox` is used. Where's the consistency? 05:44 v-rob If `intlGUIEditBox` is for international keyboards, why are we every using `IGUIEditBox` at all? And if disabling FreeType breaks everything, what's the point of keeping `GUIEditBoxWithScrollBar` 05:45 v-rob I don't get it. All I know is that I want to replace them all with one, single thing where I can make all my changes in my PRs. 19:30 sfan5 nice looks like ubuntu updated to 5.1.1 https://packages.ubuntu.com/focal/minetest 21:07 Wuzzy Can you please priotirize looking at game#2559? It seems this PR is currently blocking Weblate, so waiting too long with the review will cause disruption? Thanks. 21:07 ShadowBot https://github.com/minetest/minetest_game/issues/2559 -- Import translations from mtg_i18n by An0n3m0us 21:15 sfan5 blocking weblate? 21:25 rubenwardy Wuzzy: I may have accidentally locked all repos and then only unlocked minetest/minetest when updating translations 21:26 Wuzzy sfan5: ↑ 21:26 Wuzzy tbh its better to keep them locked for now, because of this PR 21:26 Wuzzy unless you don't plan to merge the PR 21:27 rubenwardy fixed 21:27 rubenwardy and locked just mtg_i18n 21:28 Wuzzy ah right. 21:28 sfan5 unless we set up a workflow to import changes from mtg_i18n it should stay locked anyway 21:28 Wuzzy yes its correct to lock mtg_i18n, it was long overdue. its not good to misguide translators 21:28 Wuzzy sfan5: mtg_i18n is a legacy fork of MTG with the only goal to make MTG translatable 21:29 Wuzzy for obvious reasons, translators should no work on this anymore, as their work is going to waste 21:30 Wuzzy okay now with mtg_i18n locked, merging the translation PR is no longer urgent. thanks, rubenwardy 22:39 Wuzzy This PR has 2 approvals: #9205 22:40 ShadowBot https://github.com/minetest/minetest/issues/9205 -- Falling nodes: Add support for facedir, colorfacedirr, wallmounted, colorwallmounted, color, airlike, signlike, torchlike and glow by Wuzzy2 22:47 p_gimeno Wuzzy: have you tried with invalid facedir values? 22:47 Wuzzy well, they're invalid ... 22:48 p_gimeno yeah, but if some world has an invalid value, you don't want the whole world to crash just for that value 22:48 Wuzzy don't worry, no crashes 22:48 Wuzzy yes, i tested, no crash 22:49 p_gimeno ok, so you have tried :) 22:49 p_gimeno that's fine then 22:49 Wuzzy but the rotation isnt particulary meaningful 22:49 Wuzzy because "undefined" 22:49 p_gimeno yeah, no prob with that