460 Commits (5ef38ea2335bfffe79bdfbf26e51cc0bd76699d0)

Author SHA1 Message Date
Vladimír Vondruš 67be997af5 AnySceneImporter: add a TODO for recognizing `*.mtl`. 3 years ago
Vladimír Vondruš 5306542876 TgaImageConverter: add a TODO. 3 years ago
Vladimír Vondruš af3e364b35 AnyImageConverter: adapt test to TgaImageConverter changes. 3 years ago
Vladimír Vondruš 8fd6d9e8af TgaImageConverter: use RLE only if uncompressed output isn't smaller. 3 years ago
Vladimír Vondruš 52c918bcb4 TgaImageConverter: test the verbose message before a SKIP(). 3 years ago
Vladimír Vondruš 5796b597f3 TgaImageConverter: implement RLE encoding. 3 years ago
Vladimír Vondruš 35c02023a0 TgaImageConverter: properly test also the single-channel case. 3 years ago
Vladimír Vondruš cdb33c8723 TgaImageConverter: put test data closer to the actual test case. 3 years ago
Vladimír Vondruš ae88ea44cf TgaImageConverter: move verbose output to the pixel format switch. 3 years ago
Vladimír Vondruš 9903e23af9 TgaImageConverter: don't zero-init all output for no reason. 3 years ago
Vladimír Vondruš 0db8e6c4a3 TgaImporter: simplify RLE detection. 3 years ago
Hugo Amiard d3c690b865 Properly include Macros.h for CORRADE_AUTOMATIC_INITIALIZER(). 3 years ago
Vladimír Vondruš 41f10b76ad Highlight plugin *.conf files as INI in Kate & friends. 3 years ago
Vladimír Vondruš 9f5ed7b2ac Adapt to Corrade changes re static plugins. 3 years ago
Vladimír Vondruš 2510a88b8f doc: don't link to deprecated APIs, again. 3 years ago
Vladimír Vondruš 64f5c1bff0 CMake: exclude test dirs from ALL with CORRADE_TESTSUITE_TEST_TARGET. 4 years ago
Vladimír Vondruš 37eec44dfe TgaImporter: fix a copypaste error in a test comment. 4 years ago
Vladimír Vondruš b5d1b6b443 TgaImporter: print a warning for files that are too long. 4 years ago
Vladimír Vondruš 95fbae2483 TgaImporter: recognize and skip TGA 2 file footer. 4 years ago
Vladimír Vondruš 7b15a64747 TgaImporter: no need for such a verbose error returns. 4 years ago
Vladimír Vondruš cf24c0140d TgaImporter: unify the error test cases. 4 years ago
Vladimír Vondruš acc23724c1 TgaImporter: use a better error message for RLE decoding failures. 4 years ago
Vladimír Vondruš 2fbdd85671 Adapt to Corrade changes. 4 years ago
Vladimír Vondruš 8616927a75 Don't take an Iterable by value. 4 years ago
Vladimír Vondruš 7711ed7dfe Don't warn about plugin options added to empty subgroups. 4 years ago
Vladimír Vondruš edbc0e106c AnyShaderConverter: fix a broken glslang test case. 4 years ago
Vladimír Vondruš 3ecd91c0df Add a Kate setting to wrap plugin conf files to 78 columns. 4 years ago
Vladimír Vondruš 723c747df4 Make plugin *.conf filenames follow the C++ source filenames. 4 years ago
Vladimír Vondruš 8d4d854d9c MagnumFont: peroperly link the TgaImporter dependency on static build. 4 years ago
Vladimír Vondruš 213e80426d AnySceneConverter: recognize glTF files. 4 years ago
Vladimír Vondruš ffba3e2643 AnySceneImporter: explicitly verify delegating *.glb files as well. 4 years ago
Vladimír Vondruš 569ae5a195 AnyImageImporter: fall back to BasisImporter if KtxImporter isn't found. 4 years ago
Vladimír Vondruš 54d0b999b1 Trade: un-combinatorially-explode ImageConverterFeatures. 4 years ago
Vladimír Vondruš c29c5d67f7 TgaImageConverter: fix a non-deprecated build. 4 years ago
Vladimír Vondruš 278431dd8f AnyImageConverter: bump plugin interface. 4 years ago
Vladimír Vondruš f5f96513b5 TgaImageConverter: expose file extension and MIME type interfaces. 4 years ago
Vladimír Vondruš 5795c1505b Tga{Importer,ImageConverter}: minor cleanup. 4 years ago
Vladimír Vondruš 89763380e1 AnySceneConverter: support whole scene conversion. 4 years ago
Vladimír Vondruš a5298a2c08 Any*Converter: clean up unused Corrade/Containers/StringStl.h includes. 4 years ago
Vladimír Vondruš 11cc18486b Any*{Converter,Importer}: clean up ancient log redirection in tests. 4 years ago
Vladimír Vondruš 424d666bab Any*{Importer,Converter}: no, raw string literals make no sense here. 4 years ago
Vladimír Vondruš 150d045275 Trade: full scene conversion support in AbstractSceneConverter. 4 years ago
Vladimír Vondruš 0588c1eefe AnyImageConverter: adapt test to changes in OpenExrImageConverter. 4 years ago
Vladimír Vondruš ba111be893 ObjImporter: unneeded include. 4 years ago
Vladimír Vondruš 6439cfac10 ObjImporter: test also when the first entry in the file is an index. 4 years ago
Vladimír Vondruš d3e16d8435 ObjImporter: test all cases of invalid mixed primitives. 4 years ago
Vladimír Vondruš 79aa6f3546 ObjImporter: test also normal index out of range. 4 years ago
Vladimír Vondruš 1226c9506b ObjImporter: use human readable names for invalid meshes. 4 years ago
Vladimír Vondruš a1095262b4 ObjImporter: clean up and deduplicate the tests. 4 years ago
Vladimír Vondruš 06b5bae5c8 CMake: drop notes about old CMake on old Xcode Travis images. 4 years ago