10417 Commits (07ffe71cecc5232261389746bab63a3d3ff2d329)
 

Author SHA1 Message Date
Vladimír Vondruš 07ffe71cec AnySceneConverter: uhh why these were all exported?! 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š 73f5f0b8b0 Document how *Flag::Quiet and *Flag::Verbose is used by plugins. 3 years ago
Vladimír Vondruš 65e15f238e Math: improve Vector::flipped() docs. 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
Vladimír Vondruš 17ab578443 Add a pixelFormat(PixelFormat, UnsignedInt, bool) helper. 3 years ago
Vladimír Vondruš b9412c42d3 TgaImporter: consistently use "gray" instead of "grey" everywhere. 3 years ago
Vladimír Vondruš 54d6348301 Add isPixelFormat{Normalized,Integer,FloatingPoint}() helpers. 3 years ago
Vladimír Vondruš 332bcb62fa It makes no sense to call isPixelFormatSrgb() on a depth/stencil format. 3 years ago
Vladimír Vondruš 6afbb4afd2 Improve vertex format related docs. 3 years ago
John Turner e851b21e28 Trade: fix documentation copy-paste error. 3 years ago
Vladimír Vondruš fee1d23445 Math: expand silly warning suppression in a test to GCC 13. 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š f43fa6ff95 Math: add APIs for quaternion reflection. 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š 8782d57ba6 GL: fix "firefox-fake-disjoint-timer-query-webgl2" detection. 3 years ago
Vladimír Vondruš c1239b6619 Shaders: add PhongGL::Flag::DoubleSided. 3 years ago
Vladimír Vondruš 657725c4c0 Trade: fix & improve SceneData checks for matching field mapping. 3 years ago
Vladimír Vondruš 25b2840b15 SceneTools: same-type Math::castInto() exists now, use it. 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
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š f74e3b5f4e Tga{Importer,ImageConverter}: respect Flag::Quiet. 3 years ago
Vladimír Vondruš 6e187518b0 Any*{Importer,Converter}: respect Flag::Quiet in config propagation. 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š 3710c179fe package/ci: adapt to arbitrary unnecessary Codecov breakages. 3 years ago
Vladimír Vondruš e835432629 Platform: fix Sdl2Application::setWindowIcon() on SDL 2.23+. 3 years ago
Vladimír Vondruš 0b66b85c20 Primitives: mark primitive data as global where appropriate. 3 years ago
Vladimír Vondruš 3803ad8687 Trade: add DataFlag::Global. 3 years ago
Vladimír Vondruš 6c2ea21d31 distancefieldconverter: make it work on GLES 3+. 3 years ago
Vladimír Vondruš 5f55f9e756 TextureTools: add a DistanceField overload taking a framebuffer. 3 years ago
Vladimír Vondruš d39572a089 Shaders: build Line.cpp on GLES2 as well. 3 years ago
Vladimír Vondruš 26e209ebb1 MeshTools: the assert is saying what?! 3 years ago
Vladimír Vondruš ad8aca370c MeshTools: make generateLines() public. 3 years ago
Vladimír Vondruš 97d283a75d SceneTools: consistently use the term "mapping" instead of "objects". 3 years ago
Vladimír Vondruš deec214ad9 Use the new EnumSet-from-underlying-type constructor for less confusion. 3 years ago
Vladimír Vondruš d06ac097c1 MeshTools: unify naming of MeshData arguments. 3 years ago