81 Commits (2d3ef77ef5193dbddeea98ddf56e3cea049f4dcf)

Author SHA1 Message Date
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
Vladimír Vondruš d58d2b6ede SceneGraph: fix Doxygen warnings. 12 years ago
Vladimír Vondruš a648821912 SceneGraph: deprecating TransformationType enum and related functions. 12 years ago
Vladimír Vondruš 5433271506 SceneGraph: removed autolink-preventing % noise, removed unneeded HTML. 12 years ago
Vladimír Vondruš d90a5e27e8 Hide forward declarations from Doxygen. 12 years ago
Vladimír Vondruš 1fc92ac61c No need to install static test libraries on Windows. 12 years ago
Vladimír Vondruš 659bf2e44b Use POSITION_INDEPENDENT_CODE CMake property. 12 years ago
Vladimír Vondruš 4480d9a5ec Fix BUILD_STATIC_PIC build. 12 years ago
Vladimír Vondruš 0cdd722a1e SceneGraph: fix compilation on MinGW-w64 GCC 4.9.1. 12 years ago
Vladimír Vondruš 217b53ceb2 Display all headers in project view of IDEs. 12 years ago
Vladimír Vondruš 73404fc6e5 Added Renderer::enable()/disable(). 12 years ago