9544 Commits (4df7a236e539efb017689e3c56f94c4326f9c26f)
 

Author SHA1 Message Date
Vladimír Vondruš 4df7a236e5 MeshTools: no asserts in this file, no need to compile it twice. 4 years ago
Pablo Escobar 01f9fe1670 MeshTools: avoid unnecessary precision loss in boundingSphereBouncingBubble() 4 years ago
Pablo Escobar 4d02456212 MeshTools: add initial AABB and sphere bounding volume algorithms 4 years ago
Vladimír Vondruš 7f4500d9e0 ShaderTools: port away from std::pair. 4 years ago
Vladimír Vondruš 8f311ad5fd Adapt remaining code to not use deprecated Optional<Array> conversion. 4 years ago
Vladimír Vondruš 40db6c44bb TgaImageConverter: amazing, std::ostream has bool conversion? 4 years ago
Vladimír Vondruš 51f7862e00 ShaderTools,Trade: return Optional<Array<char>> from converter plugins. 4 years ago
Vladimír Vondruš d20f3c3656 Clearly mention that errors are printed on failures in plugin APIs docs. 4 years ago
Vladimír Vondruš 84ee22c30d sceneconverter: ah, yes, STL "usability" strikes again. 4 years ago
Vladimír Vondruš 768c3425b2 sceneconverter: add --info-objects as well. 4 years ago
Vladimír Vondruš 7f8803ce3b sceneconverter: doc++ 4 years ago
Vladimír Vondruš e881f197e8 {distancefield,scene,image}converter: port away from std::string. 4 years ago
Vladimír Vondruš cd13b45584 GL,ShaderTools: add missing include. 4 years ago
Vladimír Vondruš e35d320c8c Trade: don't use includes that look like HTML tags in docs. 4 years ago
Vladimír Vondruš 0a8a3f0f6d Don't use git://. 4 years ago
Vladimír Vondruš 1fca6e8410 AnySceneConverter: doc++ 4 years ago
Vladimír Vondruš be91c51975 Any*{Importer,Converter}: forgot to port these away from std::string. 4 years ago
Vladimír Vondruš 0047e67d67 doc: updated credits and changelog. 4 years ago
Vladimír Vondruš 54394e2c2f Trade: fix deprecated build on MSVC. 4 years ago
Vladimír Vondruš 02e4aa4f20 Platform: clarify CMake subproject setup for Sdl2Application. 4 years ago
Vladimír Vondruš 7e3012fa57 {image,scene}converter: show non-default DataFlags in --info. 4 years ago
Vladimír Vondruš 3bff4c73b9 sceneconverter: print colors as actual colors in --info, if possible. 4 years ago
Vladimír Vondruš 823716a475 {scene,image}converter: colored and more compact output for --info. 4 years ago
Vladimír Vondruš 7fb63a9434 *converter: join --plugin-dir with a relative search path, not absolute. 4 years ago
Vladimír Vondruš 3f13bdb25c Packed debug output for enums used by Trade. 4 years ago
Vladimír Vondruš c9cce7f307 MeshIndexType and MeshPrimitive is 32-bit, verify it's printed as such. 4 years ago
Vladimír Vondruš 5513eba398 Math: packed debug output for angles, matrices and vectors. 4 years ago
Vladimír Vondruš 505ad471ad CMake: use the CMAKE_FOLDER variable instead of FOLDER property. 4 years ago
Vladimír Vondruš 3717043ae2 Trade: fix non-deprecated build on MSVC. 4 years ago
Vladimír Vondruš bcbef6a014 ObjImporter: horrific TODOs for nasty code. 4 years ago
Vladimír Vondruš 3344c372d1 Trade: port AbstractImporter away from std::string. 4 years ago
Vladimír Vondruš 035af64b95 Work around clang-cl needing full definitions for extern template. 4 years ago
Vladimír Vondruš 13d04fdc38 Adapt to Corrade PluginManager changes. 4 years ago
Vladimír Vondruš f44ea76ada package/archlinux: run tests faster. 4 years ago
Vladimír Vondruš c7b2922cf1 Test: don't mix up CORRADE_BUILD_DEPRECATED and MAGNUM_BUILD_DEPRECATED. 4 years ago
Vladimír Vondruš a6ca65c050 imageconverter: remove one unneeded use of Utility::String. 4 years ago
Vladimír Vondruš f1d0d750bb WavAudioImporter: don't use std::copy() just because <string> pulled it in. 4 years ago
Vladimír Vondruš b0bfcbe00e Adapt to Corrade changes. 4 years ago
Vladimír Vondruš 3fc9028b54 Any*{Importer,Converter}: use string view APIs for extension matching. 4 years ago
Vladimír Vondruš 4a336b7e8a DebugTools: this enum should be a local symbol. 4 years ago
Vladimír Vondruš fde85d451a CMake: clean up last mention of Utility::Directory. 4 years ago
Vladimír Vondruš 17a0817283 modules: updated FindCorrade.cmake. 4 years ago
Vladimír Vondruš 49b6e284c0 Trade: don't use deprecated Corrade functionality in deprecated code. 4 years ago
Vladimír Vondruš 73567eeee9 doc: port various image generating utils to Utility::Path. 4 years ago
Vladimír Vondruš c57325385f *converter: port command-line utilities to the new Utility::Path. 4 years ago
Vladimír Vondruš 7ccd58aa6f Test: adapt to Tester::setTestCase*() taking Containers::StringView now. 4 years ago
Vladimír Vondruš 0001308d61 Test: port file/image comparison tests to the new Utility::Path. 4 years ago
Vladimír Vondruš 160fbf7d3c GL: port to Utility::Path. 4 years ago
Vladimír Vondruš 2356b57418 Vk: port to the new Utility::Path. 4 years ago
Vladimír Vondruš 3e2bbb6ad0 ShaderTools: port to the new Utility::Path, including plugins, 4 years ago