172 Commits (1a4eefe271f6612aedff2bd4d036216ba50c42e7)

Author SHA1 Message Date
Vladimír Vondruš b983781505 Prefix all CMake options with MAGNUM_*. 4 years ago
Vladimír Vondruš 505ad471ad CMake: use the CMAKE_FOLDER variable instead of FOLDER property. 4 years ago
Vladimír Vondruš 8057051d9a Document what each #include <algorithm> is for. 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš bdc36e5d7a SceneGraph: properly decompose reflection in TRS transforms. 5 years ago
Vladimír Vondruš 1f55165941 SceneGraph: test that TRS transforms properly decompose reflection. 5 years ago
Aaron Gokaslan ca677c69fe Fix typos 5 years ago
Vladimír Vondruš 2066d82ea4 Shaders: suffix all existing shaders with GL. 5 years ago
Vladimír Vondruš af7c1f1b07 SceneGraph: clang doesn't seem to "unwind" the vtable on destruction. 5 years ago
Vladimír Vondruš ef5a25ee54 SceneGraph: fix destruction order to preserve parent links. 5 years ago
Vladimír Vondruš d636e8f5a3 SceneGraph: pin down the desired destruction order of a tree. 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš ed46a0e269 SceneGraph: explicit docs for AbstractObject destructor. 5 years ago
Vladimír Vondruš 699002cfd5 SceneGraph: fix building of certain SceneGraph APIs with doubles. 5 years ago
Vladimír Vondruš 0b04a49134 SceneGraph: test both float and double variants of the APIs. 5 years ago
Vladimír Vondruš 8b9bf07dce SceneGraph: added Object::move(). 6 years ago
Vladimír Vondruš cec77c0a80 SceneGraph: remove constructor signature requirements in addChild(). 6 years ago
Vladimír Vondruš cb4f6183dc Doc++, changelog, credits and version marker updates. 6 years ago
Vladimír Vondruš 5222cf3478 doc: change all "latest" additions/deprecations to 2020.06. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
William JCM 8a42c727c1 Fix one particular kind of linker errors on MingGW Clang. 6 years ago
Vladimír Vondruš 65a2ced2a7 Make this compile and test cleanly with CORRADE_NO_ASSERT defined. 6 years ago
Vladimír Vondruš 081dd8981f Doxygen, FFS. 6 years ago
Vladimír Vondruš 4a0f843188 SceneGraph: test that TRS xform recombination works in all cases. 6 years ago
Vladimír Vondruš c25b19d210 SceneGraph: support rotating directly via Complex/Quaternion. 6 years ago
Vladimír Vondruš 17f0112732 SceneGraph: doc++, show privates as private. 6 years ago
Vladimír Vondruš 61af7672d1 Test: adapted for the upcoming asserting CORRADE_GRACEFUL_ASSERT. 6 years ago
Vladimír Vondruš 323829ac15 Work around clang-cl forgetting dllexport on extern templates. 6 years ago
Vladimír Vondruš 02a6747b73 SceneGraph: show how to implement object culling on the drawable group. 6 years ago
Vladimír Vondruš a920722839 doc: label deprecated APIs and stuff new since 2019.10 with version info. 7 years ago
Vladimír Vondruš 98232f383a Reduce string duplication in enum debug output operators. 7 years ago
Vladimír Vondruš 8c7c2c5745 SceneGraph: clarify transformation calculation. 7 years ago
Vladimír Vondruš 3a243a04b2 CMake: put all binaries into a dedicated location in the build dir. 7 years ago
Vladimír Vondruš f7a2694390 SceneGraph: expose Type typedef and Dimensions constant everywhere. 7 years ago
Vladimír Vondruš f419b25763 Doc++ 7 years ago
Vladimír Vondruš 3626562e1d Adapted to Corrade changes. 7 years ago
Vladimír Vondruš 93686746ab Pernament is not a word. 7 years ago
Vladimír Vondruš df5b09744f SceneGraph: fix build with latest Corrade. 7 years ago
Vladimír Vondruš 2d5e2fda41 SceneGraph: properly prefix the assertion message. 7 years ago
Vladimír Vondruš f9f3df69de Get rid of std::unique_ptr. 7 years ago
Vladimír Vondruš 2149f7b869 Wrap all tests in unnamed namespaces. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš 00b0a814e0 Dropped GCC 4.7 support. 8 years ago
Vladimír Vondruš 0557add6e5 SceneGraph: properly forward references in addChild()/addFeature(). 8 years ago
Vladimír Vondruš c1206629a0 SceneGraph: properly test perfect forwarding in addFeature()/addObject(). 8 years ago
Vladimír Vondruš 7356a1b788 SceneGraph: fix a copypaste error in an abstract implementation. 8 years ago
Vladimír Vondruš 9a13035603 SceneGraph: doc++ 8 years ago
Vladimír Vondruš 5cb518a54e SceneGraph: note the Animation API in the Animable class docs. 8 years ago
Vladimír Vondruš fafcdcfa1c SceneGraph: ability to affect order of items drawn by Camera. 8 years ago
Vladimír Vondruš b255f31ca4 SceneGraph: show both single and multiple inheritance in Drawable docs. 8 years ago