241 Commits (749c8d8fbc97b1fde33a92372069a4bd6506d638)

Author SHA1 Message Date
Vladimír Vondruš d943562745 GCC 4.6 compatibility: no template aliases. 13 years ago
Vladimír Vondruš 40e2c88b29 GCC 4.6 compatibility: no template aliases here. 13 years ago
Vladimír Vondruš e60236a3ff SceneGraph: move Implementation::Transformation declaration to SceneGraph.h. 13 years ago
Vladimír Vondruš a7f77f41b9 SceneGraph: new TranslationTransformation class. 13 years ago
Vladimír Vondruš 732d7e057e SceneGraph: new AbstractTranslation transformation interface. 13 years ago
Vladimír Vondruš 00c3283ab3 SceneGraph: test assert in DualQuaternionTransformation::fromMatrix(). 13 years ago
Vladimír Vondruš 541fa592e0 SceneGraph: clean up includes. 13 years ago
Vladimír Vondruš 4e7c7925a7 SceneGraph: clean up the code a bit. 13 years ago
Vladimír Vondruš de39a9540d SceneGraph: doc++ 13 years ago
Vladimír Vondruš cfecb93c8b SceneGraph: fire assertions only where it really matters. 13 years ago
Vladimír Vondruš 0f8d2f2e98 SceneGraph: hide internal transformation implementation from public API. 13 years ago
Vladimír Vondruš e4790eaec9 Fix installation dir for DLLs on Windows. 13 years ago
Vladimír Vondruš 407fec17f3 SceneGraph: shorten lengthy test names to preserve 80-column ctest output. 13 years ago
Vladimír Vondruš 61af376fda SceneGraph: explicitly export also AbstractCamera symbols. 13 years ago
Vladimír Vondruš ac3fe7cdf5 Removed Doxygen workarounds for forward declarations. 13 years ago
Vladimír Vondruš 13d5e2a50f Removed enum-referencing Doxygen workarounds. 13 years ago
Vladimír Vondruš 8debb996a1 Blame the right Windows header for these insane defines. 13 years ago
Vladimír Vondruš bbcfe211a6 GCC 4.4 compatibility: linker error with defaulted destructor. 13 years ago
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š e747c9b5b6 GCC 4.5 compatibility: ICE and miscompiled binary operators. 13 years ago
Vladimír Vondruš 6459c9c8c0 GCC 4.5 compatibility: can't default protected member in class body. 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š 6e07f8e436 GCC 4.4 compatibility: defaulted non-inline function causes linker error. 13 years ago
Vladimír Vondruš b8b6b63919 SceneGraph: use `virtual` where it hurts less. 13 years ago
Vladimír Vondruš 3f056ac3fd GCC 4.5 compatibility: defaulted non-inline function causes linker error. 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