Time Nick Message 00:27 MTDiscord1 Not surprised, but dang, nice work! 09:29 sfan5 planning to merge #16580 later 09:29 ShadowBot https://github.com/luanti-org/luanti/issues/16580 -- Remove Irrlicht devices except SDL by sfan5 14:03 sfan5 actually I'll also merge the first 5 non-feature commits from #16574, to make merging (squashing) it later easier 14:03 sfan5 in 15m 14:03 ShadowBot https://github.com/luanti-org/luanti/issues/16574 -- [manual squash] Introduce array textures for node rendering by sfan5 14:06 MTDiscord merging #16631 after CI passes and that merge is done ^ 14:06 ShadowBot https://github.com/luanti-org/luanti/issues/16631 -- Refactor: Remove obsolete `IAnimatedMeshSceneNode` interface by appgurueu 14:20 sfan5 done 18:59 Krock hmm. there's quite some potential for header cleanups. Does anyone have know of a tool to display the include chain (reverse) of a header file? 19:00 Krock (e.g. mods.h causes a recompile of about 20 files, which seem to have nothing to do with it) 19:16 MTDiscord doxygen's include dependency graph? pages for header files both contain a graph for what headers are included, as well as a graph of what includes that header file 19:16 MTDiscord example here: https://doxy.minetest.net/content_2mods_8h.html though doxy.minetest.net has grown stale (once again) so you'll probably want to regenerate it locally 19:58 Krock oh yes indeed. I totally forgot about our doxygen site. Thanks, @rollerozxa.