Time Nick Message 01:12 paramat 8270 code is fine, will test and hopefully merge within a few hours 03:14 paramat #8270 tested +1 merging 03:14 ShadowBot https://github.com/minetest/minetest/issues/8270 -- Content store: ignore _game in game names in ID generation by rubenwardy 07:12 ANAND Bugfix PR: #8271 07:13 ShadowBot https://github.com/minetest/minetest/issues/8271 -- Fix extra bubbles being displayed for high breath_max values by ClobberXD 09:08 ANAND The last 10-15 PRs fail LINT because of non-indented `clang-format on` and `clang-format off` in address.cpp 09:19 ANAND Also, trivial-ish typo-fix: #8272 09:19 ShadowBot https://github.com/minetest/minetest/issues/8272 -- Fix typo in automatic forward setting by ClobberXD 09:42 nerzhul ANAND xD 09:57 ANAND :) 14:33 nerzhul travis seems to be in bad state: https://www.reddit.com/r/devops/comments/at3oyq/it_looks_like_ibera_is_gutting_travis_ci_just_a/ 15:14 Wuzzy oh, and Weblate source strings need updating again. :P 18:25 paramat settings_translation_file.cpp needs updating, i might do that tonight. perhaps we can call a translation string freeze now? assuming release in 9 days 19:18 nerzhul yeah it should be stopped at a point... 20:51 nore nerzhul: do you have an idea for https://github.com/minetest/minetest/issues/8189 ? the translation.cpp file uses std::getline, but it seems like it does strange things with CRLF line endings 20:51 nore (asking you since you know best the C++ stdlib) 22:25 nerzhul it cut on \n not \r\n 22:25 nerzhul http://www.cplusplus.com/reference/string/string/getline/ 22:46 paramat tonight i might merge #8272 then update settings_translation_file.cpp, then call a translation string freeze 22:46 ShadowBot https://github.com/minetest/minetest/issues/8272 -- Fix typo in automatic forward setting by ClobberXD 23:18 Wuzzy yay