Time Nick Message 00:28 paramat making a PR 00:41 paramat #9031 00:41 ShadowBot https://github.com/minetest/minetest/issues/9031 -- Fix isDead()/autoforward crash with a temporary workaround by paramat 05:19 ANAND Here's a more proper solution for #9031: https://github.com/minetest/minetest/pull/9031#issuecomment-539768241 05:19 ShadowBot https://github.com/minetest/minetest/issues/9031 -- Fix isDead()/autoforward crash with a temporary workaround by paramat 12:55 kilbith `animated_image[]` is ready to go: #9032 12:55 ShadowBot https://github.com/minetest/minetest/issues/9032 -- GUIFormspecMenu: Add animated_image[] element by kilbith 16:25 paramat sfan5 shall i use this patch for the PR? https://github.com/minetest/minetest/pull/9031#issuecomment-539768241 16:25 sfan5 yes that looks like the proper fix for this issue 16:29 paramat ok will do 17:02 paramat ok PR updated and tested 17:12 paramat found a bug, but probably not a blocker #9033 17:12 ShadowBot https://github.com/minetest/minetest/issues/9033 -- Segfault when exiting from world to menu when driving a MTG boat 17:50 Krock fixing it .... 17:50 Krock 2 lines if lucky 17:50 Krock lol 17:55 Krock will push fix https://krock-works.uk.to/u/patches/0012-ContentCAO-Fix-segfault-on-quit-attached.patch in 15 minutes 17:57 paramat 'Mark object as gone (if) children try to detach'? comment reads a little awkwardly 17:57 paramat and thanks 17:59 paramat or 'for when children try to detach'? i do not understand the comment 18:02 Krock * // Object must be marked as gone when children try to detach 18:04 p_gimeno hmm, why is that a problem? are other destructors using previous objects? 18:05 Krock yes 18:05 Krock getActiveObject() is called inside a function that is called by the destructor 18:05 p_gimeno I see, well spotted 18:07 paramat new comment is good, go ahead 18:10 Krock pushing 18:10 Krock 200 18:21 sfan5 Krock: if the weblate webinterface returns up-to-date translation files why not use those for this release? 18:21 sfan5 then we can get the release out with the correct translations and worry about broken weblate afterwards 18:24 Krock the zip archive returns outdated ones, or did you find a link for them all? 18:24 Krock else we'd need to write a script to download each individual file 18:33 kilbith seeing the clang whitelist length I really wonder why clang-format is still effective 18:34 kilbith it's like, pretty much all files are whitelisted, lol 18:39 paramat merging #9031 18:39 ShadowBot https://github.com/minetest/minetest/issues/9031 -- Fix isDead()/autoforward crash by paramat 18:45 Krock irrlicht stuff is whitelisted for sure, and most files have trivial code style issues where turning it on wouldn't yet make sense 18:46 sfan5 Krock: I didn't try myself, just read your comemnt that said there was a way to get the updated files 18:46 sfan5 writing a script to fetch them shouldn't be too hard 19:11 Krock fetching.. so slow 19:45 Krock updated #9015 but it really needs quality checking 19:45 ShadowBot https://github.com/minetest/minetest/issues/9015 -- [NO SQUASH] Translation update by SmallJoker 19:45 Krock no idea why there are so many code movements. maybe gettext changed the way how they group translation entries 19:46 Krock and it sometimes also contains comments. I could also try to only use the approved strings, but dunno whether they also contain comments 20:00 Krock found a way to trim it 20:04 Krock fixed the PR. ready for review