Time Nick Message 09:33 ANAND Travis builds are still failing thanks to outdated Xcode 09:33 nerzhul yes 09:33 ANAND I'll open an issue so that we don't forget 11:23 ANAND #8529 now supports an optional %timestamp placeholder! 11:23 ShadowBot https://github.com/minetest/minetest/issues/8529 -- Allow customising chat message format by ClobberXD 11:24 ANAND Added another screenshot to first post showing chat messages with timestamps. 14:51 p_gimeno @DS-minetest: The local function name vector_matrix3_multiply is inconsistent with multiply_scalar and names the factors in the wrong order. I think it should be named multiply_matrix3_vector, for the sake of those reading the code. 15:33 p_gimeno The matrix calculations in from_pitch_yaw_roll sound too wasteful, as they'll be multiplying by zero very often and wasting operations. I'd prefer an expanded version like those in Wikipedia.