2792 Commits (cb00fdce57e7344a9f16ac2776fd9e52cb32f6b8)

Author SHA1 Message Date
Vladimír Vondruš cb00fdce57 MSVC 2013 compatibility: some explicit typing is needed. 13 years ago
Vladimír Vondruš 413bd4639e MSVC 2013 compatibility: constexpr-related issues. 13 years ago
Vladimír Vondruš b6f99db0ad MSVC 2013 compatibility: need explicit typing for addTests(). 13 years ago
Vladimír Vondruš 581ce482ea MSVC 2013 compatibility: more workarounds for array-initialization bug. 13 years ago
Vladimír Vondruš 545e07c85b Math: use proper suffixes for floating-point literals. 13 years ago
Vladimír Vondruš e2180ee85b MSVC 2013 compatibility: work around array-initialization bug. 13 years ago
Vladimír Vondruš 974f68a030 MSVC 2013 compatibility: worked around some initializer list bug. 13 years ago
Vladimír Vondruš e01e56dade MSVC 2013 compatibility: apparently can't have multiply defined aliases. 13 years ago
Vladimír Vondruš 4c4dc8ae75 MSVC 2013 compatibility: no rvalue references for *this. 13 years ago
Vladimír Vondruš d720330425 MSVC 2013 compatibility: no user-defined literals. 13 years ago
Vladimír Vondruš 2b5f71b52d MSVC 2013 compatibility: no Unicode char/string literals. 13 years ago
Vladimír Vondruš 2292469155 MSVC 2013 compatibility: constexpr-related issues. 13 years ago
Vladimír Vondruš 52fc92cb48 MSVC 2013 compatibility: no unrestricted unions. 13 years ago
Vladimír Vondruš 51f7230ed2 MSVC 2013 compatibility: added missing headers. 13 years ago
Vladimír Vondruš d00aa0c560 doc: thoroughly explained plugin usage. 13 years ago
Vladimír Vondruš e111854f53 GCC 4.5 compatibility: don't include deprecated headers. 13 years ago
Vladimír Vondruš ea776256bb GCC 4.5 compatibility: can't default function in class body. 13 years ago
Vladimír Vondruš 4d4b3e57e5 GCC 4.5 compatibility: nullptr-related issues. 13 years ago
Vladimír Vondruš 53c0f517b1 GCC 4.5 compatibility: no forward declarations for enums. 13 years ago
Vladimír Vondruš fff5950253 MagnumFontConverter: use Range::padded(). 13 years ago
Vladimír Vondruš fd987c9e4e Text: clean up GlyphCache::insert(). 13 years ago
Vladimír Vondruš 8cafb555dc MeshTools: code cleanup. 13 years ago
Vladimír Vondruš 2c97326d8d std::fstream accepts filename as std::string in C++11. 13 years ago
Vladimír Vondruš 3df67b370f SceneGraph: fix TranslationTransformationTest on Windows. 13 years ago
Vladimír Vondruš 1d0bc114a6 SceneGraph: allow creating TranslationTransformation only from Object. 13 years ago
Vladimír Vondruš c5d85166e0 SceneGraph: mention that Int TranslationTransformation is also included. 13 years ago
Vladimír Vondruš be48953642 SceneGraph: deinline Object constructor. 13 years ago
Vladimír Vondruš 228ef24e57 Bumped minimal version of exts related to layout() GLSL qualifier to 1.50. 13 years ago
Vladimír Vondruš 769838dbd5 Documented custom engine initialization, various doc updates. 13 years ago
Vladimír Vondruš 794c934dc1 Shotgun documentation updates. 13 years ago
Vladimír Vondruš ce9a9212ca Fix linking of tests in static Windows build. 13 years ago
Vladimír Vondruš f86a60c82d Fix static build on Windows. 13 years ago
Vladimír Vondruš 9b6b4377e9 Make inter-project includes with "" and dependency includes with <>. 13 years ago
Vladimír Vondruš f44af271df TgaImageConverter: workaround for linking error in the test. 13 years ago
Vladimír Vondruš 9792f2b7e0 Text: added TODO. 13 years ago
Vladimír Vondruš 72646fa2d5 Text: fix Renderer compilation in Emscripten. 13 years ago
Vladimír Vondruš ce470aede7 MagnumFont{,Converter}: these tests also need GL, set GLTest suffix. 13 years ago
Vladimír Vondruš 463613f1ce Don't include deprecated Rectangle.h header. 13 years ago
Vladimír Vondruš 1aa5bd0961 Math: error out when Rectangle.h is used in non-deprecated build. 13 years ago
Vladimír Vondruš a6dfda5c3a Math: fix RangeTest compilation with GCC 4.6. 13 years ago
Vladimír Vondruš 0865705813 Math: fix Range compilation with Clang, mark the constructors as implicit. 13 years ago
Vladimír Vondruš e6b15ed797 MagnumFont: save one division per glyph. 13 years ago
Vladimír Vondruš ee8f757419 Using Range2D instead of Rectangle everywhere. 13 years ago
Vladimír Vondruš b083935b94 Math: added Range::scaled(). 13 years ago
Vladimír Vondruš 66e6ab6684 Math: added Range::padded() function. 13 years ago
Vladimír Vondruš 9a6c959b60 Math: added Range*::center*() convenience functions. 13 years ago
Vladimír Vondruš 714c243dd6 Math: added generic Range class. 13 years ago
Vladimír Vondruš 0611f58569 Shaders: fix tests in static build. 13 years ago
Vladimír Vondruš c2ad09706e Fixed compilation with GCC 4.9. 13 years ago
Vladimír Vondruš 1291626afc Fixed compilation with Clang's libc++. 13 years ago