210 Commits (c3addad07a138a87dcbd465fc3a6752cb7399de4)

Author SHA1 Message Date
Vladimír Vondruš c3addad07a Adapt to Corrade::Containers Array[View] API deprecation. 1 month ago
Vladimír Vondruš fdfe327f9a Put single-statement branch contents on the following line. 2 months ago
Vladimír Vondruš dacf37f237 ObjImporter: rewrite without STL strings, iostreams and exceptions. 2 months ago
Vladimír Vondruš 0a3aef7f84 SceneTools: adapt expected test output to plugin changes. 2 months ago
Vladimír Vondruš ea060cd9d6 Update copyright year. 7 months ago
Vladimír Vondruš 2ea43a8c5e Adapt to moving CORRADE_DEPRECATED*() macros to a dedicated header. 7 months ago
Vladimír Vondruš b02cab2f32 Don't use the deprecated DefaultInit Array constructors. 1 year ago
Vladimír Vondruš 602ed1687d Fix color literal bugs discovered by the new implementation. 1 year ago
Vladimír Vondruš 0ee9c0b8e6 Prefer member slicing instead of arrayCast() in various other places. 1 year ago
Vladimír Vondruš 2775f4f105 SceneTools: doc++ 1 year ago
Andy Maloney f1bf44f9f4 SceneTools: bad doc copypaste. 1 year ago
Vladimír Vondruš fba935c224 Use Path::{path,filename}() instead of split() where it makes sense. 2 years ago
Vladimír Vondruš 60fd42b505 Here we go again. 2 years ago
Vladimír Vondruš cc608dba42 Test: remove all use of <sstream> for Debug output testing. 2 years ago
Vladimír Vondruš 704de3d1d2 SceneTools: doc++ 2 years ago
Vladimír Vondruš ccf9580c33 {Mesh,Scene}Tools: add r-value filter{Attributes,Fields}() overloads. 2 years ago
Vladimír Vondruš a0667439df SceneTools: add reference() and mutableReference() helpers. 2 years ago
Vladimír Vondruš 389c09b395 SceneTools: fix badly copypasted argument name. 2 years ago
Vladimír Vondruš eef921c238 It's October already?! 2 years ago
Vladimír Vondruš 7a05ddbf07 doc: explicitly prefix all Corrade API references with Corrade::. 2 years ago
Vladimír Vondruš 4c65e22acc SceneTools: improve test robustness for when the plugin ABI breaks. 2 years ago
Vladimír Vondruš 4f7b57ffd6 Work around last five remaining MSVC warnings. 2 years ago
Vladimír Vondruš 8e8126e2b6 SceneTools: adapt test to improvements to Pair debug output. 2 years ago
Vladimír Vondruš 8bd42f5a3b Test: create fake pointer values from size_t, not int. 2 years ago
Vladimír Vondruš 81855a1764 SceneTools: fix some variable shadowing warnings. 2 years ago
Vladimír Vondruš 2619dc33f1 doc: drop the redundant Magnum prefix from snippet files. 2 years ago
Vladimír Vondruš 79b100b462 SceneTools: remove unused test case declaration. 3 years ago
Vladimír Vondruš 98581c86c8 MaterialTools: fix silly typos in enum values. 3 years ago
Vladimír Vondruš b91b0b24cd sceneconverter: add --remove-duplicate-materials. 3 years ago
Vladimír Vondruš 368cbf1676 sceneconverter: doc++, TODO++. 3 years ago
Vladimír Vondruš 101799acb7 sceneconverter: use colored string comparison in the test. 3 years ago
Vladimír Vondruš e0c3bda762 SceneTools: new set of tools for remapping index fields. 3 years ago
Vladimír Vondruš 0edec05963 SceneTools: properly describe plugin dependencies of a test. 3 years ago
Vladimír Vondruš 1a268adfb7 SceneTools: adapt test to Containers::Pair having different Debug output. 3 years ago
Vladimír Vondruš bab1559852 Consistently use "out of range" instead of "out of bounds". 3 years ago
Vladimír Vondruš 5d1369f570 Use Utility::move() and swap() instead of STL almost everywhere. 3 years ago
Vladimír Vondruš 7286faf329 *converter: make these buildable on platforms w/o dynamic plugins. 3 years ago
Vladimír Vondruš e677dc12d5 sceneconverter: adapt tests to DDS, KTX and glTF plugin changes. 3 years ago
Vladimír Vondruš 0607c476f7 sceneconverter: show morph target ID in --info output, if present. 3 years ago
Vladimír Vondruš 81b237ba14 sceneconverter: silly typo in a test. 3 years ago
Vladimír Vondruš e0a1f435d7 SceneTools: minor. 3 years ago
Vladimír Vondruš f50c88b392 {Material,Mesh,SceneTools}: use Utility::copyMasked() in filter*(). 3 years ago
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš 25441e7468 *converter: support adding new option keys by prefixing them with +. 3 years ago
Vladimír Vondruš 05f42fb446 sceneconverter: adapt test to GltfSceneConverter changes. 3 years ago
Vladimír Vondruš 39054f1b64 sceneconverter: add --object-hierarchy. 3 years ago
Vladimír Vondruš bc5d127bd6 sceneconverter: don't query Arguments value unnecessarily often. 3 years ago
Vladimír Vondruš 6d1c7d7a28 SceneTools: add copy(). 3 years ago
Vladimír Vondruš b34468146d Trade: SceneFieldData::size() should be a std::size_t, not UnsignedLong. 3 years ago
Vladimír Vondruš 47a6bf0185 MeshTools: deprecate owned() in favor of copy(). 3 years ago