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
Renamed lots of Basics.h and Plugin.h files to "LibNameDLL.h"
Checking file system watcher took 40msec in main thread without any changes so I moved it to a task. Separated ezQtEditorApp Load and Create document functions for easier readability and moved bools into flags. Also renamed ezQtEditorApp::OpenDocumentImmediate to OpenDocument and OpenDocument is now OpenDocumentQueued. Added async save document function (used in create materials part of mesh transform only so far).
Fixed a hand full of line endings.