106 Commits (2e14d2d75282ac1007e8e07a2a1f9e5d4bfb7e12)

Author SHA1 Message Date
Alice Margatroid 58270fe9f0 push_back -> emplace_back 9 years ago
Alice Margatroid e762fc1efc Modernize #1 9 years ago
Vladimír Vondruš 46e118879f Test: use Containers::arrayView() and arrayCast() to simplify code. 9 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš f4ca50a7ca WavAudioImporter: test for size of imported data. 9 years ago
Vladimír Vondruš 044fd3d4f9 WavAudioImporter: vertical/horizontal code compression. 9 years ago
Vladimír Vondruš 3b3f71faa9 doc: adapted GL function/extension to Khronos domain move. 9 years ago
Vladimír Vondruš 76aab47291 Trade: support for vertex colors in MeshData. 9 years ago
Vladimír Vondruš 4509dbb1b1 Don't use deprecated Corrade functionality. 9 years ago
Vladimír Vondruš ee3afc1bbc Code simplification in plugin tests. 9 years ago
Vladimír Vondruš fb454d8a3f Made Test/AbstractOpenGLTester.h a public and documented API. 9 years ago
Vladimír Vondruš 2ed3fba575 Adapted plugin constructor signatures to Corrade::PluginManager updates. 9 years ago
Vladimír Vondruš 7ded9653bf Tga{Importer,ImageConverter}: properly name the file format w/ extension. 10 years ago
Vladimír Vondruš 097134f884 TgaImageConverter: removed obsolete configuration header. 10 years ago
Vladimír Vondruš 9590f72388 ObjImporter: properly implement string-to-number on Android. 10 years ago
Vladimír Vondruš 081f79a766 Bundle test files for both Android and Emscripten. 10 years ago
Vladimír Vondruš ddf6cd27f0 CMake: install plugin binary / library to different places. 10 years ago
Alice 92083ea9e3 WavAudioImporter: Shrink example WAV files 10 years ago
Vladimír Vondruš a29d3c31ba WavAudioImporter: fix typo causing Emscripten build to fail. 10 years ago
Vladimír Vondruš 70eb0e816f WavAudioImporter: use MuLaw consistently. 10 years ago
Vladimír Vondruš d3fc5f9410 WavAudioImporter: put new enums into the Debug output operator. 10 years ago
Alice 921a11564d WavAudioImporter: improve tests. 10 years ago
Alice 048a1b2b90 Add tests to improve coverage 10 years ago
Vladimír Vondruš d6a8c44a0d Updated CREDITS.md. 10 years ago
Vladimír Vondruš 4add1621fb WavAudioImporter: reflect new features in plugin documentation. 10 years ago
Vladimír Vondruš b0d6b2b14a WavAudioImporter: have an enum for WAV audio formats. 10 years ago
Vladimír Vondruš f270705f36 MagnumPlugins: exporting symbols of all plugins. 10 years ago
Vladimír Vondruš cbdad2dfe0 WavAudioImporter: minor cleanup, improved static assertions. 10 years ago
Alice 1897e36b19 Extend WavImporter to support more formats, be more flexible, and give better errors 10 years ago
Vladimír Vondruš 45f4e18f1e Audio, WavAudioImporter: bundle test files for Emscripten. 10 years ago
Vladimír Vondruš 42d9679ac0 Exclude unreachable code from code coverage. 10 years ago
Vladimír Vondruš 1cfd2dc7b5 Fix image data size computation with pixel storage skip applied. 10 years ago
Vladimír Vondruš 5f36f41817 Make all non-GL tests building and passing on WebGL/Emscripten. 10 years ago
Vladimír Vondruš 8677465379 Work around Xcode project limitations in more cases. 10 years ago
Vladimír Vondruš 66e17608e6 Text: introduce font ascent and descent. 10 years ago
Vladimír Vondruš 01ffbe93a9 Modern CMake usage: reworked to use target-specific properties. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš 30fc1411bb Adapted to Corrade changes. 10 years ago
Vladimír Vondruš e0645d30df TgaImporter: fix compilation on ES2. 10 years ago
Vladimír Vondruš d1714bfd1e Context::current() now returns reference instead of pointer. 10 years ago
Vladimír Vondruš 9bc98c3f10 CMake subproject support, part 2: export MAGNUM_* variables. 11 years ago
Vladimír Vondruš 2826181691 WavAudioImporter: various cleanup. 11 years ago
Vladimír Vondruš d7a922bfb5 Remove old std::u32string-related MinGW workarounds. 11 years ago
Vladimír Vondruš d971d388c2 MagnumFont: at least some test for glyph cache creation. 11 years ago
Vladimír Vondruš 21fc790632 Trade: make AbstractImageConverter API non-const. 11 years ago
Vladimír Vondruš 6547a59f0b ObjImporter: open the file as binary. 11 years ago
Vladimír Vondruš 232a8038e4 TgaImageConverter: properly handle also pixel storage skip. 11 years ago
Vladimír Vondruš 6ea868d723 TgaImageConverter: properly handle pixel storage alignment. 11 years ago
Vladimír Vondruš d4e53f16e8 TgaImporter: drop istream in favor of plain array. 11 years ago
Vladimír Vondruš 3f34bcf580 TgaImporter: adjust pixel storage if row size is not four byte aligned. 11 years ago