37 Commits (919c4ebd8981bb1a24f497bcd7645c49fdd23432)

Author SHA1 Message Date
Vladimír Vondruš 0557add6e5 SceneGraph: properly forward references in addChild()/addFeature(). 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š bbe6b5a56b SceneGraph: compile code snippets to ensure their validity. 8 years ago
Vladimír Vondruš e0ae65a212 SceneGraph: removed long-deprecated feature and child accessors. 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š 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš 832289f7c3 SceneGraph: ability to access parent from AbstractObject. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš 512021985e MSVC 2015 compatibility: annoying inconsistencies. 11 years ago
Vladimír Vondruš d5df77fec8 SceneGraph: removed deprecated list-argument functions taking pointers. 11 years ago
Vladimír Vondruš 3e2a91d27a Cleaned up old Doxygen workarounds. 11 years ago
Vladimír Vondruš 7fc31139e2 SceneGraph: added AbstractObject::addFeature(), Object::addChild(). 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š a01c3f404d SceneGraph: better way to traverse object hierarchies and features. 11 years ago
Vladimír Vondruš f3e02008fb No need to use class/struct keyword in friend declarations. 12 years ago
Vladimír Vondruš d58d2b6ede SceneGraph: fix Doxygen warnings. 12 years ago
Vladimír Vondruš 5433271506 SceneGraph: removed autolink-preventing % noise, removed unneeded HTML. 12 years ago
Vladimír Vondruš c3df68aa28 doc: make section headers in class/function docs have sane size. 12 years ago
Vladimír Vondruš 757ca6d1ad Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
Vladimír Vondruš cbe63c7a04 Removed superfluous template parameter from EnumSet typedefs. 12 years ago
Vladimír Vondruš 6c9066be8c doc: removed old Doxygen workarounds. 12 years ago
Vladimír Vondruš 174bbc9e4b SceneGraph: completed documentation review. 12 years ago
Vladimír Vondruš 6015896ceb Doxygen I hate you. 12 years ago
Vladimír Vondruš b64a50c821 SceneGraph: avoid unnecessary copies in deprecated functions. 12 years ago
Vladimír Vondruš ceb150f6d6 SceneGraph: workaround ambiguous overloads on deprecated GCC < 4.7 build. 12 years ago
Vladimír Vondruš 12a2bb81ba Doc++, added some TODOs. 12 years ago
Vladimír Vondruš aa49008358 SceneGraph: using std::reference_wrapper instead of pointers. 12 years ago
Vladimír Vondruš 8acd03778e SceneGraph: documentation updates and fixes. 12 years ago
Vladimír Vondruš 6f0ba96cb6 Happy new year too. 12 years ago
Vladimír Vondruš 7a68362170 Making includes absolute, part 6: better filenames for internal files. 12 years ago
Vladimír Vondruš 0616f24f34 Making includes absolute, part 5: absolute includes everywhere. 12 years ago
Vladimír Vondruš 8c2291aa49 Making includes absolute, part 4: using absolute includes for Corrade. 12 years ago
Vladimír Vondruš 45a10cefdf Making includes absolute, part 1: moving files around. 12 years ago
Vladimír Vondruš 4e0f8ff097 SceneGraph: remove integer TranslationTransformation template instance. 13 years ago
Vladimír Vondruš 6a3103e03e SceneGraph: no need to mark the templates with export macros. 13 years ago
Vladimír Vondruš 3df67b370f SceneGraph: fix TranslationTransformationTest on Windows. 13 years ago
Vladimír Vondruš c5d85166e0 SceneGraph: mention that Int TranslationTransformation is also included. 13 years ago
Vladimír Vondruš be48953642 SceneGraph: deinline Object constructor. 13 years ago
Vladimír Vondruš 5c1f47444f SceneGraph: doc++ 13 years ago
Vladimír Vondruš a7f77f41b9 SceneGraph: new TranslationTransformation class. 13 years ago
Vladimír Vondruš 0f8d2f2e98 SceneGraph: hide internal transformation implementation from public API. 13 years ago
Vladimír Vondruš d04b308aa3 Reducing pointer chasings, part 1: method chaining via references. 13 years ago
Vladimír Vondruš 7636c6adc3 Better usage of *Basic* in class names, part 1: SceneGraph object. 13 years ago
Vladimír Vondruš 6a52e64d71 Doxygen fixes. 13 years ago
Vladimír Vondruš c3de32e55f Getting rid of <>, part 7: documentation. 13 years ago
Vladimír Vondruš cfd405c32c Getting rid of <>, part 5: SceneGraph object. 13 years ago