380 Commits (3344c372d17679b16ba30bd977e738cf8b656eb4)

Author SHA1 Message Date
Vladimír Vondruš 3344c372d1 Trade: port AbstractImporter away from std::string. 4 years ago
Vladimír Vondruš 13d04fdc38 Adapt to Corrade PluginManager changes. 4 years ago
Vladimír Vondruš f1d0d750bb WavAudioImporter: don't use std::copy() just because <string> pulled it in. 4 years ago
Vladimír Vondruš b0bfcbe00e Adapt to Corrade changes. 4 years ago
Vladimír Vondruš 3fc9028b54 Any*{Importer,Converter}: use string view APIs for extension matching. 4 years ago
Vladimír Vondruš 3e2bbb6ad0 ShaderTools: port to the new Utility::Path, including plugins, 4 years ago
Vladimír Vondruš ac75f0b67a Audio: port to the new Utility::Path, including the plugins. 4 years ago
Vladimír Vondruš 05c0a01b94 Text: port to new Utility::Path, including plugins. 4 years ago
Vladimír Vondruš f9ae3166a9 Trade: port plugin tests to the new Utility::Path. 4 years ago
Vladimír Vondruš 8057051d9a Document what each #include <algorithm> is for. 4 years ago
Vladimír Vondruš 44db05a13c Don't call Utility::Directory::rm() unconditionally in tests. 4 years ago
Vladimír Vondruš 3b2ad338e2 Port from Utility::formatString() to Utility::format() where possible. 4 years ago
Vladimír Vondruš 7a462590ab Any{Scene,Image}Importer: propagate file callbacks as well. 4 years ago
Vladimír Vondruš 6cbc37ecda AnyImageImporter: don't abuse file callbacks to test data opening. 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš 578baf3168 Any{Image,Scene}{Importer,Converter}: improve plugin checks in tests. 4 years ago
Vladimír Vondruš 4d14d91d5d AnyImageConverter: Basis now supports also 3D (2D array) image export. 4 years ago
Vladimír Vondruš 150435ee62 CMake: prefer -pthread over -lpthread. 4 years ago
Vladimír Vondruš 6ba8695668 AnyImageConverter: whoops, again didn't test the correct path here. 4 years ago
Vladimír Vondruš 9fbc637f76 AnyImageConverter: recognize KTX2 for basically all image types. 4 years ago
Vladimír Vondruš fe8681d53a AnyImageConverter: minor cleanup in the test. 4 years ago
Vladimír Vondruš 8d03168918 AnyImageConverter: BasisImageConverter now has multi-level export also. 4 years ago
Vladimír Vondruš 1f33071b3c AnyImageConverter: support KTX2 also in 3D and 2D/3D levels code paths. 4 years ago
Vladimír Vondruš d2e3d6d82f AnyImageConverter: why would I want them, anyway. 4 years ago
Vladimír Vondruš 208da2bc0d AnyImageConverter: whoops, accidentally not testing anything here. 4 years ago
Vladimír Vondruš 4418bec270 Trade: bump AbstractImporter interface version. 4 years ago
Vladimír Vondruš b9cb395d75 AnySceneImporter: adapt to SceneData redesign. 4 years ago
Vladimír Vondruš 27044a4fef Trade: ability to open non-temporary memory. 5 years ago
Vladimír Vondruš e871cabfa6 Adapt plugins to the AbstractImporter interface change. 5 years ago
Vladimír Vondruš b7335e9264 ObjImporter: test double opening and double import. 5 years ago
Vladimír Vondruš d1c91b105c TgaImporter: minor verbosity cleanup in the test. 5 years ago
Vladimír Vondruš d91203df2f TgaImporter: wait, what the hell, why this ancient cursed code? 5 years ago
Vladimír Vondruš cad1f68eba doc: mention new KTX and glTF plugins. 5 years ago
Vladimír Vondruš f989630a09 AnyImageImporter: test 3D image loading code path. 5 years ago
Vladimír Vondruš 3e8627e688 AnyImageImporter: test detection of Basis file data as well. 5 years ago
Vladimír Vondruš a130f26797 AnyImageConverter: add conversion of 3D and multi-level 2D/3D images. 5 years ago
Vladimír Vondruš a3faf8e7e1 AnyImageConverter: minor cleanup in a test. 5 years ago
Vladimír Vondruš 8ec056bcc9 AnyImageConverter: there's no point in having this test instanced. 5 years ago
Vladimír Vondruš 3265f428fb AnyImageConverter: uppercase variables? nooo 5 years ago
Vladimír Vondruš eea9d32959 Trade: tighten AbstractImageConverter input requirements. 5 years ago
Vladimír Vondruš df0b085cdc AnyImageImporter: doc++ 5 years ago
Vladimír Vondruš f96adfdc37 Doc++, updated changelog. 5 years ago
Vladimír Vondruš b25ab9d809 AnyImageConverter: recognize KTX2 files. 5 years ago
Pablo Escobar 6e2ff2b707 AnyImageImporter: detect KTX2 5 years ago
Vladimír Vondruš 11268c651b AnyImageConveter: prepare for multi-level image conversion. 5 years ago
Vladimír Vondruš 008583d2b2 Trade: support specifying mip levels in AbstractImageConverter. 5 years ago
Vladimír Vondruš f85333e40f AnyImageConverter: test Basis detection. 5 years ago
Vladimír Vondruš 876976bf33 AnyImageConverter: prepare for 1D and 3D images as well. 5 years ago
Vladimír Vondruš c30bfa76ab AnyImageImporter: proxy 1D and 3D images as well. 5 years ago
Vladimír Vondruš 2479b34165 AnySceneConverter: forgot to say this is since 2020.06, huh. 5 years ago