1440 Commits (a45454ca73cb95f615bf28632b4419a268ceaafb)
 

Author SHA1 Message Date
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
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
Vladimír Vondruš b69f729e75 SceneGraph: thinko in FeatureGroup destructor. 13 years ago
Vladimír Vondruš c3bbf03917 DebugTools: using wireframe primitives in ShapeRenderer. 13 years ago
Vladimír Vondruš 0f27fb536f Primitives: Square can be now solid or wireframe. 13 years ago
Vladimír Vondruš 25b752a311 Primitives: Plane can be now solid or wireframe. 13 years ago
Vladimír Vondruš ac6182b329 Primitives: Cube can be now solid or wireframe. 13 years ago
Vladimír Vondruš 547c8a24da Trade: defaulted move constructor/assignment. 13 years ago
Vladimír Vondruš 85b715e115 Trade: added forward declaration header. 13 years ago
Vladimír Vondruš 59a3a7029d SceneGraph: allow duplicate occurences in Object::transformations(). 13 years ago
Vladimír Vondruš b86f107396 SceneGraph: split object transformations test into more functions. 13 years ago
Vladimír Vondruš 177898f93c SceneGraph: code cleanup, documentation, fixed assertions. 13 years ago
Vladimír Vondruš 2267627242 Text: return rendered rectangle from TextRenderer::render(). 13 years ago
Vladimír Vondruš 5e8625bd98 SceneGraph: don't pass duration in Animable constructor. 13 years ago
Vladimír Vondruš 58f936386f Doc++ 13 years ago