768c3425b2sceneconverter: add --info-objects as well.
Vladimír Vondruš
2022-04-01 14:57:14 +0200
7f8803ce3bsceneconverter: doc++
Vladimír Vondruš
2022-04-01 13:45:06 +0200
e881f197e8{distancefield,scene,image}converter: port away from std::string.
Vladimír Vondruš
2022-04-01 13:13:33 +0200
cd13b45584GL,ShaderTools: add missing include.
Vladimír Vondruš
2022-04-05 18:38:39 +0200
e35d320c8cTrade: don't use includes that look like HTML tags in docs.
Vladimír Vondruš
2022-04-01 13:01:08 +0200
0a8a3f0f6dDon't use git://.
Vladimír Vondruš
2022-04-01 13:00:57 +0200
1fca6e8410AnySceneConverter: doc++
Vladimír Vondruš
2022-03-31 11:47:14 +0200
be91c51975Any*{Importer,Converter}: forgot to port these away from std::string.
Vladimír Vondruš
2022-03-30 22:00:19 +0200
0047e67d67doc: updated credits and changelog.
Vladimír Vondruš
2022-03-29 11:27:05 +0200
54394e2c2fTrade: fix deprecated build on MSVC.
Vladimír Vondruš
2022-03-29 11:19:52 +0200
02e4aa4f20Platform: clarify CMake subproject setup for Sdl2Application.
Vladimír Vondruš
2022-03-29 11:17:58 +0200
7e3012fa57{image,scene}converter: show non-default DataFlags in --info.
Vladimír Vondruš
2022-03-29 11:16:27 +0200
05384f5e59Include <string> to fix errors in AbstractSceneConverter and AbstractImageConverter when compiling when defined MAGNUM_BUILD_DEPRECATED.
#556
EhWhoAmI
2022-03-26 12:00:40 +0800
3bff4c73b9sceneconverter: print colors as actual colors in --info, if possible.
Vladimír Vondruš
2022-03-16 00:49:35 +0100
823716a475{scene,image}converter: colored and more compact output for --info.
Vladimír Vondruš
2022-03-16 00:28:04 +0100
7fb63a9434*converter: join --plugin-dir with a relative search path, not absolute.
Vladimír Vondruš
2022-03-15 23:10:25 +0100
3f13bdb25cPacked debug output for enums used by Trade.
Vladimír Vondruš
2022-03-15 22:56:45 +0100
c9cce7f307MeshIndexType and MeshPrimitive is 32-bit, verify it's printed as such.
Vladimír Vondruš
2022-03-15 22:54:43 +0100
5513eba398Math: packed debug output for angles, matrices and vectors.
Vladimír Vondruš
2022-03-15 20:35:09 +0100
505ad471adCMake: use the CMAKE_FOLDER variable instead of FOLDER property.
Vladimír Vondruš
2022-03-15 18:37:37 +0100
3717043ae2Trade: fix non-deprecated build on MSVC.
Vladimír Vondruš
2022-03-16 11:52:10 +0100
bcbef6a014ObjImporter: horrific TODOs for nasty code.
Vladimír Vondruš
2022-03-14 21:53:19 +0100
3344c372d1Trade: port AbstractImporter away from std::string.
Vladimír Vondruš
2022-03-14 21:47:32 +0100
035af64b95Work around clang-cl needing full definitions for extern template.
Vladimír Vondruš
2022-03-14 22:01:55 +0100
13d04fdc38Adapt to Corrade PluginManager changes.
Vladimír Vondruš
2022-03-14 19:18:08 +0100
f44ea76adapackage/archlinux: run tests faster.
Vladimír Vondruš
2022-03-14 22:10:32 +0100
c7b2922cf1Test: don't mix up CORRADE_BUILD_DEPRECATED and MAGNUM_BUILD_DEPRECATED.
Vladimír Vondruš
2022-03-14 17:54:09 +0100
a6ca65c050imageconverter: remove one unneeded use of Utility::String.
Vladimír Vondruš
2022-03-14 17:51:21 +0100
f1d0d750bbWavAudioImporter: don't use std::copy() just because <string> pulled it in.
Vladimír Vondruš
2022-03-14 17:49:48 +0100
b0bfcbe00eAdapt to Corrade changes.
Vladimír Vondruš
2022-03-10 14:38:20 +0100
3fc9028b54Any*{Importer,Converter}: use string view APIs for extension matching.
Vladimír Vondruš
2022-03-08 22:57:38 +0100
4a336b7e8aDebugTools: this enum should be a local symbol.
Vladimír Vondruš
2022-03-07 21:28:34 +0100
fde85d451aCMake: clean up last mention of Utility::Directory.
Vladimír Vondruš
2022-03-07 20:11:12 +0100
17a0817283modules: updated FindCorrade.cmake.
Vladimír Vondruš
2022-03-07 20:10:48 +0100
49b6e284c0Trade: don't use deprecated Corrade functionality in deprecated code.
Vladimír Vondruš
2022-03-07 20:09:40 +0100
73567eeee9doc: port various image generating utils to Utility::Path.
Vladimír Vondruš
2022-03-07 20:09:05 +0100
c57325385f*converter: port command-line utilities to the new Utility::Path.
Vladimír Vondruš
2022-03-07 20:12:56 +0100
7ccd58aa6fTest: adapt to Tester::setTestCase*() taking Containers::StringView now.
Vladimír Vondruš
2022-03-07 20:05:43 +0100
0001308d61Test: port file/image comparison tests to the new Utility::Path.
Vladimír Vondruš
2022-03-07 20:01:41 +0100
160fbf7d3cGL: port to Utility::Path.
Vladimír Vondruš
2022-03-07 19:50:57 +0100
2356b57418Vk: port to the new Utility::Path.
Vladimír Vondruš
2022-03-07 19:47:09 +0100
3e2bbb6ad0ShaderTools: port to the new Utility::Path, including plugins,
Vladimír Vondruš
2022-03-07 19:45:21 +0100
ac75f0b67aAudio: port to the new Utility::Path, including the plugins.
Vladimír Vondruš
2022-03-07 19:33:28 +0100
05c0a01b94Text: port to new Utility::Path, including plugins.
Vladimír Vondruš
2022-03-07 19:30:28 +0100
f9ae3166a9Trade: port plugin tests to the new Utility::Path.
Vladimír Vondruš
2022-03-07 19:28:20 +0100