185 Commits (75fbe4ac84f54cadefe8e9b1461a5d495883aa97)

Author SHA1 Message Date
Vladimír Vondruš 17de6fe51b Install also test libs on Windows. 13 years ago
Vladimír Vondruš 1102232a24 GCC 4.6 compatibility: no delegating constructors. 13 years ago
Vladimír Vondruš 6ff4b06095 SceneGraph: add just-to-be-sure assertion. 13 years ago
Vladimír Vondruš 0d3bfd4044 Reducing pointer chasings, part 3c: less pointer passing in SceneGraph. 13 years ago
Vladimír Vondruš 845b8982e5 Reducing pointer chasings, part 2: don't use `this->` so often. 13 years ago
Vladimír Vondruš d04b308aa3 Reducing pointer chasings, part 1: method chaining via references. 13 years ago
Vladimír Vondruš 1fea7c3aa2 SceneGraph: clarify why there _is_ virtual destructor. 13 years ago
Vladimír Vondruš b7ff40554c SceneGraph: no need to have virtual destructor in AbstractCamera. 13 years ago
Vladimír Vondruš e2efad2e18 No `using namespace std` anywhere. 13 years ago
Vladimír Vondruš 9450ec6e1e Better usage of *Basic* in class names, part 5: SceneGraph drawables. 13 years ago
Vladimír Vondruš 35fc4684d4 Better usage of *Basic* in class names, part 4: SceneGraph transformations. 13 years ago
Vladimír Vondruš 43feadfed6 Better usage of *Basic* in class names, part 3: SceneGraph features. 13 years ago
Vladimír Vondruš ab1d2f8f5f Better usage of *Basic* in class names, part 2: SceneGraph animables. 13 years ago
Vladimír Vondruš 7636c6adc3 Better usage of *Basic* in class names, part 1: SceneGraph object. 13 years ago
Vladimír Vondruš 0f2a1661d9 SceneGraph: use protected destructor rather than pure virtual one. 13 years ago
Vladimír Vondruš 6a52e64d71 Doxygen fixes. 13 years ago
Vladimír Vondruš 5e24e87d22 SceneGraph: Clang linker fixes. 13 years ago
Vladimír Vondruš 4026d814cd SceneGraph: forgot these typedefs when dealing with <>. 13 years ago
Vladimír Vondruš c3de32e55f Getting rid of <>, part 7: documentation. 13 years ago
Vladimír Vondruš 346ea2feb6 Getting rid of <>, part 6: SceneGraph transformations. 13 years ago
Vladimír Vondruš cfd405c32c Getting rid of <>, part 5: SceneGraph object. 13 years ago
Vladimír Vondruš c32c12b387 Getting rid of <>, part 4: SceneGraph animable and animable group. 13 years ago
Vladimír Vondruš 572efce3f7 Getting rid of <>, part 3: SceneGraph features and feature groups. 13 years ago
Vladimír Vondruš a0d60bbaa7 Getting rid of <>, part 2: SceneGraph cameras and drawables. 13 years ago
Vladimír Vondruš b8b6b63919 SceneGraph: use `virtual` where it hurts less. 13 years ago
Vladimír Vondruš 77093a9b65 SceneGraph: fixed copypaste error. 13 years ago
Vladimír Vondruš 980cc48642 SceneGraph: extracted CachedTransformation[s] enum out of AbstractFeature. 13 years ago
Vladimír Vondruš 150a583c3d SceneGraph: typedef MatrixType to avoid those horrible declarations. 13 years ago
Vladimír Vondruš 1071a251cd SceneGraph: make public Object API non-virtual too. 13 years ago
Vladimír Vondruš 3fc7ccafe5 SceneGraph: don't use virtual calls when setting transformations. 13 years ago
Vladimír Vondruš d3c37a3962 SceneGraph: removed redundant `inline` keyword. 13 years ago
Vladimír Vondruš db71a23e3c Bring whole Corrade namespace into Magnum namespace. 13 years ago
Vladimír Vondruš f93b0cd5ef Doxygen workarounds. 13 years ago
Vladimír Vondruš 82342c6a8a Doc++ 13 years ago
Vladimír Vondruš 378ad878f3 SceneGraph: removed superfluous instantiation sources. 13 years ago
Vladimír Vondruš d427b76d7b SceneGraph: AbstractFeature compilation optimization. 13 years ago
Vladimír Vondruš 0dfc0d0821 SceneGraph: FeatureGroup compilation optimization. 13 years ago
Vladimír Vondruš 3b861f6f64 SceneGraph: added Object::setParentKeepTransformation(). 13 years ago
Vladimír Vondruš 0249c6f8a8 SceneGraph: make method chaining in Abstract* transformations usable. 13 years ago
Vladimír Vondruš ff82d71c6e SceneGraph: link test library only to Math library. 13 years ago
Vladimír Vondruš e147cc3992 Doc++, TODO++ 13 years ago
Vladimír Vondruš 7ef8432fbe Doxygen: ignore specific namespaces instead of whole directories. 13 years ago
Vladimír Vondruš ee1eecad1a SceneGraph: wrong assertion. 13 years ago
Vladimír Vondruš f2df328fe2 Using Corrade's visibility macros instead of copypasta all over again. 13 years ago
Vladimír Vondruš fac75962d0 SceneGraph: assert that original Object::setClean() is called. 13 years ago
Vladimír Vondruš 218a4c142c SceneGraph: fixed Object::setClean(). 13 years ago
Vladimír Vondruš 9ecb8b5b8d SceneGraph: fully test also Object::setClean() for list of objects. 13 years ago
Vladimír Vondruš d85c15bca9 SceneGraph: this was fixed in 59a3a7029d. 13 years ago
Vladimír Vondruš c79327ee43 Option to build Magnum as static library. 13 years ago
Vladimír Vondruš 38ec076eda Minor code cleanup (unused parameters). 13 years ago