Time Nick Message 05:56 wrrrzr hi, can you please confirm my PR? https://github.com/minetest/minetest/pull/15517 05:57 wrrrzr *approve 11:25 sfan5 merging #15628, #15629, #15625, #15624, #15622 in 10 to 15m 11:25 ShadowBot https://github.com/minetest/minetest/issues/15628 -- Eliminate superfluous null check in `CGUIEnvironment::getNextElement` by JosiahWI 11:25 ShadowBot https://github.com/minetest/minetest/issues/15629 -- Don't silence errorstream in tests by sfan5 11:25 ShadowBot https://github.com/minetest/minetest/issues/15625 -- Reduce irrlicht_extrabloated.h includes in header files by SmallJoker 11:25 ShadowBot https://github.com/minetest/minetest/issues/15624 -- Move `AutoExposure` constructor to header (and make it `constexpr`) by wrrrzr 11:25 ShadowBot https://github.com/minetest/minetest/issues/15622 -- [no sq] Debug features & a fix by sfan5 11:35 sfan5 interesting how tileable_vertical and tileable_horizontal are totally undocumented 12:32 sfan5 always nice to find out that what we've been doing for years is wrong and only works by accident 18:53 Desour I also noticed the tilable_* thing being undocumented yesterday. and also that it's broken (might make a PR soon, unfinished: ) 18:57 Desour it's weird how this sort of thing happens again and again, where I do something about some issue, or some part of code, and just at the same time, somebody else does the same, with no communication about this between the involved parties 19:16 celeron55 there's often a natural time for something to happen. the same environment is experienced by multiple parties and each end up thinking the same