1456 Commits (a39fa198c8c3fcce8f4d1e57be1dfe50a755f7f4)
 

Author SHA1 Message Date
Vladimír Vondruš a39fa198c8 Math: removed inappropriate `constexpr` from operator!=() 13 years ago
Vladimír Vondruš f7a8641081 Math: fixed one-argument Vector constructors. 13 years ago
Vladimír Vondruš 2d0aad34b2 Math: SVD algorithm implementation. 13 years ago
Vladimír Vondruš 0f547d7e8e Math: added RectangularMatrix::sum(),product(),{min,max}(),{min,max}Abs(). 13 years ago
Vladimír Vondruš 60f86b8ea0 Math: added Vector::{min,max}Abs(). 13 years ago
Vladimír Vondruš 7b507d0485 Math: improve Vector::min()/max() tests. 13 years ago
Vladimír Vondruš 5b3e1a0ea0 Math: save one unneeded initialization in Vector::sum(). 13 years ago
Vladimír Vondruš 794b94f4fe Doc++ 13 years ago
Vladimír Vondruš e58962dc43 Don't use fully qualified Corrade::Utility::Debug when not needed. 13 years ago
Vladimír Vondruš 37955c468f Math: creating matrix from diagonal, retrieving values on diagonal. 13 years ago
Vladimír Vondruš ac9dca0781 Math: access RectangularMatrix's own data directly. 13 years ago
Vladimír Vondruš 08312ae335 Math: minor code reorganization. 13 years ago
Vladimír Vondruš fa6494f21e SceneGraph: forgot to initialize variables. 13 years ago
Vladimír Vondruš 0274ad7d56 Math: explicit one-parameter Point*D constructor. 13 years ago
Vladimír Vondruš 6458b03a76 Text: ability to create Font from memory instead of file. 13 years ago
Vladimír Vondruš c59404bece Doc++ 13 years ago
Vladimír Vondruš a45454ca73 Using CORRADE_INTERNAL_ASSERT_OUTPUT() where appropriate. 13 years ago
Vladimír Vondruš 58aefb3fa0 Text: explicit Font constructor. 13 years ago
Vladimír Vondruš cc2eac41bc Text: removing duplicate glyphs in Font::prerender(). 13 years ago
Vladimír Vondruš e24207f620 Doc++ 13 years ago
Vladimír Vondruš 19e0302b6f Don't render bloated and scary inheritance graphs in documentation. 13 years ago
Vladimír Vondruš 16571a884b Text: prerender font using dedicated function, not in constructor. 13 years ago
Vladimír Vondruš 799bc629eb Math: matrix/vector rework, part 4: using BoolVector for comparisons. 13 years ago
Vladimír Vondruš dcb4595e6e Math: new class BoolVector. 13 years ago
Vladimír Vondruš 9bbc656da5 Math: creating Vector from one value is broken. 13 years ago
Vladimír Vondruš 5819dd4bd7 Math: matrix/vector rework, part 3: conversion as explicit constructor. 13 years ago
Vladimír Vondruš baeadc9663 Math: matrix/vector rework, part 2: matrix as array of column vectors. 13 years ago
Vladimír Vondruš 4c16a767db Math: doc++, minor code cleanup. 13 years ago
Vladimír Vondruš 0ed0f261b4 Math: matrix/vector rework, part 1: synchronized unit tests. 13 years ago
Vladimír Vondruš 60eaa3f7d4 Aaargh. 13 years ago
Vladimír Vondruš 63086fdebe SceneGraph: de-inlined some constructors & destructor, hidden internals. 13 years ago
Vladimír Vondruš 679ca80af5 SceneGraph: minor cleanup. 13 years ago
Vladimír Vondruš ba547fb7f8 Primitives: the library is now shared instead of static. 13 years ago
Vladimír Vondruš eb1dff499c Doc: added link to PowerVR hardware best practices. 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š 5707a138d1 Print also resource key when attempting to overwrite final resource. 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š cd148cb3ff Primitives: added crosshair primitive. 13 years ago
Vladimír Vondruš bdeb1d7ac1 Another #include cleanup. 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