287 Commits (d4f4f845d99dcb33f913b7a2bafe505ea5da4489)

Author SHA1 Message Date
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
Vladimír Vondruš 8c837be26f TgaImageConverter: same. 6 years ago
Vladimír Vondruš 0388364128 TgaImporter: STL algorithms only make you write longer and slower code. 6 years ago
Vladimír Vondruš c56ccddd61 TgaImporter: add a comment for future me. 6 years ago
Vladimír Vondruš ab86b4c581 AnySceneImporter: adapt to AbstractImporter changes. 6 years ago
Vladimír Vondruš f782caaf52 ObjImporter: port the test away from MeshData3D. 6 years ago
Vladimír Vondruš 4269c1303b ObjImporter: port away from MeshDataXD. 6 years ago
Vladimír Vondruš 92a9940628 AnyImageImporter: make the plugin movable. 6 years ago
Vladimír Vondruš dfacd7fb2d Trade: support mip levels in image import. 6 years ago
Vladimír Vondruš 6e04d0d4c6 CMake: add an explicit dependency between plugins and their tests. 6 years ago
Vladimír Vondruš 19dd7a0176 Move Feature[s] enums from inside plugin classes outside. 6 years ago
Vladimír Vondruš 16f845e4fb WavAudioImporter: fix the tests to work on any endian and char signs. 6 years ago
Vladimír Vondruš 7cfa1709ef WavAudioImporter: FFS GCC. 6 years ago
Vladimír Vondruš 2ff5d32156 WavAudioImporter: make it work on Big-Endian platforms, support RIFX. 6 years ago
Vladimír Vondruš 0fed65a3e5 WavAudioImporter: fix a comment. 6 years ago
Vladimír Vondruš c1f43709fd doc: sweeping update of CMake usage instructions. 6 years ago
Vladimír Vondruš a50e249b63 MagnumFontConverter: fix static build. 6 years ago
Vladimír Vondruš 98232f383a Reduce string duplication in enum debug output operators. 7 years ago
Vladimír Vondruš abf9d9aa50 plugins: modify binary output location only if all variables are set. 7 years ago
Vladimír Vondruš 3a243a04b2 CMake: put all binaries into a dedicated location in the build dir. 7 years ago
Vladimír Vondruš ef725cdbcf Adapt to changes to executable symbol defaults in CMake 3.4. 7 years ago
Vladimír Vondruš a018521a8c CMake: simplify plugin test setup. 7 years ago
Vladimír Vondruš 64e365eeee AnyImageImporter: Basis file signature is just the two bytes. 7 years ago
Squareys b4ca71ef9b AnyImageConverter: Delegate .basis files to BasisImageConverter 7 years ago
Squareys a1c2c9c6b3 AnyImageImporter: Delegate .basis files to BasisImporter 7 years ago
Vladimír Vondruš b0531c4cc1 WavAudioImporter: MSVC WHAT THE HELL. 7 years ago
Vladimír Vondruš acc8d8994b Math: added scatter(), renamed swizzle() to gather(). 7 years ago
Vladimír Vondruš de0c370b5c MagnumFont{,Converter}: properly link to all dependencies. 7 years ago
Vladimír Vondruš 48c904cd86 MagnumFont: and this is a direct consequence of not including ES headers. 7 years ago
Vladimír Vondruš 93789721b2 De-inline Image headers, remove dependency on ImageView. 7 years ago
Vladimír Vondruš 035642748f TgaImporter: properly handle files with too short data. 7 years ago
Vladimír Vondruš 5bb6878df5 WavAudioImporter: what's with all those empty return statements. 7 years ago