139 Commits (be65f85e8888ee5bec9a9cdce3b7be37a8edd302)

Author SHA1 Message Date
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
Vladimír Vondruš d004db6075 SceneGraph: Camera::setViewport() and draw() don't need to be virtual. 8 years ago
Vladimír Vondruš 623786e1db SceneGraph: make it possible to search for the Object*D/Scene*D typedefs. 8 years ago
Vladimír Vondruš 026cb24a14 SceneGraph: GCC 4.7 SRSLY ... and the other compilers as well?! 8 years ago
Vladimír Vondruš bc7d047fc3 SceneGraph: new TranslationRotationScalingTransformation[23]D class. 8 years ago
Vladimír Vondruš 4edb080239 SceneGraph: prefix private variable with an underscore. 8 years ago
Vladimír Vondruš 308d97314d SceneGraph: AnimableGroup.h doesn't really compile without this. 8 years ago
Vladimír Vondruš 4f224f672d SceneGraph: fix ambiguous overloads with Animable and Drawable. 8 years ago
Vladimír Vondruš bbe6b5a56b SceneGraph: compile code snippets to ensure their validity. 8 years ago
Vladimír Vondruš 105cef5efd No need to use fully qualified name for \debugoperator. 8 years ago
Vladimír Vondruš e0ae65a212 SceneGraph: removed long-deprecated feature and child accessors. 8 years ago
Vladimír Vondruš 53c4adfa79 SceneGraph: removed long-deprecated TransformationType enum and related. 8 years ago
Vladimír Vondruš fae2852db7 SceneGraph: removed long-deprecated AbstractCamera class and related headers. 8 years ago
Vladimír Vondruš b87f3e709a SceneGraph: removed long-deprecated Camera*::setProjection() etc. 8 years ago
Vladimír Vondruš 8f27da9dfd Set library soversion to 1.0, version to 0. 8 years ago
Vladimír Vondruš 28475e1bd8 Doc++ 8 years ago
Vladimír Vondruš f7a0c2b78c SceneGraph: behave properly when deleting a running animable. 8 years ago
Vladimír Vondruš dee10204f9 SceneGraph: test crash and burn when deleting a running animable. 8 years ago
Vladimír Vondruš 72a3d67902 SceneGraph: prefix private Animable members with an underscore. 8 years ago
Vladimír Vondruš 0b491309fb SceneGraph: updates for the new documentation theme. 8 years ago
Vladimír Vondruš 8f87ca9233 SceneGraph: copypaste error in the docs. 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš a4d32e650a Move friend declarations into private class sections. 8 years ago
Vladimír Vondruš 6cc8362eeb Doc++ 8 years ago
Vladimír Vondruš 1ec14c678b Local Doxygen ignores for symbol export macros. 8 years ago
Vladimír Vondruš 2a72e0d2eb SceneGraph: disable deprecation warnings in deprecated code on MSVC. 9 years ago
Vladimír Vondruš 12fa6961c8 Use CMake folders also for OBJECT libraries, executables and tests. 9 years ago
Émile Grégoire dae1e8e9cf Started adding folders for Visual Studio. 9 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš ae9095de16 Remove most of the "MSVC 2015 can't handle {} here" workarounds. 9 years ago
Vladimír Vondruš bc1b8b0095 SceneGraph: fix deprecation warning message. 9 years ago
Vladimír Vondruš 832289f7c3 SceneGraph: ability to access parent from AbstractObject. 10 years ago
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