4453 Commits (9587b3143033e2213addeec92f7d48a2c4e9092e)
 

Author SHA1 Message Date
Squareys 9587b31430 Doc: `ResourceManager::instance()` returns reference, not pointer. 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 488e8ab20c MagnumExternal: Add ALC_SOFTX_HRTF defines and ALC_SOFT_HRTF procedures. 11 years ago
Squareys f12f2624b2 Doc: Add fn_alc and def_alc aliases. 11 years ago
Squareys 5acdbc9ba3 Doc: Add chapter for OpenAL Extension support. 11 years ago
Squareys cf6ca0bf29 Doc: Add al_extension alias. 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 5536289890 MagnumExternal: Add OpenAL/extensions.h. 11 years ago
Squareys 8b911c4ee3 Audio: Print additional info on Context creation 11 years ago
Vladimír Vondruš 663fbc8aee Doc++ 11 years ago
Vladimír Vondruš 81f227bae1 Platform: do the core context workaround also for AMD. 11 years ago
Vladimír Vondruš 725ffbbfdb Platform: doc++ 11 years ago
Vladimír Vondruš 6dfcde1f48 TextureTools: improve distance field computation without texelFetch(). 11 years ago
Vladimír Vondruš 0383592d1b TextureTools: fix driver crash on AMD. 11 years ago
Vladimír Vondruš 5170aa4978 TextureTools: fix distance field converter on 3.0 <= GL < 3.2. 11 years ago
Vladimír Vondruš 67ab4f00fa Removed obsolete comment. 11 years ago
Vladimír Vondruš 2dff7fc9e8 "Fix" useless MinGW warnings. 11 years ago
Vladimír Vondruš 58f16ccdb5 Math: proper fuzzy-compare for std::pair<float, float>. 11 years ago
Vladimír Vondruš 06a1734b86 MSVC 2015 compatibility: {}-related issues. 11 years ago
Vladimír Vondruš 35d2e2c370 Math: simplified DualQuaternion ScLERP. 11 years ago
Vladimír Vondruš 0f14be471e Math: ability to construct DualQuaternion from dual vector and scalar. 11 years ago
Vladimír Vondruš 609df779f5 Math: added sincos() for Dual numbers. 11 years ago
Vladimír Vondruš ce9be12708 Math: ability to multiply and divide dual and real number. 11 years ago
Vladimír Vondruš 34df5a0aaa Math: explicit conversion constructors for Dual, Complex and Quaternion. 11 years ago
Vladimír Vondruš e7cae67e9f Math: added sincos(). 11 years ago
Vladimír Vondruš 5160779e5e Math: doc++ 11 years ago
Vladimír Vondruš fb1cbd416d Math: document implementation reasons. 11 years ago
Squareys cbcb18ddc3 Math: Use a more readable notation for inline comments. 11 years ago
Squareys ae07f15676 Math: Super minor formatting fix. 11 years ago
Squareys ff593b1faf Math: Cleanup ScLERP implementation. 11 years ago
Squareys 4d077c878e Math: Add inline comments to reference the TeX formula from code. 11 years ago
Squareys 22f2c38132 Math: Optimize ScLERP implementation. 11 years ago
Squareys 7d78c7b30e Math: Implement DualQuaternion screw interpolation (ScLERP). 11 years ago
Squareys 9c055d0348 Math: Add test for DualQuaternion screw interpolation (ScLERP). 11 years ago
Vladimír Vondruš 3adc93888b Text: remove superfluous std::move(). 11 years ago
Vladimír Vondruš b87917a1e1 Math: fix build on Clang and GCC < 5.2. 11 years ago
Vladimír Vondruš 62203ae891 Math: proper multiplication/division of Duals with different types. 11 years ago
Vladimír Vondruš d3f528093e Math: avoid copypaste code in DualComplex. 11 years ago
Vladimír Vondruš 1becbae4ec Math: test Dual subclass implementation macro. 11 years ago
Vladimír Vondruš d5359a2c36 Math: update and document subclass implementation macro tests. 11 years ago
Vladimír Vondruš 2c34110aa9 Math: better qualification of types in Dual subclass implementation macro. 11 years ago
Vladimír Vondruš 82b40944ac Math: test multiplication/division of Dual numbers with different type. 11 years ago
Squareys 9f9fc723dc Audio: Fix Playable.h not included in PlayableGroup.h. 11 years ago