30 Commits (d04b308aa3710c784813e968a8a3154cb6362d2c)

Author SHA1 Message Date
Vladimír Vondruš d04b308aa3 Reducing pointer chasings, part 1: method chaining via references. 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š 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š 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š 572efce3f7 Getting rid of <>, part 3: SceneGraph features and feature groups. 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š 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š 3b861f6f64 SceneGraph: added Object::setParentKeepTransformation(). 13 years ago
Vladimír Vondruš ee1eecad1a SceneGraph: wrong assertion. 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š d85c15bca9 SceneGraph: this was fixed in 59a3a7029d. 13 years ago
Vladimír Vondruš 6a5d75d1e4 Relicensing to MIT/Expat license, part 2: headers. 13 years ago
Vladimír Vondruš 4e5a6f76eb SceneGraph: using new type aliases in whole SceneGraph namespace. 13 years ago
Vladimír Vondruš 3610a80dfd Clang fixes for templated base classes. 13 years ago
Vladimír Vondruš 63086fdebe SceneGraph: de-inlined some constructors & destructor, hidden internals. 13 years ago
Vladimír Vondruš 59a3a7029d SceneGraph: allow duplicate occurences in Object::transformations(). 13 years ago
Vladimír Vondruš 177898f93c SceneGraph: code cleanup, documentation, fixed assertions. 13 years ago
Vladimír Vondruš 7183110eee Doc++, @todo++ 14 years ago
Vladimír Vondruš aa05235c65 SceneGraph: function for bulk cleaning of objects. 14 years ago
Vladimír Vondruš 466008bba8 SceneGraph: externalized object cleaning function. 14 years ago
Vladimír Vondruš 4e53b17f8d SceneGraph rework, part 5: bulk transformation computing. 14 years ago
Vladimír Vondruš 342d2f46ac SceneGraph: allow features to access scene and object's dirty status. 14 years ago
Vladimír Vondruš 06398dcf7c SceneGraph rework, part 3: splitting base object. 14 years ago