891 Commits (b1454b94de41663093f174c7e03af5bf1db636a4)

Author SHA1 Message Date
Vladimír Vondruš 782f5e6dfa imageconverter: rename internal helpers for clarity. 4 years ago
Vladimír Vondruš 7e8d65cff3 imageconverter: don't die if the converter doesn't support a feature. 4 years ago
Vladimír Vondruš 9c217b04c8 imageconverter: don't print any output by default. 4 years ago
Vladimír Vondruš e7f9e74346 Trade: support for texture array layers in all MaterialData attributes. 4 years ago
Vladimír Vondruš 41717e7ef1 Trade: use StringView bool conversion in assertions. 4 years ago
Vladimír Vondruš 0143ad45d9 Trade: no need to fall back to std::string for concatenation anymore. 4 years ago
Vladimír Vondruš cb7dd224db Trade: doc++, minor. 4 years ago
Vladimír Vondruš 492b4272e3 Trade: *MaterialData::hasTextureCoordinates() returns false when it's 0. 4 years ago
Vladimír Vondruš 4036c32c6b Trade: verify *MaterialData::hasTextureCoordinates() does what docs say. 4 years ago
Vladimír Vondruš ca722eac6e Don't declare extern PluginManager::Manager template anywhere. 4 years ago
Vladimír Vondruš 5e3b610613 doc: remove Clang 3.8 references, advertise Clang 6+ as supported. 4 years ago
Vladimír Vondruš 8d770524e1 imageconverter: show total data size in --info. 4 years ago
Vladimír Vondruš 2ee6054f69 doc: adapt to the fact there's a real GltfImporter now. 4 years ago
Vladimír Vondruš cedc0d6eeb Prefer CORRADE_TARGET_* instead of __GNUC__, __clang__ and _MSVC_VER. 4 years ago
Vladimír Vondruš cfc02599e5 Trade: drop {MeshAttribute,SceneField}::Custom. 4 years ago
Vladimír Vondruš 8c9c2b5ddb Trade: use the custom field/attribute helpers in debug printers. 4 years ago
Vladimír Vondruš 0183452e16 Trade: doc++ 4 years ago
Vladimír Vondruš 4d5c53dbc6 Trade: add MeshData::attributeId() for inverse ID mapping. 4 years ago
Vladimír Vondruš 5aeb905884 Trade: minor. 4 years ago
Vladimír Vondruš fb0ef4ec6e Trade: doc++ 4 years ago
Vladimír Vondruš 6c73c1300c Trade: properly check a flag consisting of multiple bits. 4 years ago
Vladimír Vondruš 451909575c ShaderTools,Trade: no longer say we return an empty Array on error. 4 years ago
Vladimír Vondruš ee27d42a37 ShaderTools,Trade: properly test failure states of all plugin APIs. 4 years ago
Vladimír Vondruš abdbada144 Trade: AbstractImporter::openFile() and openState() had no tests?! 4 years ago
Vladimír Vondruš fdd0f94f7d Trade: properly mark also the overloads as new. 4 years ago
Vladimír Vondruš 59c163d963 Trade: we can use test verification macros in unrelated functions now. 4 years ago
Vladimír Vondruš 02f679e91c Revert "Trade: expand SceneConverterFeature to 64 bits." 4 years ago
Vladimír Vondruš 5fd40d8ea7 Trade: const+- 4 years ago
Vladimír Vondruš 0978c3ce33 Trade: cross-link importer name queries better. 4 years ago
Vladimír Vondruš 3684160db3 Trade: minor AbstractSceneConverter test improvement. 4 years ago
Vladimír Vondruš 7b2a56a5e9 Trade: test growable and non-owning deleters in all SceneConverter cases. 4 years ago
Vladimír Vondruš 5aed8e8e08 Doc++ 4 years ago
Vladimír Vondruš 736f33aaa5 Trade: add a defaulted deinlined destructor to AbstractSceneConverter. 4 years ago
Vladimír Vondruš ee983fd098 Trade: expand SceneConverterFeature to 64 bits. 4 years ago
Vladimír Vondruš 8f311ad5fd Adapt remaining code to not use deprecated Optional<Array> conversion. 4 years ago
Vladimír Vondruš 51f7862e00 ShaderTools,Trade: return Optional<Array<char>> from converter plugins. 4 years ago
Vladimír Vondruš d20f3c3656 Clearly mention that errors are printed on failures in plugin APIs docs. 4 years ago
Vladimír Vondruš e881f197e8 {distancefield,scene,image}converter: port away from std::string. 4 years ago
Vladimír Vondruš e35d320c8c Trade: don't use includes that look like HTML tags in docs. 4 years ago
Vladimír Vondruš 54394e2c2f Trade: fix deprecated build on MSVC. 4 years ago
Vladimír Vondruš 7e3012fa57 {image,scene}converter: show non-default DataFlags in --info. 4 years ago
Vladimír Vondruš 823716a475 {scene,image}converter: colored and more compact output for --info. 4 years ago
Vladimír Vondruš 7fb63a9434 *converter: join --plugin-dir with a relative search path, not absolute. 4 years ago
Vladimír Vondruš 3f13bdb25c Packed debug output for enums used by Trade. 4 years ago
Vladimír Vondruš 505ad471ad CMake: use the CMAKE_FOLDER variable instead of FOLDER property. 4 years ago
Vladimír Vondruš 3717043ae2 Trade: fix non-deprecated build on MSVC. 4 years ago
Vladimír Vondruš 3344c372d1 Trade: port AbstractImporter away from std::string. 4 years ago
Vladimír Vondruš 035af64b95 Work around clang-cl needing full definitions for extern template. 4 years ago
Vladimír Vondruš 13d04fdc38 Adapt to Corrade PluginManager changes. 4 years ago
Vladimír Vondruš a6ca65c050 imageconverter: remove one unneeded use of Utility::String. 4 years ago