Time Nick Message 00:02 MTDiscord Thanks :-D 15:16 lhofhansl Just merged #11385 (apologies forgot to ping here first) 15:16 ShadowBot https://github.com/minetest/minetest/issues/11385 -- Improve shadow rendering with non-default camera FOV by x2048 15:23 lhofhansl (ping me here and I'll revert if needed) 16:41 lhofhansl Still need another review on #11393 16:41 ShadowBot https://github.com/minetest/minetest/issues/11393 -- Avoid draw list and shadow map update in the same frame to reduce dtime jitter by x2048 17:09 Krock that's one heck of a long line 17:44 Jordach found two egregious bugs in #11413 and #11395 17:44 ShadowBot https://github.com/minetest/minetest/issues/11413 -- Refactor video driver name retrieval by hecktest 17:44 ShadowBot https://github.com/minetest/minetest/issues/11395 -- Remove unsupported video drivers by hecktest 17:44 Jordach clang complains of an undefined template 17:44 Jordach error: implicit instantiation of undefined template 'std::__1::hash' 17:44 Jordach reverting those two commits resumes building under Mac and clang 17:48 lhofhansl OK... Merging #11393 in a few. 17:48 ShadowBot https://github.com/minetest/minetest/issues/11393 -- Avoid draw list and shadow map update in the same frame to reduce dtime jitter by x2048 17:57 lhofhansl done 17:58 sfan5 Jordach: fixable but only seen this with ubuntu-16.04 CI so far 17:58 sfan5 is the stdc++ of macOS that outdated? 17:58 Jordach the earliest version of C++11 used is OSX 10.9 (Mavericks) 18:02 Jordach and before you complain "those are outdated unsupported macs" they can 1) still run current day linux distros, 2) run windows 10 x64 just fine 3) we only target C++11 which mavericks supports 18:02 sfan5 I don't know which C++ standard this would be part of (if any) myself 18:02 Jordach 10.9 has full support for C++11 18:03 Jordach using 10.8 and lower sdks resulted in build failures 18:04 sfan5 try this https://0x0.st/-O_A.txt 18:07 Jordach building with git apply 18:07 Jordach happily builds past renderingengine.cpp 18:07 Jordach which is where it eats dirt without it 18:11 Jordach builds and executes as expected 18:11 Jordach sfan5, ^ 18:12 sfan5 thanks for testing