Time Nick Message 03:59 [MatrxMT] test 19:19 sfan5 I think we'd benefit from turning the server into an interface (or whatever else allows us to hide the implementation) 19:19 sfan5 half of minetest is recompiled if I change some implementation detail in server.h 19:22 celeron55 I agree that's the obvious design pattern which has to be done in such a situation due to how C++ works 19:23 celeron55 ideally there would be multiple more focused interfaces but that can turn out to be a very big design and implementation effort 19:35 Krock or try to figure out the include paths of server.h first to trim them as much as possible 19:35 Krock s/include paths/includes/