891 Commits (b1454b94de41663093f174c7e03af5bf1db636a4)

Author SHA1 Message Date
Vladimír Vondruš 188c981003 Doc++ 10 months ago
Vladimír Vondruš b02cab2f32 Don't use the deprecated DefaultInit Array constructors. 11 months ago
Vladimír Vondruš be6926d781 Suppress another stupid warning happening with -std=c++17 and up. 11 months ago
Vladimír Vondruš 080fbbda88 Use arrayClear() instead of arrayResize(..., 0) now that it's available. 1 year ago
Vladimír Vondruš 02a0960d12 Convert all argument / return SFINAE into template argument SFINAE. 1 year ago
Vladimír Vondruš 820382767c Trade: recognize also NoneRoughnessMetallicTexture in hasORMTexture(). 1 year ago
Vladimír Vondruš 7a959d1edd Trade: make PbrMetallicRoughnessMaterialData definitions match decls. 1 year ago
Vladimír Vondruš ce91b6d63e Trade: clean up PbrMetallicRoughnessMaterialData packing tests. 1 year ago
Vladimír Vondruš 05b74816e4 Trade: avoid ambiguity when creating MeshAttributeData from a char view. 1 year ago
Vladimír Vondruš fba935c224 Use Path::{path,filename}() instead of split() where it makes sense. 1 year ago
Vladimír Vondruš eb9548764f Trade: make sure compressed images in tests have correct size. 1 year ago
Vladimír Vondruš 11f7710998 Trade: properly test invalid ImageData compressed/uncompressed access. 1 year ago
Vladimír Vondruš a4e85a75a1 Trade: clean up suspiciously duplicated code. 1 year ago
Vladimír Vondruš 16fd87d39a Remove the pixelFormatSizeAdl() helpers. 1 year ago
Vladimír Vondruš 5441821ce8 Test: don't compare addresses as char*. 1 year ago
Vladimír Vondruš a184db4cb6 Test: improve tests for Image* data size assertions. 1 year ago
Vladimír Vondruš bb91b46ffa Store just 8-bit pixel size in Image* classes. 1 year ago
Vladimír Vondruš 2093f7509c Test: remove unused enum from Image tests. 1 year ago
Vladimír Vondruš e9dcaf9532 Remove Doxygen workarounds from *.cpp files. 1 year ago
Vladimír Vondruš 4b0460d1d5 doc: no, pixel size isn't calculated, it's determined. 1 year ago
Vladimír Vondruš d51921ff00 Assert non-implementation-specific PixelFormat in Image* constructors. 1 year ago
Vladimír Vondruš ad309d3d0f Trade: fix moving between compressed and uncompressed ImageData. 1 year ago
Vladimír Vondruš 21b1d412f3 Trade: test moving compressed ImageData to uncompressed and vice versa. 1 year ago
Vladimír Vondruš e553cb973c Document why Image*::size() is returning a const&. 1 year ago
Vladimír Vondruš 93679c6c60 Removed templated & unsafe Image*::data() APIs deprecated in 2019.10. 1 year ago
Vladimír Vondruš 899602d3f4 Remove InputFileCallbackPolicy enum aliases deprecated in 2019.10. 1 year ago
Vladimír Vondruš 60fd42b505 Here we go again. 1 year ago
Vladimír Vondruš 8138d114b1 Trade: fix build with deprecated Corrade but not Magnum. 1 year ago
Vladimír Vondruš cc608dba42 Test: remove all use of <sstream> for Debug output testing. 1 year ago
Vladimír Vondruš df484b300a Adapt to Corrade's Utility::Debug header cleanup. 1 year ago
Vladimír Vondruš e9a54f8fec Trade: document return values of SceneData convenience getters. 1 year ago
Vladimír Vondruš 55504a2d40 Trade: redo MeshData class-level documentation to make more sense. 2 years ago
Vladimír Vondruš d50dbe4e0c Exclude namespaces from forward declaration header docs. 2 years ago
Vladimír Vondruš f91ce08591 Trade: mention upfront that all *Data are basically immutable. 2 years ago
Vladimír Vondruš eef921c238 It's October already?! 2 years ago
Vladimír Vondruš a2cb671d31 doc: a link to an anchor Doxygen doesn't know about is a warning now. 2 years ago
Vladimír Vondruš dc9897ff1e doc: fix various errors in Doxygen references. 2 years ago
Vladimír Vondruš 7a05ddbf07 doc: explicitly prefix all Corrade API references with Corrade::. 2 years ago
Vladimír Vondruš 976e60fc07 Trade: doc brainfart. 2 years ago
Vladimír Vondruš 3dd88dc058 Adapt to PluginManager changes. 2 years ago
Vladimír Vondruš 8bd42f5a3b Test: create fake pointer values from size_t, not int. 2 years ago
Vladimír Vondruš 4435877cf1 Use the new Debug::hex instead of reinterpret_cast<void*>(). 2 years ago
Vladimír Vondruš 2619dc33f1 doc: drop the redundant Magnum prefix from snippet files. 2 years ago
Vladimír Vondruš b1742b85b7 Trade: document restrictions on morph target IDs in MeshAttributeData. 2 years ago
Vladimír Vondruš c9e13a5c30 Trade: doc++ 2 years ago
Vladimír Vondruš 17f79deca8 Trade: doc++ 2 years ago
Vladimír Vondruš 1d2796baed CMake: avoid installed Magnum headers being picked over local ones. 3 years ago
Vladimír Vondruš 4197f9379d Doc++ 3 years ago
Vladimír Vondruš 0e9c72a71a DebugTools,Trade: adapt to Corrade's Utility::String changes. 3 years ago
Vladimír Vondruš 93990413a7 Clean up unnecessary usage of std::string and Utility::String. 3 years ago