38 Commits (c9718d3d12bd4463712e58a8be23647ca4467f6a)

Author SHA1 Message Date
Vladimír Vondruš e4790eaec9 Fix installation dir for DLLs on Windows. 13 years ago
Vladimír Vondruš da114ef853 Shapes: collision of InvertedSphere and Sphere. 13 years ago
Vladimír Vondruš 42691fb035 Shapes: collision of InvertedSphere and Point. 13 years ago
Vladimír Vondruš 54465070ae Shapes: added InvertedSphere shape. 13 years ago
Vladimír Vondruš c8b82479f9 Shapes: minor cleanup. 13 years ago
Vladimír Vondruš 103875ea9d Shapes: (detailed) collision of two spheres. 13 years ago
Vladimír Vondruš cf11f7e8fb Shapes: (detailed) collision of sphere vs. point. 13 years ago
Vladimír Vondruš 4b7187dd36 Shapes: Collision object, providing more detailed collision information. 13 years ago
Vladimír Vondruš 8935d8c721 Shapes: preparation for non-boolean collision queries. 13 years ago
Vladimír Vondruš ac3fe7cdf5 Removed Doxygen workarounds for forward declarations. 13 years ago
Vladimír Vondruš f4a410eddf GCC 4.6 compatibility: no `override` keyword. 13 years ago
Vladimír Vondruš 8929f4c1ae Shapes: documentation for adding new shapes. 13 years ago
Vladimír Vondruš d8a5695a28 Shapes: added infinite cylinder shape. 13 years ago
Vladimír Vondruš d09ee62376 Shapes: added TODO. 13 years ago
Vladimír Vondruš 55afd472fe Shapes: expect only uniform scaling for some primitives. 13 years ago
Vladimír Vondruš beef4b6113 Shapes: added TODOs. 13 years ago
Vladimír Vondruš e7dbe606cd Shapes: fixed 2D Capsule transformation. 13 years ago
Vladimír Vondruš 2c1a859563 Shapes: properly test both 2D and 3D where the transform is not trivial. 13 years ago
Vladimír Vondruš f669dd7c23 Reducing pointer chasings, part 3d: less pointer passing in Shapes. 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š 43feadfed6 Better usage of *Basic* in class names, part 3: SceneGraph features. 13 years ago
Vladimír Vondruš 7636c6adc3 Better usage of *Basic* in class names, part 1: SceneGraph object. 13 years ago
Vladimír Vondruš 0140aab5b1 Another mingw32 linker error fix. 13 years ago
Vladimír Vondruš fc0bde4f47 Wrap CMAKE_SHARED_LIBRARY_CXX_FLAGS in quotes. 13 years ago
Vladimír Vondruš 2eb4e3c8ba Removed default template argument from DimensionTraits. 13 years ago
Vladimír Vondruš 4197e1688a Shapes: WHY there is that. 13 years ago
Vladimír Vondruš 346ea2feb6 Getting rid of <>, part 6: SceneGraph transformations. 13 years ago
Vladimír Vondruš cfd405c32c Getting rid of <>, part 5: SceneGraph object. 13 years ago
Vladimír Vondruš 572efce3f7 Getting rid of <>, part 3: SceneGraph features and feature groups. 13 years ago
Vladimír Vondruš f78ac39ab6 Shapes: overlooked `typename`. 13 years ago
Vladimír Vondruš c253fa74d3 Shapes: simplified collision dispatch implementation with macro. 13 years ago
Vladimír Vondruš 980cc48642 SceneGraph: extracted CachedTransformation[s] enum out of AbstractFeature. 13 years ago
Vladimír Vondruš 1071a251cd SceneGraph: make public Object API non-virtual too. 13 years ago
Vladimír Vondruš ebf13678dc Shapes: removed redundant `inline` keyword. 13 years ago
Vladimír Vondruš db71a23e3c Bring whole Corrade namespace into Magnum namespace. 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