7697 Commits (e08efa62a1305ec7d69bee1c7b4ed99bbd8144a5)

Author SHA1 Message Date
Vladimír Vondruš e08efa62a1 Trade: disallow empty MaterialAttributeData names. 4 years ago
Vladimír Vondruš 1c27ee587b GL: fix Mesa detection on AMD cards. 4 years ago
Vladimír Vondruš fb51f25a7b Math: workaround rounding errors in assert tests in latest GCC (glibc?). 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š 62c3b57fa0 imageconverter: add a --map option. 4 years ago
Vladimír Vondruš c54b500a20 {image,scene}converter: wow, C++, what the hell? 4 years ago
Vladimír Vondruš 08d4b322f8 imageconverter: make -Iraw:<format> --info output consistent. 4 years ago
Vladimír Vondruš 2303c7a341 imageconverter: add a --profile option. 4 years ago
Vladimír Vondruš 5d558e7bed imageconverter: deduplicate file opening code paths. 4 years ago
Vladimír Vondruš 35edcda5e0 sceneconverter: print also image reference count. 4 years ago
Vladimír Vondruš f10d74041b sceneconverter: rethink how reference count is calculated. 4 years ago
Vladimír Vondruš ee3c4fe837 sceneconverter: clarify what reference count in --info-textures means. 4 years ago
Vladimír Vondruš 60c3df3d70 sceneconverter: accidentally inverted condition in --info-images. 4 years ago
Vladimír Vondruš 8b6f8bd75c Trade: improve SceneFieldData assertion message to be more helpful. 4 years ago
Vladimír Vondruš 9a97c51262 Add a "placeholder" MeshPrimitive::Meshlets. 4 years ago
Vladimír Vondruš 5e2d71578c Trade: doc++ 4 years ago
Vladimír Vondruš 4418bec270 Trade: bump AbstractImporter interface version. 4 years ago
Vladimír Vondruš b6200d0d93 Trade: correctly copy skins alongside duplicated multi-mesh objects. 4 years ago
Vladimír Vondruš 7dc2dea45b Trade: make AnimationData object reference 64-bit. 4 years ago
Vladimír Vondruš dd9f4747b7 Trade: use 64-bit values in object-oriented SceneData APIs. 4 years ago
Vladimír Vondruš 43c70d8c22 sceneconverter: print scene field flags in --info, if present. 4 years ago
Vladimír Vondruš 78b71e1859 Trade: preserve field flags in the scene combining tools. 4 years ago
Vladimír Vondruš 3f38ab1952 Trade: flags for annotating SceneData field object mappings. 4 years ago
Vladimír Vondruš 1fbb87e732 Trade: high-level documentation for SceneData. 4 years ago
Vladimír Vondruš 5df37d2934 Trade: rename SceneData "objects" to "mapping". 4 years ago
Vladimír Vondruš 19c055d650 Trade: remove the useless indirection from SceneField::Parent. 4 years ago
Vladimír Vondruš efd3b9cadb Trade: SceneData::*AsArray() and *Into() now return object IDs as well. 4 years ago
Vladimír Vondruš 2b409ee0ba Trade: drop assertions for 64-bit object/parent values from SceneData. 4 years ago
Vladimír Vondruš 98e023b0b5 Trade: GCC 4.8, hello! 4 years ago
Vladimír Vondruš e0893f87ac Trade: another case for the deprecated path not being 100% compatible. 4 years ago
Vladimír Vondruš 6fe0dd1078 Trade: report at least some *D object count if everything fails. 4 years ago
Vladimír Vondruš 605d72c86c Trade: fix SceneData object view retrieval & test it more thoroughly. 4 years ago
Vladimír Vondruš 0366919199 Trade: test SceneData::{parentFor,childrenFor}() with trivial parents. 4 years ago
Vladimír Vondruš e056ad3c99 Trade: allow SceneField::Transformation to be a 3x2 or a 4x3 matrix. 4 years ago
Vladimír Vondruš 4adabf9c1f Trade: warn in deprecated SceneData::children*D() if there's no parent. 4 years ago
Vladimír Vondruš 8ef35d42bb Trade: the compatibility default for transformless scenes should be TRS. 4 years ago
Vladimír Vondruš cb3070f096 Trade: ensure newly added object IDs don't overlap each other. 4 years ago
Vladimír Vondruš 640fe8fea2 Trade: process SceneData to single-function-objects for backwards compat. 4 years ago
Vladimír Vondruš 9cdc5f0e5a Trade: internal tool for making SceneData with single-function objects. 4 years ago
Vladimír Vondruš 54042dacd0 Trade: this doesn't need to be exported. 4 years ago
Vladimír Vondruš 6e1bb5f838 Trade: add public SceneData APIs for finding fields and objects. 4 years ago
Vladimír Vondruš b192c4c3a3 Trade: internal tool for creating SceneData out of loose views. 4 years ago
Vladimír Vondruš 26d2f3e9ab sceneconverter: print contents of the new SceneData. 4 years ago
Vladimír Vondruš b9cb395d75 AnySceneImporter: adapt to SceneData redesign. 4 years ago
Vladimír Vondruš 4602248cd0 Trade: ensure the deprecated SceneData constructor uses default deleters. 4 years ago