2716 Commits (77fbed450e775449287c1800df27dcb00a7bef81)
 

Author SHA1 Message Date
Vladimír Vondruš 77fbed450e GCC 4.6 compatibility: apparently can't list-initialize a structure. 13 years ago
Vladimír Vondruš 4048071895 GCC 4.6 compatibility: no std::unordered_map::emplace(). 13 years ago
Vladimír Vondruš 1fcbf01288 Enable everything possible in development PKGBUILDs. 13 years ago
Vladimír Vondruš 695c287e11 Add development PKGBUILDs for GCC4.6/4.7. 13 years ago
Vladimír Vondruš db1f68d1e8 Use ninja also in all other development PKGBUILDs. 13 years ago
Vladimír Vondruš b2b6eb0c92 MinGW32's linker issues _are only_ MinGW32's fault. 13 years ago
Vladimír Vondruš 573e18eabd Broken std::u32string is also only MinGW32's fault. 13 years ago
Vladimír Vondruš 41ee03c5c5 Missing std::to_string() is MinGW32's fault, not Windows fault. 13 years ago
Vladimír Vondruš 3183f613b5 Fix: inexistent -> nonexistent. 13 years ago
Vladimír Vondruš 4fea3efbd3 Text: fixed alignment. 13 years ago
Vladimír Vondruš 5f07906aba Text: support for multi-line text rendering. 13 years ago
Vladimír Vondruš 3562985cf9 Text: clean RendererGLTest up. 13 years ago
Vladimír Vondruš b3f2a7900e Text: de-duplicated rendering code in Renderer. 13 years ago
Vladimír Vondruš 3003cbea2e Text: moved common glyph render code into AbstractLayouter::renderGlyph(). 13 years ago
Vladimír Vondruš ba8489f054 Math: added Geometry::Rectangle::translated(). 13 years ago
Vladimír Vondruš 8392990794 MagnumFont[Converter]: support for line height. 13 years ago
Vladimír Vondruš 858c9787f0 Text: initial support for line height in AbstractFont. 13 years ago
Vladimír Vondruš 446b48bbb7 Text: doc++ 13 years ago
Vladimír Vondruš f92e21e5c7 doc: improve shader backporting documentation. 13 years ago
Vladimír Vondruš b9161482bc Updated glLoadGen-generated files. 13 years ago
Vladimír Vondruš f10f2d8726 Math: added modulo operations for Vector. 13 years ago
Vladimír Vondruš 29c2f16399 SceneGraph: instantiate also integer TranslationTransformation. 13 years ago
Vladimír Vondruš aa566e9da8 Text: no need to have base class constructor public and documented. 13 years ago
Vladimír Vondruš ccc31f8105 Text: support for aligning rendered text. 13 years ago
Vladimír Vondruš 1571a9121b Text: added TODO, minor cleanup. 13 years ago
Vladimír Vondruš f009e5c47f Math: added rounding functions. 13 years ago
Vladimír Vondruš d6586fa1fc Math: reduce code duplication in Functions.h. 13 years ago
Vladimír Vondruš 31dae6ef33 Text: renamed Text::TextRenderer to Text::Renderer. 13 years ago
Vladimír Vondruš 05167c36fd SceneGraph: add Drawable::drawables() function. 13 years ago
Vladimír Vondruš 61eb7fcfe3 SceneGraph: renamed Animable::group() to Animable::animables(). 13 years ago
Vladimír Vondruš 8582bee07a Platform: ability to access particular Application subclass from Screen. 13 years ago
Vladimír Vondruš 4cd489f233 Platform: implicitly call redraw() after screen swapping. 13 years ago
Vladimír Vondruš ed5ee5c3c2 Mesh: warn about improper buffer binding also on Emscripten. 13 years ago
Vladimír Vondruš 2829a95ce9 MagnumFont: removed some probably forgotten debug output. 13 years ago
Vladimír Vondruš 00a8383214 Shaders: ability to specify background color in Vector shader. 13 years ago
Vladimír Vondruš 01eacfd675 Add static_assert for deletion of only complete types in ResourceManager. 13 years ago
Vladimír Vondruš 8003cd435a Text: returning std::unique_ptr instead of raw pointer. 13 years ago
Vladimír Vondruš 20a9d9a374 Text: added magnum-fontconverter utility. 13 years ago
Vladimír Vondruš 1e02a501f3 doc: removed absolutely wrong description, added TODO. 13 years ago
Vladimír Vondruš 760a815a91 TextureTools: renamed magnum-distancefield to magnum-distancefieldconverter. 13 years ago
Vladimír Vondruš fa90558727 Handle WITH_* options for utilities better. 13 years ago
Vladimír Vondruš c9e8d270a5 Shaders: okay, I admit, my NVidia really _is_ forgiving in GLSL ES. 13 years ago
Vladimír Vondruš afde795049 doc: documented Plugins directory. 13 years ago
Vladimír Vondruš da0f4de5ff Shaders: fixed Flat shader. 13 years ago
Vladimír Vondruš 0f60325126 Shaders: minor cleanup. 13 years ago
Vladimír Vondruš aa5b888bb2 Platform: added ScreenedApplication class. 13 years ago
Vladimír Vondruš 2ddcfcba52 Platform: document the intention better. 13 years ago
Vladimír Vondruš bf76cdfa81 Platform: added no-op GlutApplication::keyReleaseEvent(). 13 years ago
Vladimír Vondruš 798d6667e7 Platform: deinline default event handlers. 13 years ago
Vladimír Vondruš 5c1f47444f SceneGraph: doc++ 13 years ago