93 Commits (c0ce10882fcf7b6cc05dcbe65d5fb9c076dabc22)

Author SHA1 Message Date
Vladimír Vondruš 2ed3fba575 Adapted plugin constructor signatures to Corrade::PluginManager updates. 9 years ago
Vladimír Vondruš a2c8435ede Use new TestSuite numeric comparators where appropriate. 10 years ago
Vladimír Vondruš 7dca1cdcbc Synchronized windowless app dependencies of all utilities. 10 years ago
Alice d3239b6be6 Audio: minor correction of documentation for ALAW and MULAW. 10 years ago
Vladimír Vondruš 238d2db591 Audio: implemented ALC_ENUMERATION_EXT. 10 years ago
Vladimír Vondruš 32b757f036 Audio: properly initialize HRTF member of Audio::Context::Configuration. 10 years ago
Vladimír Vondruš c5eeb8c555 Audio: added magnum-al-info utility. 10 years ago
Vladimír Vondruš 54d62303e4 Audio: doc++ 10 years ago
Vladimír Vondruš a73e447545 Doxygen warning cleanup. 10 years ago
Alice 1897e36b19 Extend WavImporter to support more formats, be more flexible, and give better errors 10 years ago
Vladimír Vondruš d58d26aeff Audio: ability to run tests requiring OpenAL context separately. 10 years ago
Vladimír Vondruš 45f4e18f1e Audio, WavAudioImporter: bundle test files for Emscripten. 10 years ago
Vladimír Vondruš 7d8b2ce9a6 Print value of invalid enums in debug output, test those cases. 10 years ago
Vladimír Vondruš 3ab77b9112 Stress how Array instances returned from plugins should look like. 10 years ago
Vladimír Vondruš b969c71403 Audio: minor cleanup. 10 years ago
Vladimír Vondruš d9f83f1fd2 Audio: test Buffer construction. 10 years ago
Vladimír Vondruš 771b4d517a Exclude debug operators from code coverage. 10 years ago
Vladimír Vondruš eaeda24399 Don't restrict Double usage on OpenGL ES. 10 years ago
Vladimír Vondruš ca499e07c5 Audio: fix compiler warning. 10 years ago
Vladimír Vondruš 4759f419c1 Audio: cover also the official Windows SDK from Creative in the checks. 10 years ago
Vladimír Vondruš 52f2d297ca Math: put angle literals into dedicated Literals namespace. 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š 5623b2ca38 Audio: well this is superfluous. 10 years ago
Vladimír Vondruš 162b7b9926 Audio: return reference also from Audio::Context::current(). 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
Squareys 70e4d411f5 Audio: Remove hrtfs() test case from ContextTest. 11 years ago
Squareys 96c5a9a0f5 Audio: Add hrtfSpecifier() to Context for querying HRTF name. 11 years ago
Squareys 9d53f7cb2b Audio: Fix hrtfStatus() and isHrtfEnabled() and move them to Context. 11 years ago
Vladimír Vondruš d483a549b4 Audio: don't export internal function. 11 years ago
Vladimír Vondruš fd624d605e Audio: try to fix AppVeyor build. 11 years ago
Vladimír Vondruš ef7b456d17 Audio: don't assume anything about OpenAL enum sizes. 11 years ago
Vladimír Vondruš 00cc967739 Audio: make the frequency setting optional too. 11 years ago
Vladimír Vondruš cf24013769 Audio: cleanup Context::Configuration member naming and documentation. 11 years ago
Vladimír Vondruš 443d6aaae2 Audio: rename Buffer::Format enum values for consistency. 11 years ago
Vladimír Vondruš 09e1eca432 Audio: add missing enum values to debug operator. 11 years ago
Vladimír Vondruš 5d1a26ec65 Audio: random cleanups. 11 years ago
Squareys e8a75f270f Audio: Add tests for hrtf methods in Renderer and the HrtfStatus enum. 11 years ago
Squareys 12c795b95e Audio: Improve support for ALC_HRTF_SOFT(X). 11 years ago
Squareys c4af4da397 Audio: Implement support for AL_EXT_double. 11 years ago
Squareys 0c0c3dd70d Audio: Implement support for AL_EXT_float32. 11 years ago
Squareys 04077dcf6b Audio: Make sure AL and ALC extensions are both detected. 11 years ago
Squareys 2d3ef77ef5 Audio: Add Test for Context. 11 years ago
Squareys 9f409713cc Audio: Add ALC_ENUMERATION_EXT to extensions for testing 11 years ago
Squareys 4f5551dbec Audio: Initial Support for OpenAL Extensions (and ALC_SOFTX_HRTF) 11 years ago
Squareys 7421bf045d Audio: Add Extensions.h 11 years ago
Squareys 8b911c4ee3 Audio: Print additional info on Context creation 11 years ago
Squareys 9f9fc723dc Audio: Fix Playable.h not included in PlayableGroup.h. 11 years ago
Squareys 90dfaa02ee Audio: Fix listener.update() and add regression test. 11 years ago