128 Commits (4059bd752f36e862c0cdbd1ddf891933631660ab)

Author SHA1 Message Date
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
Vladimír Vondruš e55b4b80c6 Cleaned up and unified error and assertion messages. 13 years ago
Vladimír Vondruš f7f380064c Link plugins to their dependencies on Windows. 13 years ago
Vladimír Vondruš 82ffeaae01 Link plugin dependencies to libraries, not test executables. 13 years ago
Vladimír Vondruš 533be4db3d MagnumFontConverter: the test needs OpenGL. 13 years ago
Vladimír Vondruš d442cb964e Explicitly specify library types for *TestLib targets. 13 years ago
Vladimír Vondruš 1e5f4d68de Fixed visibility macros for plugins used as dependencies. 13 years ago
Vladimír Vondruš b003e53f00 Wrap CMAKE_SHARED_LIBRARY_CXX_FLAGS in quotes. 13 years ago
Vladimír Vondruš 4725aa6687 MagnumFont: store glyph advance with glyphs, not characters. 13 years ago
Vladimír Vondruš 6807cd2b39 Adapted to Magnum changes. 13 years ago
Vladimír Vondruš c22740543f MagnumFontConverter: avoid double padding around the glyphs. 13 years ago
Vladimír Vondruš 9ebfc456b9 MagnumFont: no need to use DistanceFieldGlyphCache. 13 years ago
Vladimír Vondruš 0eb828f67e TgaImporter: return Luminance if EXT_texture_rg is not supported in ES. 13 years ago
Vladimír Vondruš 0012ec37f7 OpenGL ES build fix. 13 years ago
Vladimír Vondruš d3937556b5 Ability to build the plugins either as dynamic or static. 13 years ago
Vladimír Vondruš a5e7c19973 MagnumFont: simple bitmap font. 13 years ago
Vladimír Vondruš 96166663f1 Doxygen fixes. 13 years ago
Vladimír Vondruš c53cb1b004 Adapted to Magnum changes. 13 years ago
Vladimír Vondruš cb9a66bd8a Properly prefix visibility macros. 13 years ago