20 Commits (b124cdcf094214eabe24f9d08a22e615c4447931)

Author SHA1 Message Date
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš d2d0943ffa MSVC 2015 compatibility: broken multiple definitions of template aliases. 11 years ago
Vladimír Vondruš 1d9e6210d8 Use anonymous typed enum instead of static const member variable. 11 years ago
Vladimír Vondruš 7a6ed6abfa SceneGraph: avoid weird attribute warnings on GCC. 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š 4de8ba6516 SceneGraph: fix deprecated declarations. 12 years ago
Vladimír Vondruš d58d2b6ede SceneGraph: fix Doxygen warnings. 12 years ago
Vladimír Vondruš a648821912 SceneGraph: deprecating TransformationType enum and related functions. 12 years ago
Vladimír Vondruš 5433271506 SceneGraph: removed autolink-preventing % noise, removed unneeded HTML. 12 years ago
Vladimír Vondruš 0cdd722a1e SceneGraph: fix compilation on MinGW-w64 GCC 4.9.1. 12 years ago
Vladimír Vondruš c3df68aa28 doc: make section headers in class/function docs have sane size. 12 years ago
Vladimír Vondruš a9a5ead13d Dropped GCC 4.6 support. 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š 45a10cefdf Making includes absolute, part 1: moving files around. 12 years ago
Vladimír Vondruš c9104906e7 Use CORRADE_TARGET_WINDOWS instead of _WIN32. 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š 5949f7ae41 SceneGraph: added TODO. 13 years ago
Vladimír Vondruš 5c1f47444f SceneGraph: doc++ 13 years ago
Vladimír Vondruš e60236a3ff SceneGraph: move Implementation::Transformation declaration to SceneGraph.h. 13 years ago
Vladimír Vondruš 541fa592e0 SceneGraph: clean up includes. 13 years ago
Vladimír Vondruš de39a9540d SceneGraph: doc++ 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š 35fc4684d4 Better usage of *Basic* in class names, part 4: SceneGraph transformations. 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š 3fc7ccafe5 SceneGraph: don't use virtual calls when setting transformations. 13 years ago
Vladimír Vondruš 332e4cdb71 SceneGraph: added AbstractTransformation::resetTransformation(). 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š 55fecaff5a Template aliases also can't have "conflicting" default arguments. 13 years ago
Vladimír Vondruš 63086fdebe SceneGraph: de-inlined some constructors & destructor, hidden internals. 13 years ago
Vladimír Vondruš d175dd1054 Updated workarounds for Doxygen 1.8.2. 13 years ago
Vladimír Vondruš 7e66a09461 Marking all constructors explicit, except for matrix and vector classes. 14 years ago
Vladimír Vondruš 9ead1e9deb Thorough documentation review and update. 14 years ago
Vladimír Vondruš 67f2e0fc7f GCC 4.6 compatibility is now handled by Corrade. 14 years ago
Vladimír Vondruš ae78b77b10 Added some @todos. 14 years ago
Vladimír Vondruš 8faf3323bb SceneGraph: Solved default template parameter conflicts. 14 years ago
Vladimír Vondruš 06398dcf7c SceneGraph rework, part 3: splitting base object. 14 years ago