226 Commits (533ff3d3d3bb9d3b19f33c2fb6e44f5dc0a39dc6)

Author SHA1 Message Date
Vladimír Vondruš c9104906e7 Use CORRADE_TARGET_WINDOWS instead of _WIN32. 13 years ago
Vladimír Vondruš 79ff9e1ca4 Marking deprecated functions and types with CORRADE_DEPRECATED(). 13 years ago
Vladimír Vondruš b9b9c38371 SceneGraph: fix infinite recursion problems. 13 years ago
Vladimír Vondruš c2a2ca88e4 SceneGraph: fix assertion expression. 13 years ago
Vladimír Vondruš ee045d261a Make some type conversions explicit. 13 years ago
Vladimír Vondruš 25c8c87c1f SceneGraph: fixed floating-point literals in test. 13 years ago
Vladimír Vondruš 4e0f8ff097 SceneGraph: remove integer TranslationTransformation template instance. 13 years ago
Vladimír Vondruš e38be052a0 SceneGraph: need to mark the instances with extern template on Windows. 13 years ago
Vladimír Vondruš 6a3103e03e SceneGraph: no need to mark the templates with export macros. 13 years ago
Vladimír Vondruš 3b666d85f4 SceneGraph: instantiate everything consistently on one place. 13 years ago
Vladimír Vondruš 9cb3d17ad9 SceneGraph: fix function signature. 13 years ago
Vladimír Vondruš ddc466a796 SceneGraph: use proper library for tests where graceful assert is wanted. 13 years ago
Vladimír Vondruš eb877b31ba SceneGraph: removed *Transformation::move(). 13 years ago
Vladimír Vondruš 3df67b370f SceneGraph: fix TranslationTransformationTest on Windows. 13 years ago
Vladimír Vondruš 1d0bc114a6 SceneGraph: allow creating TranslationTransformation only from Object. 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š f86a60c82d Fix static build on Windows. 13 years ago
Vladimír Vondruš c2ad09706e Fixed compilation with GCC 4.9. 13 years ago
Vladimír Vondruš 5949f7ae41 SceneGraph: added TODO. 13 years ago
Vladimír Vondruš 29c2f16399 SceneGraph: instantiate also integer TranslationTransformation. 13 years ago
Vladimír Vondruš 05167c36fd SceneGraph: add Drawable::drawables() function. 13 years ago
Vladimír Vondruš 61eb7fcfe3 SceneGraph: renamed Animable::group() to Animable::animables(). 13 years ago
Vladimír Vondruš 5c1f47444f SceneGraph: doc++ 13 years ago
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š 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