Time Nick Message 12:57 ROllerozxa #12604 12:57 ShadowBot https://github.com/minetest/minetest/issues/12604 -- Fix Android blank screen by rollerozxa 12:58 rubenwardy contributors are doing well at fixing our bugs, thanks all 12:58 ROllerozxa :D 12:59 rubenwardy *glances sideways at the almost 300 confirmed bugs in fear* 13:08 appguru Yay 13:08 appguru Both blockers now have PRs that fix them 13:09 sfan5 does someone want to fix logging on android? 13:13 rubenwardy what does that mean? 13:14 rubenwardy issue? 13:14 sfan5 last time I checked nothing except errors actually made its way to logcat 13:15 rubenwardy Have you checked your logcat log level? 13:16 rubenwardy Although I'm surprised if it would know the difference, I would have thought it would all be the same level as std out 13:16 rubenwardy Err 13:16 rubenwardy **std err 13:16 sfan5 I tried adb logcat -s 'Minetest:*' or adb logcat -s 'minetest:*' or even adb logcat (no args) 13:16 sfan5 android logging is hooked up with custom code, it doesn't print to stderr 13:21 Zughy[m] Is #1566 a possible close or not? Please any core dev make up their mind 13:21 ShadowBot https://github.com/minetest/minetest/issues/1566 -- saving username/password login per server basis 13:22 Zughy[m] also, #12599 should have #12048 linked 13:22 ShadowBot https://github.com/minetest/minetest/issues/12599 -- Allow direction keys with autoforward again by sfan5 13:22 ShadowBot https://github.com/minetest/minetest/issues/12048 -- Autoforward no longer allows sideways movement 14:57 sfan5 can someone refresh me whether async envs were added this release or last 14:57 sfan5 I already forgot 15:32 rubenwardy this release 15:36 sfan5 i see 15:36 sfan5 unrelated: #12575 needs merging 15:36 ShadowBot https://github.com/minetest/minetest/issues/12575 -- [no squash] Update builtin translation by Wuzzy2 16:10 sfan5 is colorize supposed to work inside tables? 16:12 kilbith yes 16:12 kilbith there are color escape sequences 16:13 sfan5 I guess tablecolumns[color;text] overrides it then 16:13 kilbith oh you mean formspec's table 16:14 sfan5 I do 16:17 erle good opportunity to add a test formspec for exactly that ig? or is there a game where it matters? 16:17 sfan5 https://github.com/minetest/minetest/blob/7e78c0171ea2fec3594656a6abe44695b4252ba1/src/gui/guiFormSpecMenu.cpp#L1199-L1201 thats a no 16:19 sfan5 I guess I could put evenly spaced labels into a scroll_container in this case 16:20 kilbith you can, but tables allow automatic alignement of columns 16:23 kilbith * alignment 19:17 sfan5 I hate formspec scaling 19:50 MTDiscord Yes. 19:51 MTDiscord i would imagine there must be some filter preventing the messages. I would see the log messages when attached and running minetest in debug mode. 19:52 paradust sfan5: ^ 19:55 paradust unfortunately android's logging system is lossy (under high load) and order is not guaranteed, which made it difficult to do some tricky debugging 20:29 sfan5 by "would see" you mean you tested it recently and it worked? 21:23 MTDiscord Added #12608 to fix Repixture issues described in #12581 21:23 ShadowBot https://github.com/minetest/minetest/issues/12608 -- Use legacy image implementation when not using 9-slice image by x2048 21:23 ShadowBot https://github.com/minetest/minetest/issues/12581 -- Inventory slots in Repixture look different in 5.6.0-dev