ms9
CMake cleanup: * ez cmake files are now referenced via a custom variable, instead of relying that cmake is run from a specific folder * Minimum required version is currently still 3.5, but will bump it to 3.13 soon, you may want to upgrade to 3.13.x asap * In case this change makes problems, clean your CMake cache and run full setup again
Fixed a hand full of line endings.
Repo sync: various fixes
* Updated DirectX Tex to the latest GitHub version * Ran StaticLinkTool to fix Linux build * Added missing reference images for new image format tests
Ran the StaticLinkUtil
Renamed ezHashing to ezHashingUtils
Found a good spellcheck plugin for visual studio! Also fixed an assert issue in the JSON writer.
Drastically sped up establishing network connections (Fileserve, Editor->Engine, Inspector) by not doing a reverse IP -> Hostname lookup anymore. Connecting is now nearly instant (< 1 sec) which easily saves 15 seconds each time you connect the editor with the HoloLens.