91 Commits (806ad4fda317f41274ea2018741f37ff25fda903)

Author SHA1 Message Date
Vladimír Vondruš 7d8b2ce9a6 Print value of invalid enums in debug output, test those cases. 10 years ago
Vladimír Vondruš 771b4d517a Exclude debug operators from code coverage. 10 years ago
Vladimír Vondruš c3e31b69ad SceneGraph: fix compilation of Camera class with double as T. 10 years ago
Vladimír Vondruš 0b3e9cddbc SceneGraph: ignore deprecated warnings in deprecated functions on GCC. 10 years ago
Vladimír Vondruš 01ffbe93a9 Modern CMake usage: reworked to use target-specific properties. 10 years ago
Squareys cf6ef1310a doc++: Use AnimableGroup3D instead of DrawableGroup3D for Animable3D. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš 30fc1411bb Adapted to Corrade changes. 10 years ago
Vladimír Vondruš d36f45ac98 Fixed compiler warnings when building with CORRADE_NO_ASSERT. 10 years ago
Vladimír Vondruš 9bc98c3f10 CMake subproject support, part 2: export MAGNUM_* variables. 11 years ago
Vladimír Vondruš 4faed586fb SceneGraph: disable warnings about use of deprecated APIs on MSVC. 11 years ago
Vladimír Vondruš 0aa16595eb Use new-style debug operators everywhere. 11 years ago
Vladimír Vondruš 45e6985f25 SceneGraph: fix MSVC 2015 shadowing warnings. 11 years ago
Vladimír Vondruš 512021985e MSVC 2015 compatibility: annoying inconsistencies. 11 years ago
Vladimír Vondruš d2d0943ffa MSVC 2015 compatibility: broken multiple definitions of template aliases. 11 years ago
Vladimír Vondruš 7af5e136fe MSVC 2015 compatibility: {}-related issues. 11 years ago
Vladimír Vondruš 7f44489621 SceneGraph: document projectionSize() usage. 11 years ago
Vladimír Vondruš 367be9f7f3 Use CORRADE_DEPRECATED_ALIAS() for deprecating using declarations. 11 years ago
Vladimír Vondruš 022d9db601 SceneGraph: fixed Doxygen warnings. 11 years ago
Vladimír Vondruš 3f07144cfa SceneGraph: this constructor should be always there. 11 years ago
Vladimír Vondruš 1d9e6210d8 Use anonymous typed enum instead of static const member variable. 11 years ago
Vladimír Vondruš 3a8ac02909 Math: more explicit default zero/identity constructors. 11 years ago
Vladimír Vondruš 73419be9e6 SceneGraph: generalized camera implementation. 11 years ago
Vladimír Vondruš 72d4adb1ac Doxygen fixes. 11 years ago
Vladimír Vondruš d5df77fec8 SceneGraph: removed deprecated list-argument functions taking pointers. 11 years ago
Vladimír Vondruš f0b2d1c9c7 Attempt to fix build without assertions no. 5. 11 years ago
Vladimír Vondruš 3e2a91d27a Cleaned up old Doxygen workarounds. 11 years ago
Vladimír Vondruš c2040c53af SceneGraph: fix compile error in deprecated functions. 11 years ago
Vladimír Vondruš b207fb44f1 SceneGraph: removed deprecated Animable::group() function. 11 years ago
Vladimír Vondruš 959180dfd8 Math: removed deprecated Geometry::Rectangle class. 11 years ago
Vladimír Vondruš 024268ed1d SceneGraph: test cleanup. 11 years ago
Vladimír Vondruš 7fc31139e2 SceneGraph: added AbstractObject::addFeature(), Object::addChild(). 11 years ago
Vladimír Vondruš 10243af18e SceneGraph: improve and fix documentation. 11 years ago
Squareys dddc7f37eb doc: add missing BufferUsage parameter. 11 years ago
Squareys c131174240 doc: add missing public access modifier. 11 years ago
Vladimír Vondruš d950f9160e SceneGraph: fixed typo in example code. 11 years ago
Vladimír Vondruš aeb9943dc7 SceneGraph: reduce header bloat. 11 years ago
Vladimír Vondruš 64a9185e08 SceneGraph: fix aspect-ratio-corrected projection with inverted Y. 11 years ago
Vladimír Vondruš 0fb7ff21c0 SceneGraph: test proper behavior with Y-inverting camera projection. 11 years ago
Vladimír Vondruš a48a443f29 SceneGraph: make use of Vector::pad(). 11 years ago
Vladimír Vondruš 7a6ed6abfa SceneGraph: avoid weird attribute warnings on GCC. 11 years ago
Vladimír Vondruš c71dc12503 Making test declarations more compact. 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš 9fd25a1fd8 SceneGraph: there is never enough documentation. 11 years ago
Vladimír Vondruš b4311f3462 Doc++ 11 years ago
Vladimír Vondruš f277f9bd31 SceneGraph: remove forward declaration for deprecated enum. 11 years ago
Vladimír Vondruš a01c3f404d SceneGraph: better way to traverse object hierarchies and features. 11 years ago
Vladimír Vondruš c56940993b Use the new math constants throughout the code. 12 years ago
Vladimír Vondruš f3e02008fb No need to use class/struct keyword in friend declarations. 12 years ago
Vladimír Vondruš 4de8ba6516 SceneGraph: fix deprecated declarations. 12 years ago