891 Commits (b1454b94de41663093f174c7e03af5bf1db636a4)

Author SHA1 Message Date
Vladimír Vondruš bab1559852 Consistently use "out of range" instead of "out of bounds". 3 years ago
Vladimír Vondruš 0150a5fcfd Math,Trade: prevent collision with near/far defines in windows.h. 3 years ago
Vladimír Vondruš 5d1369f570 Use Utility::move() and swap() instead of STL almost everywhere. 3 years ago
Vladimír Vondruš 322bb4e5aa Test: increase stack size for some tests on Emscripten 3.1.27+. 3 years ago
Vladimír Vondruš 7286faf329 *converter: make these buildable on platforms w/o dynamic plugins. 3 years ago
Vladimír Vondruš ebf1c7a9a5 Trade: doc++ 3 years ago
Vladimír Vondruš f84c3679c3 Trade: support morph targets in MeshData. 3 years ago
Vladimír Vondruš 75265d79a7 Trade: update MeshData test to the usual workflow. 3 years ago
Vladimír Vondruš 85906f55b2 Trade: match test case declaration order with definitons. 3 years ago
Vladimír Vondruš 1d9190a3c6 Trade: minor cleanup in a test. 3 years ago
Vladimír Vondruš 414e80bbe2 Trade: avoid double lookup in template MeshData and SceneData accessors. 3 years ago
Vladimír Vondruš 5beefc3b1c Trade: use a colored diff comparison for large strings. 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š 7aec058ba4 Trade: add SceneFieldFlag::MultiEntry. 3 years ago
Vladimír Vondruš 1c32aed1ef Trade: minor. 3 years ago
Vladimír Vondruš 19d9c5bedd Trade: check that the importer is opened in addSupportedImporterContents(). 3 years ago
Vladimír Vondruš 9cd03baab3 Trade: allow calling setMeshAttributeName() on single-mesh converters. 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
Vladimír Vondruš 67831511cf SceneTools: handle enforced shared mapping in combineFields(). 3 years ago
Vladimír Vondruš bdc28190e0 Trade: extract checks for shared scene field mapping. 3 years ago
Vladimír Vondruš cc0db3dd08 Trade: assertions for string data being too far apart on 64 bits. 3 years ago
Vladimír Vondruš 6ef3842d7c Trade: use debug asserts given they're tested as debug asserts. 3 years ago
Vladimír Vondruš 3a8bf6b82e Trade: minor cleanup in SceneData internals. 3 years ago
Vladimír Vondruš ba892c0ca7 SceneTools: tighten up & publish combineFields(). 3 years ago
Vladimír Vondruš 2bba1834a0 Trade: ability to specify custom animation target names on conversion. 3 years ago
Vladimír Vondruš 8764e25caa 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š b7de0916ab Trade: make SceneData::releaseData() and releaseFieldData() independent. 3 years ago
Vladimír Vondruš 89e77a42db Trade: deprecate LightData::Type in favor of LightType. 3 years ago
Vladimír Vondruš 041b1aa654 Trade: improve MeshData, SceneData and MaterialData population docs. 3 years ago
Vladimír Vondruš f14d4053da Trade: clarify also offset-only SceneFieldData usage. 3 years ago
Vladimír Vondruš 2c27831b0a MeshTools,Trade: clarify why offset-only attributes can't be used. 3 years ago
Vladimír Vondruš fe0a46abad Improve docs of image classes. 3 years ago
John Turner e851b21e28 Trade: fix documentation copy-paste error. 3 years ago
Vladimír Vondruš bc1859f653 Trade: add animationTrackType{Size,Alignment}(). 3 years ago
Vladimír Vondruš ca4c8f4522 Trade: minor code motion. 3 years ago
Vladimír Vondruš 3e8d393b86 Fix build with CORRADE_STANDARD_ASSERT. 3 years ago
Vladimír Vondruš be9a3c247d Math: change all assertions to debug-only. 3 years ago
Vladimír Vondruš 657725c4c0 Trade: fix & improve SceneData checks for matching field mapping. 3 years ago
Vladimír Vondruš e308c838df imageconverter: remove redundant ifdef from a test. 3 years ago
Vladimír Vondruš 2d1f71d80b {image,scene}converter: use shorter Array construction in --info tests. 3 years ago
Vladimír Vondruš ad6b9a4061 Trade: add *{Importer,Converter}Flag::Quiet. 3 years ago
Vladimír Vondruš 864774bdbf Trade: doc++ 3 years ago
Vladimír Vondruš 3803ad8687 Trade: add DataFlag::Global. 3 years ago
Vladimír Vondruš 9c0dd1435f Doc++ 3 years ago
Vladimír Vondruš 12fc59bf19 Add macros with plugin interface strings for easier updates. 3 years ago
Vladimír Vondruš 3335a05aa6 Trade: work around a GCC 4.8 crash in the test. 3 years ago