67 Commits (2eb4e3c8ba98630b54e98090a08d8ba69253c351)

Author SHA1 Message Date
Vladimír Vondruš 2eb4e3c8ba Removed default template argument from DimensionTraits. 13 years ago
Vladimír Vondruš cfd405c32c Getting rid of <>, part 5: SceneGraph object. 13 years ago
Vladimír Vondruš a0d60bbaa7 Getting rid of <>, part 2: SceneGraph cameras and drawables. 13 years ago
Vladimír Vondruš a7f5bef038 Getting rid of <>, part 1: Color classes. 13 years ago
Vladimír Vondruš 5bf61ceb74 *Tools: deinlined heavy functions, removed redundant `inline`. 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
Vladimír Vondruš c089fce239 Physics shape rework #5: renaming. 13 years ago
Vladimír Vondruš 2cceafed3c DebugTools: adapted ShapeRenderer to Physics changes. 13 years ago
Vladimír Vondruš 623fda0dc7 Shaders: removed superfluous `*Shader` suffix from class names. 13 years ago
Vladimír Vondruš 7ef8432fbe Doxygen: ignore specific namespaces instead of whole directories. 13 years ago
Vladimír Vondruš f2df328fe2 Using Corrade's visibility macros instead of copypasta all over again. 13 years ago
Vladimír Vondruš c534a71401 DebugTools: preparation for ability to render also solid shapes. 13 years ago
Vladimír Vondruš 00a17e3699 DebugTools: saner default color. 13 years ago
Vladimír Vondruš 82ca09a4ed Minor documentation fixes. 13 years ago
Vladimír Vondruš 45cbf1669f DebugTools: 2D and 3D LineSegment support in ShapeRenderer. 13 years ago
Vladimír Vondruš 7a12cbe8b1 DebugTools: use proper sphere parameters in ShapeRenderer. 13 years ago
Vladimír Vondruš 4000ef571b DebugTools: support color alpha in ForceRenderer and ShapeRenderer. 13 years ago
Vladimír Vondruš c79327ee43 Option to build Magnum as static library. 13 years ago
Vladimír Vondruš 4f4e1230d7 DebugTools: added support for 2D spheres into ShapeRenderer. 13 years ago
Vladimír Vondruš 79b4c0dbbd DebugTools: take also object rotation into account in ForceRenderer. 13 years ago
Vladimír Vondruš c455955d50 DebugTools: render boxes with size as half extent, not full. 13 years ago
Vladimír Vondruš f490fc8149 DebugTools: no need to prefix the test so much. 13 years ago
Vladimír Vondruš 7bb580e03b GCC 4.6 compatibility: this can't be constexpr, don't know why. 13 years ago
Vladimír Vondruš a60f35a026 Fixed a few typos in docs (ahem). 13 years ago
Vladimír Vondruš 408f40a908 Math: renamed MathTypeTraits to TypeTraits. 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š 5ff59b609e DebugTools: added ForceRenderer. 13 years ago
Vladimír Vondruš ce89563aed DebugTools: minor code cleanup. 13 years ago
Vladimír Vondruš 90dbb28763 Thorough CMakeLists cleanup. 13 years ago
Vladimír Vondruš b5c1052c96 DebugTools: using new type aliases in whole DebugTools namespace. 13 years ago
Vladimír Vondruš faf94c74e2 Adapted to recent meshdata/shader changes. 13 years ago
Vladimír Vondruš 2269919a99 Physics: specify AABB by its minimal and maximal dimensions. 13 years ago
Vladimír Vondruš 60eaa3f7d4 Aaargh. 13 years ago
Vladimír Vondruš f8d71941fd DebugTools: assertions for non-empty resource key when it is needed. 13 years ago
Vladimír Vondruš 604c5f35ee DebugTools: oops, swapped order of parameters. 13 years ago
Vladimír Vondruš 540c322f5b DebugTools: support for Point shape in ShapeRenderer. 13 years ago
Vladimír Vondruš 79f77ca665 DebugTools: added point size to ShapeRendererOptions. 13 years ago
Vladimír Vondruš 6cbf3439c8 Doc++ 13 years ago
Vladimír Vondruš 12e539ff12 DebugTools: missing break in switch. 13 years ago
Vladimír Vondruš 7d830a17aa DebugTools: simplified and optimized internal shape rendering. 13 years ago
Vladimír Vondruš 25da008f9b DebugTools: don't set resource key for unused index buffer for 2D box. 13 years ago
Vladimír Vondruš 4139f70146 DebugTools: minor code cleanup. 13 years ago
Vladimír Vondruš 22750b262d Minor #include cleanup. 13 years ago
Vladimír Vondruš 99efc0cb62 DebugTools: common mesh building implementation for all shape renderers. 13 years ago
Vladimír Vondruš 96884d5ac7 DebugTools: render also non-axis-aligned boxes with proper size. 13 years ago
Vladimír Vondruš 377170212c DebugTools: render boxes with proper size. 13 years ago