12 Commits (0aa16595ebbcaba99448b89eefeaafad63e60883)

Author SHA1 Message Date
Vladimír Vondruš 0aa16595eb Use new-style debug operators everywhere. 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš f3e02008fb No need to use class/struct keyword in friend declarations. 12 years ago
Vladimír Vondruš b19743157a Shapes: removed autolink-preventing % noise. 12 years ago
Vladimír Vondruš 757ca6d1ad Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
Vladimír Vondruš 9256b704ce Shapes: completed documentation review. 12 years ago
Vladimír Vondruš 30809a86f3 Shapes: updated and cleaned up the documentation. 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š 8c2291aa49 Making includes absolute, part 4: using absolute includes for Corrade. 12 years ago
Vladimír Vondruš 45a10cefdf Making includes absolute, part 1: moving files around. 12 years ago
Vladimír Vondruš d9e7096a9b Shapes: use Containers::Array instead of naked array in Composition. 13 years ago
Vladimír Vondruš 54465070ae Shapes: added InvertedSphere shape. 13 years ago
Vladimír Vondruš d8a5695a28 Shapes: added infinite cylinder shape. 13 years ago
Vladimír Vondruš f669dd7c23 Reducing pointer chasings, part 3d: less pointer passing in Shapes. 13 years ago
Vladimír Vondruš 2eb4e3c8ba Removed default template argument from DimensionTraits. 13 years ago
Vladimír Vondruš ebf13678dc Shapes: removed redundant `inline` keyword. 13 years ago
Vladimír Vondruš 06d707f25c Shape rework #8: updated documentation. 13 years ago
Vladimír Vondruš 6d8639cc76 Physics shape rework #7: renamed Physics namespace to Shapes. 13 years ago
Vladimír Vondruš c089fce239 Physics shape rework #5: renaming. 13 years ago
Vladimír Vondruš b063461a73 Physics: better diagnostics in ShapeGroup::get(). 13 years ago
Vladimír Vondruš 8deb22061d Physics shape rework #2: new implementation of ShapeGroup. 13 years ago
Vladimír Vondruš 38ec076eda Minor code cleanup (unused parameters). 13 years ago
Vladimír Vondruš 6a5d75d1e4 Relicensing to MIT/Expat license, part 2: headers. 13 years ago
Vladimír Vondruš 5f049c50b8 Physics: using new type aliases in whole Physics namespace. 13 years ago
Vladimír Vondruš 7e66a09461 Marking all constructors explicit, except for matrix and vector classes. 14 years ago
Vladimír Vondruš ae013effff Adapted to Corrade changes. 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š d2f0a2a045 Using default template arguments instead of GLfloat everywhere. 14 years ago
Vladimír Vondruš e9329745e8 Using `override` keyword in all places I can think of at this time. 14 years ago
Vladimír Vondruš c4f321d911 Don't use extern template where it is not necessary. 14 years ago
Vladimír Vondruš 706db2b560 Physics: Accessors to ShapeGroup members. 14 years ago
Vladimír Vondruš 71d90580b0 Physics: Shape type is public function. 14 years ago
Vladimír Vondruš 1077370937 Using fixed-size 8bit integer for dimension count. 14 years ago
Vladimír Vondruš 972846677d Using DimensionTraits for Shape implementation. 14 years ago
Vladimír Vondruš 77c0ab9cd4 2D/3D alternatives of collision detection shapes. 14 years ago
Vladimír Vondruš 04d58b3dbd Fixed collision detection boolean/logical operations confusion. 14 years ago
Vladimír Vondruš fe62f547de Reduced #includes in headers. 14 years ago
Vladimír Vondruš 129b7f23a7 Fixed typos (substract -> subtract). 14 years ago
Vladimír Vondruš c11b397d3f Documentation update. 14 years ago
Vladimír Vondruš 6762d3adcd Removed constexpr from non-constexpr constructors. 14 years ago
Vladimír Vondruš 43301c170c Initial Physics classes, interfaces, documentation and unit tests. 14 years ago