107 Commits (b85f0c8dfeef12c209bfb2dfc4efd1d79cdd1c9e)

Author SHA1 Message Date
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š 60fd42b505 Here we go again. 1 year ago
Vladimír Vondruš cc608dba42 Test: remove all use of <sstream> for Debug output testing. 1 year 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š eef921c238 It's October already?! 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š 79b100b462 SceneTools: remove unused test case declaration. 2 years ago
Vladimír Vondruš 98581c86c8 MaterialTools: fix silly typos in enum values. 2 years ago
Vladimír Vondruš b91b0b24cd sceneconverter: add --remove-duplicate-materials. 2 years ago
Vladimír Vondruš 101799acb7 sceneconverter: use colored string comparison in the test. 2 years ago
Vladimír Vondruš e0c3bda762 SceneTools: new set of tools for remapping index fields. 2 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š 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š bbb54a9df8 It's 2023 already! 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š 6d1c7d7a28 SceneTools: add copy(). 3 years ago
Vladimír Vondruš d4583adbef SceneTools: preserve field flags in filterFieldEntries(). 3 years ago
Vladimír Vondruš 68ec362b37 SceneTools: add childrenDepthFirst(). 3 years ago
Vladimír Vondruš 085ae0ee8d SceneTools: add filterObjects(). 3 years ago
Vladimír Vondruš c32bf7e74c SceneTools: add filterFieldEntries(). 3 years ago
Vladimír Vondruš e7d1e31f46 SceneTools: orderClusterParents() -> parentsBreadthFirst(). 3 years ago
Vladimír Vondruš 4a92ccfadd SceneTools: flattenTransformHierarchy*D() -> absoluteFieldTransform*D(). 3 years ago
Vladimír Vondruš 1e813908ec SceneTools: add filterFields(), filter{Only,Except}Fields(). 3 years ago
Vladimír Vondruš 67831511cf SceneTools: handle enforced shared mapping in combineFields(). 3 years ago
Vladimír Vondruš 7cfd41982c SceneTools: make the combineFields() assertion test work on ARM64. 3 years ago
Vladimír Vondruš 25b4bae09b SceneTools: support strings in combineFields(). 3 years ago
Vladimír Vondruš f41b1f4fae SceneTools: support SceneFieldType::Bit in combineFields(). 3 years ago
Vladimír Vondruš ba892c0ca7 SceneTools: tighten up & publish combineFields(). 3 years ago
Vladimír Vondruš a99c5bd4e1 SceneTools: minor cleanup in the tests. 3 years ago
Vladimír Vondruš c5d2472a03 sceneconverter: add a --set option for setting arbitrary plugin config. 3 years ago
Vladimír Vondruš 13d0b0b1c7 sceneconverter: add a --prefer option for plugin overrides. 3 years ago
Vladimír Vondruš 12c58babe2 sceneconverter: add --passthrough-on-*-converter-failure. 3 years ago
Vladimír Vondruš f480426124 SceneTools: doc++ 3 years ago
Vladimír Vondruš eabba4f155 Trade,SceneTools: use lowercase in custom field / attribute name tests. 3 years ago
Vladimír Vondruš 509bad3462 Trade: don't unwrap custom attribute/field names when passing to do*(). 3 years ago
Vladimír Vondruš 89e77a42db Trade: deprecate LightData::Type in favor of LightType. 3 years ago
Vladimír Vondruš 1634ca8458 SceneTools: test non-contiguous mapping views in combine(). 3 years ago
Vladimír Vondruš 440f1b2ee6 SceneTools: consistently use "mapping" instead of "objects" in tests too. 3 years ago
Vladimír Vondruš 1436dcbab5 sceneconverter: typos in the test. 3 years ago