47 Commits (070c5ba7062febed095fb8e7e7d52551252c8762)

Author SHA1 Message Date
Vladimír Vondruš 85de3109a9 Adapted to Corrade changes. 14 years ago
Vladimír Vondruš 3744d247d2 Adapted to Corrade changes. 14 years ago
Vladimír Vondruš b30d1d96c5 Moved Set utility class to Corrade, since it's now C++11 enabled. 14 years ago
Vladimír Vondruš db8cb9119b Treat Corrade as real, not some internal dependency in #includes. 14 years ago
Vladimír Vondruš 45d1cb1225 Anonymized unused function parameters. 14 years ago
Vladimír Vondruš 6bd43a9f95 Modularization of building and installation process. 14 years ago
Vladimír Vondruš 1720a67984 Trade::ObjectData: support for empty instances. 14 years ago
Vladimír Vondruš 43fbbb91fa Bumped version of AbstractImporter interface due to recent changes. 14 years ago
Vladimír Vondruš 28b28d66f1 AbstractImporter: Added functions for matching IDs and names. 14 years ago
Vladimír Vondruš 95e65ac830 AbstractImporter: strongly-typed Feature enum. 14 years ago
Vladimír Vondruš d5d0e49536 Trade: using signed/unsigned int instead of size_t for IDs. 14 years ago
Vladimír Vondruš 04793390e1 Added constexpr to inline const functions where possible. 14 years ago
Vladimír Vondruš ff5ce74c61 Added missing const. 14 years ago
Vladimír Vondruš d583a8f73f Removed unneeded virtual from destructor. 14 years ago
Vladimír Vondruš 3861c91030 Disable instantiation of Trade::AbstractMaterialData. 14 years ago
Vladimír Vondruš 39a313a357 Brought debug facilities from Corrade::Utility to Magnum namespace. 14 years ago
Vladimír Vondruš 952f8ebb27 Compiling with -fvisibility=hidden. 14 years ago
Vladimír Vondruš 0db46034d7 Removed superfluous semicolons. 14 years ago
Vladimír Vondruš 5a42ee4e91 Doc: using @overload for const overloads of member functions. 14 years ago
Vladimír Vondruš 09acfa711f Documented directories containing various namespaces. 14 years ago
Vladimír Vondruš cc1f9c60c9 Swapped size and type template parameters in Vector and Matrix. 14 years ago
Vladimír Vondruš 7f194f94b4 Trade::MeshData const-correctness. 14 years ago
Vladimír Vondruš 8b9b161c5a Rework of image classes, added missing image formats. 14 years ago
Vladimír Vondruš 84e4fd1581 Improved usability of type capability checking in TypeTraits. 14 years ago
Vladimír Vondruš e0470d6b58 Non-templated base for Image, BufferedImage and Trade::ImageData. 14 years ago
Vladimír Vondruš 82f4a67225 Windows build fixes. 14 years ago
Vladimír Vondruš 265da56976 Added class Trade::MeshObjectData, specialized for mesh instance types. 14 years ago
Vladimír Vondruš 04f45a0598 Non-const access to children in Trade::ObjectData. 14 years ago
Vladimír Vondruš 42db34ea43 Added function returning default scene of imported file. 14 years ago
Vladimír Vondruš b1159775f3 Added children and instance type and ID to Trade::ObjectData. 14 years ago
Vladimír Vondruš d3635e348e Added children array to Trade::SceneData. 14 years ago
Vladimír Vondruš 1cf69616a3 Documentation updates, "markdownization". 14 years ago
Vladimír Vondruš aedc90e712 Doc++ 14 years ago
Vladimír Vondruš 8d7a6078c3 Doc++ 14 years ago
Vladimír Vondruš c1158e0995 MeshData: use four-component vectors for vertices. 14 years ago
Vladimír Vondruš 36254a3806 Win fixes: don't export nonexported classes and export exported classes. 14 years ago
Vladimír Vondruš 6504aecf0c Added classes Image and BufferedImage. 14 years ago
Vladimír Vondruš 10b8eda20a Inlined functions. 14 years ago
Vladimír Vondruš 7bae1a3f8a Renamed data access classes in Trade to avoid confusion. 14 years ago
Vladimír Vondruš 42b10e775b Removed old untrue documentation from Trade::AbstractImporter. 14 years ago
Vladimír Vondruš a0ba7663b0 Doc++ 14 years ago
Vladimír Vondruš 52971935ab Using strongly-typed enum for plain OpenGL types. 14 years ago
Vladimír Vondruš c7894df33f Doc++ 14 years ago
Vladimír Vondruš f855d72660 Totally reworked Trade::AbstractImporter. 14 years ago
Vladimír Vondruš 8efb5a1e42 Added dllimport/dllexport macros for Windows builds. 14 years ago
Vladimír Vondruš 78ce126cbb Fixed pedantic compiler warning. 14 years ago
Vladimír Vondruš dacd31fcc5 Moved AbstractImporter and Image to new Trade namespace. 14 years ago