146 Commits (1251d44aecf17dedd8a3a04f5429422d95846029)

Author SHA1 Message Date
Vladimír Vondruš 686e215725 GCC 4.6 compatibility: can't use both constexpr and const. 13 years ago
Vladimír Vondruš 3b03da5d5e Made ImageReference data pointer constant. 13 years ago
Vladimír Vondruš ee045d261a Make some type conversions explicit. 13 years ago
Vladimír Vondruš 13351f9371 Install all *TestLib libraries on Windows. 13 years ago
Vladimír Vondruš d00aa0c560 doc: thoroughly explained plugin usage. 13 years ago
Vladimír Vondruš fff5950253 MagnumFontConverter: use Range::padded(). 13 years ago
Vladimír Vondruš 2c97326d8d std::fstream accepts filename as std::string in C++11. 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š ce470aede7 MagnumFont{,Converter}: these tests also need GL, set GLTest suffix. 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š c2ad09706e Fixed compilation with GCC 4.9. 13 years ago
Vladimír Vondruš f163009f45 TgaImporter: ColorFormat::Luminance is available only on ES2. 13 years ago
Vladimír Vondruš 1a608a5b7e TgaImporter: fix test on ES2. 13 years ago
Vladimír Vondruš 121d3a91bc MagnumFont: fixed compilation with Clang. 13 years ago
Vladimír Vondruš 090006d818 TgaImageConverter: use static data and ImageReference instead of `new`. 13 years ago
Vladimír Vondruš 6dc6404161 WavAudioImporter: explicitly find OpenAL also here. 13 years ago
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š 573e18eabd Broken std::u32string is also only MinGW32's fault. 13 years ago
Vladimír Vondruš 3183f613b5 Fix: inexistent -> nonexistent. 13 years ago
Vladimír Vondruš 3003cbea2e Text: moved common glyph render code into AbstractLayouter::renderGlyph(). 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š 2829a95ce9 MagnumFont: removed some probably forgotten debug output. 13 years ago
Vladimír Vondruš 8003cd435a Text: returning std::unique_ptr instead of raw pointer. 13 years ago
Vladimír Vondruš c9ad947136 Plugins: mark the includes as inter-project, not external. 13 years ago
Vladimír Vondruš f29ea2140f Fixed ES build without deprecated API. 13 years ago
Vladimír Vondruš b3d1bd1f9b Plugins: fixed ES build of TgaImageConverter. 13 years ago
Vladimír Vondruš 9c356d052c Plugins: remove the need for FreeTypeFont in MagnumFontConverter test. 13 years ago
Vladimír Vondruš 08c4802bd2 Plugins: skip the unimplemented test case instead of failing whole test. 13 years ago
Vladimír Vondruš 3fb969d397 Integrated plugins into build system and updated the documentation. 13 years ago
Vladimír Vondruš fc73848277 Improved building and CMake usage documentation. 13 years ago
Vladimír Vondruš 7b1f9c366e Don't forward-declare struct as class. 13 years ago
Vladimír Vondruš b7e241f17a Adapted to Magnum changes. 13 years ago
Vladimír Vondruš 410d3d0cd7 WavAudioImporter: fix linker error on Windows. 13 years ago
Vladimír Vondruš 361fc7b877 Windows build fixes (working around std::u32string bugs). 13 years ago
Vladimír Vondruš d43db99e86 MagnumFont[Converter]: adapted to Magnum changes. 13 years ago
Vladimír Vondruš b84dc709f8 TgaImporter, TgaImageConverter: adapted to Magnum changes. 13 years ago
Vladimír Vondruš f5afcc055d Adapted to Magnum changes. 13 years ago
Vladimír Vondruš 840b8be08c Removed enum-referencing Doxygen workarounds. 13 years ago
Vladimír Vondruš d972bd40de New plugin WavAudioImporter. 13 years ago
Vladimír Vondruš 8ca25de2ec TgaImporter: minor cleanup. 13 years ago
Vladimír Vondruš 5b0d0fe943 Adapted to "pointer chasing" Magnum changes. 13 years ago
Vladimír Vondruš 2835f6cc13 Properly update tests after message cleanup. 13 years ago
Vladimír Vondruš c5685d5f30 No need to make destructors as virtual. 13 years ago
Vladimír Vondruš e60306d3d7 MagnumFont: don't forget to close on destruction. 13 years ago