99 Commits (231f3277ab9ca1d6852f44336dde6dc43bc0c954)

Author SHA1 Message Date
Vladimír Vondruš 231f3277ab Adapted to Corrade changes. 13 years ago
Vladimír Vondruš 3251660f81 Physics: doc++ 13 years ago
Vladimír Vondruš 5eb98494b3 Doc++ 13 years ago
Vladimír Vondruš c707370f30 Removed unneeded includes. 13 years ago
Vladimír Vondruš 5f049c50b8 Physics: using new type aliases in whole Physics namespace. 13 years ago
Vladimír Vondruš 9464e805e1 Use {} instead of "". 13 years ago
Vladimír Vondruš a7f7e76da8 Added TODOs. 13 years ago
Vladimír Vondruš 33f3a0a7dd Physics: removed unneeded includes. 13 years ago
Vladimír Vondruš 3cbeb43078 Cleaned up includes. 13 years ago
Vladimír Vondruš 830ce69da0 Math: using Rad in Matrix*::rotation*(). 13 years ago
Vladimír Vondruš a49bb0d718 Math: convenience functions for transforming vectors with matrices. 13 years ago
Vladimír Vondruš f23827bd87 Clang linker fixes. 13 years ago
Vladimír Vondruš 49b5c3c561 Minor code cleanup. 13 years ago
Vladimír Vondruš 38f6ddcbef Physics: function for detecting first collision with shape in the group. 13 years ago
Vladimír Vondruš 792892bbed Physics: AxisAlignedBox / Point collision. 13 years ago
Vladimír Vondruš 2269919a99 Physics: specify AABB by its minimal and maximal dimensions. 13 years ago
Vladimír Vondruš 4cda770f4f Physics: fixed cyclic header dependency. 13 years ago
Vladimír Vondruš 29806b9415 Doc++ 13 years ago
Vladimír Vondruš ee73267665 Physics: convenience overload for ObjectShape::setShape(). 13 years ago
Vladimír Vondruš d175dd1054 Updated workarounds for Doxygen 1.8.2. 13 years ago
Vladimír Vondruš 7dc0fc4a4c Math: Renamed Math.h to Functions.h 14 years ago
Vladimír Vondruš fcb8a7b768 Got rid of header files in tests. 14 years ago
Vladimír Vondruš cce32d7bc8 Physics: don't link to irrelevant libraries. 14 years ago
Vladimír Vondruš c0a3ce84a4 Moved Profiler and debug draw from Physics to new DebugTools library. 14 years ago
Vladimír Vondruš de72421a7c Physics: fixed debug output operator for AbstractShape::Type. 14 years ago
Vladimír Vondruš 7e66a09461 Marking all constructors explicit, except for matrix and vector classes. 14 years ago
Vladimír Vondruš 0f889369f4 No `using namespace std` anywhere. 14 years ago
Vladimír Vondruš c319962d6e Adapted to Corrade changes. 14 years ago
Vladimír Vondruš ae013effff Adapted to Corrade changes. 14 years ago
Vladimír Vondruš 265f1be241 Forward declaration cleanup. 14 years ago
Vladimír Vondruš 67f2e0fc7f GCC 4.6 compatibility is now handled by Corrade. 14 years ago
Vladimír Vondruš 231c002838 Explicitly use *Matrix in names when appropriate. 14 years ago
Vladimír Vondruš 2f4092bde0 Prefix *_EXPORT macros with MAGNUM_ to avoid collisions. 14 years ago
Vladimír Vondruš 03721cd95c Bring Math::Constants<float> to Magnum namespace. 14 years ago
Vladimír Vondruš 5b707d3524 Using GLfloat as default template parameter also in Color. 14 years ago
Vladimír Vondruš d2f0a2a045 Using default template arguments instead of GLfloat everywhere. 14 years ago
Vladimír Vondruš 6f492de8e3 Physics: work around cyclic dependency of ObjectShape.h and OSGroup.h. 14 years ago
Vladimír Vondruš 19a92f3ca7 Forward declarations for Physics namespace in Physics/Physics.h. 14 years ago
Vladimír Vondruš 1b06c24ae6 Physics: properly instantiate and export global debugdraw manager instance. 14 years ago
Vladimír Vondruš 4cc78e4cd3 Physics: debug renderer for AABB. 14 years ago
Vladimír Vondruš 51bc8bd675 Fixed compilation on mingw. 14 years ago
Vladimír Vondruš ae78b77b10 Added some @todos. 14 years ago
Vladimír Vondruš ee6d0ef438 Physics: ported debug draw to new SceneGraph. 14 years ago
Vladimír Vondruš 07e70c70a3 Physics: adapted ObjectShape to new SceneGraph implementation. 14 years ago
Vladimír Vondruš f7d002d06d Debug operator for shape type. 14 years ago
Vladimír Vondruš 06398dcf7c SceneGraph rework, part 3: splitting base object. 14 years ago
Vladimír Vondruš 89bf91c487 Use full template name when accessing parent class. 14 years ago
Vladimír Vondruš b9fbbb117b Don't use constexpr here. 14 years ago
Vladimír Vondruš 2dd0a68329 Internal "traits" cleanup. 14 years ago
Vladimír Vondruš 1c67fc3c66 Fixed unintialized variable. 14 years ago