115 Commits (b29f73636352f048a321f2f90ccd3db8d7eb6a07)

Author SHA1 Message Date
Vladimír Vondruš b29f736363 Physics shape rework #1: simplified implementation of base shapes. 13 years ago
Vladimír Vondruš 4060c45617 Physics: wat. 13 years ago
Vladimír Vondruš f2df328fe2 Using Corrade's visibility macros instead of copypasta all over again. 13 years ago
Vladimír Vondruš 39348ddf06 Physics: another mistake in CapsuleTest. 13 years ago
Vladimír Vondruš 66352a0150 Physics: copypaste error. TWICE! OMG! 13 years ago
Vladimír Vondruš a2d84ebf0c Physics: forgot to add test case to the list. 13 years ago
Vladimír Vondruš fd531b5101 Math: cleaned up plane/line intersection. 13 years ago
Vladimír Vondruš 1e383e3d70 Physics: very minor code cleanup. 13 years ago
Vladimír Vondruš 5a377a568e Physics: default constructors for shapes. 13 years ago
Vladimír Vondruš c79327ee43 Option to build Magnum as static library. 13 years ago
Vladimír Vondruš c455955d50 DebugTools: render boxes with size as half extent, not full. 13 years ago
Vladimír Vondruš 38ec076eda Minor code cleanup (unused parameters). 13 years ago
Vladimír Vondruš a0b83edd2b Relicensing to MIT/Expat license, part 4: CMake and documentation files. 13 years ago
Vladimír Vondruš c5ab86794b Relicensing to MIT/Expat license, part 3: source files. 13 years ago
Vladimír Vondruš 6a5d75d1e4 Relicensing to MIT/Expat license, part 2: headers. 13 years ago
Vladimír Vondruš 90dbb28763 Thorough CMakeLists cleanup. 13 years ago
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