318 Commits (5d7a7d4d929914730a99abcff27558201bbb3f8c)

Author SHA1 Message Date
Vladimír Vondruš ec19c25e46 Adapt to Corrade changes. 5 years ago
Vladimír Vondruš d4c5b3f566 Trade: refresh the AbstractImageConverter API. 5 years ago
Vladimír Vondruš 06e039dbe7 Trade: reverse AbstractSceneConverter::convertToFile() argument order. 5 years ago
Vladimír Vondruš d523ab7124 ShaderTools: less confusing function parameter names. 5 years ago
Vladimír Vondruš 20dd2914c5 AnyShaderConverter: support validating and converting data as well. 5 years ago
Vladimír Vondruš 31f2e18b58 AnyShaderConverter: minor redundancy cleanup in the test. 5 years ago
Vladimír Vondruš bbb6fd69c0 AnyShaderConverter: test also unknown extension for conversion. 5 years ago
Vladimír Vondruš 7220274ff3 AnyShaderConverter: take explicitly set formats into account. 5 years ago
Vladimír Vondruš 9d07f6637d AnySceneConverter,AnyShaderConverter: whoops, these belong elsewhere. 5 years ago
Vladimír Vondruš cd48d28e6a AnyShaderConverter: fart! 5 years ago
Vladimír Vondruš 97d1c17ae1 ShaderTools: move the Stage enum to a dedicated header. 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš 9e3084ef4b CMake: make it possible to selectively disable static plugins as well. 5 years ago
Vladimír Vondruš 1046e051b9 doc: expand the File Formats tables, add "bundleability" info for each. 6 years ago
Vladimír Vondruš ff14efa446 AnyShaderConverter: adapt test to GlslangShaderConverter changes. 6 years ago
Vladimír Vondruš 807a7e939c ObjImporter: compile with exceptions enabled on Emscripten. 6 years ago
Vladimír Vondruš 38a2a1f6c4 AnyShaderConverter: propagate optimization level as well. 6 years ago
Vladimír Vondruš 9b3abeef17 AnyShaderConverter: typo! 6 years ago
Vladimír Vondruš 5327fe0ae2 CMake: make it possible to build only some plugins as static. 6 years ago
Vladimír Vondruš b18aba5868 AnyShaderConverter: propagate debug info level. 6 years ago
Vladimír Vondruš bd3903e637 AnyShaderConverter: propagate preprocessor definitions. 6 years ago
Vladimír Vondruš d41e81fa9c AnyShaderConverter: fix include order. 6 years ago
Vladimír Vondruš 6db6a2a5f8 AnySceneConverter: fix a misleading macro name in the test. 6 years ago
Vladimír Vondruš f1ba6c692b AnyShaderConverter: new plugin. 6 years ago
Vladimír Vondruš 7f5f93f31d AnyImageImporter: port away from deprecated APIs. 6 years ago
Vladimír Vondruš e852277905 AnyImageImporter: fix signature printing in the error message. 6 years ago
Vladimír Vondruš 884b315ca5 AnySceneImporter: support skin import. 6 years ago
Vladimír Vondruš ddb7185417 Trade: make AbstractImporter::defaultScene() const. 6 years ago
Vladimír Vondruš 8c24ea19d3 Trade: skin import in AbstractImporter. 6 years ago
Vladimír Vondruš 0ec8e002fb Trade: return Optional instead of Pointer from *Importer::material(). 6 years ago
Vladimír Vondruš fb1452eca6 AnyImageImporter: recognize TIFF files by magic. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš a66964898f AnyImageImporter: recognize *.ico and *.cur files. 6 years ago
Vladimír Vondruš b2f003bdd6 MagnumFontConverter: fix warnings on Clang 10. 6 years ago
Vladimír Vondruš 1bd5efc1f8 doc: initial file format support tables. 6 years ago
Vladimír Vondruš 0ad5a8968f AnySceneConverter: new plugin. 6 years ago
Vladimír Vondruš 3977f0472f Any*{Importer,Converter}: show used plugin in verbose output. 6 years ago
Vladimír Vondruš 2149f31973 MagnumFont,MagnumFontConverter: adapt to Corrade changes. 6 years ago
Vladimír Vondruš 1b03e20e3e Any*{Importer,Converter}: propagate flags to the actual plugins. 6 years ago
Vladimír Vondruš 42b8ab2d0e TgaImporter,TgaImageConverter: verbose output about channel reordering. 6 years ago
Vladimír Vondruš 65a2ced2a7 Make this compile and test cleanly with CORRADE_NO_ASSERT defined. 6 years ago
Vladimír Vondruš d3f2235759 Adapted to Corrade changes. 6 years ago
Vladimír Vondruš 5d9d529010 Any*{Importer,Converter}: less engrish in error messages. 6 years ago
Vladimír Vondruš 1ec6691005 plugins: these checks are done in the top-level CMakeLists.txt already. 6 years ago
Vladimír Vondruš 27f4a7073e AnySceneImporter: treat both *.gltf and *.glb the same. 6 years ago
Vladimír Vondruš ab32d6598d TgaImporter: MSVC 2015, you too. 6 years ago
Vladimír Vondruš 350a79d324 TgaImporter: make error messages consistent. 6 years ago
Vladimír Vondruš d01f8ba3fe TgaImporter: minor test cleanup. 6 years ago
Vladimír Vondruš 132359b78f TgaImporter: make expected test output more explicit. 6 years ago
Vladimír Vondruš 440a3f96ad TgaImporter: implement RLE decoding. 6 years ago