Commit Graph

  • bec686cec4 package: update dependencies of Debian package. Vladimír Vondruš 2015-11-13 13:31:17 +0100
  • 247d8dba6f Math: added lerp(T, T, BoolVector). Vladimír Vondruš 2015-11-13 00:36:23 +0100
  • 7fb0efcea7 Make Corrade::Utility::Fatal available in Magnum namespace. Vladimír Vondruš 2015-11-11 19:52:16 +0100
  • e6567af364 Math: don't depend on char signedness in test. Vladimír Vondruš 2015-11-07 20:15:33 +0100
  • 7bb8bb271b Math: test Quaternion SLERP division by zero with non-trivial data. Vladimír Vondruš 2015-11-07 19:53:38 +0100
  • 998f63bcb2 Math: Fix slerp interpolation of equal quaternions and add test. Squareys 2015-11-04 19:58:47 +0100
  • d9a57bc5d3 Merge 60938e9b94 into ef7b456d17 #118 Squareys 2015-11-07 18:49:09 +0000
  • ef7b456d17 Audio: don't assume anything about OpenAL enum sizes. Vladimír Vondruš 2015-11-07 19:38:40 +0100
  • 40bd7adda8 Audio: added OpenAL Doxygen page. Vladimír Vondruš 2015-11-07 19:16:34 +0100
  • 00cc967739 Audio: make the frequency setting optional too. Vladimír Vondruš 2015-11-07 19:32:28 +0100
  • cf24013769 Audio: cleanup Context::Configuration member naming and documentation. Vladimír Vondruš 2015-11-07 18:59:59 +0100
  • 443d6aaae2 Audio: rename Buffer::Format enum values for consistency. Vladimír Vondruš 2015-11-07 18:58:11 +0100
  • 09e1eca432 Audio: add missing enum values to debug operator. Vladimír Vondruš 2015-11-07 18:44:59 +0100
  • 5d1a26ec65 Audio: random cleanups. Vladimír Vondruš 2015-11-07 18:44:35 +0100
  • 9587b31430 Doc: `ResourceManager::instance()` returns reference, not pointer. #111 Squareys 2015-11-04 23:33:35 +0100
  • e8a75f270f Audio: Add tests for hrtf methods in Renderer and the HrtfStatus enum. Squareys 2015-11-03 21:06:44 +0100
  • 12c795b95e Audio: Improve support for ALC_HRTF_SOFT(X). Squareys 2015-11-03 21:04:55 +0100
  • 488e8ab20c MagnumExternal: Add ALC_SOFTX_HRTF defines and ALC_SOFT_HRTF procedures. Squareys 2015-11-03 21:10:18 +0100
  • f12f2624b2 Doc: Add fn_alc and def_alc aliases. Squareys 2015-10-18 17:27:58 +0200
  • 5acdbc9ba3 Doc: Add chapter for OpenAL Extension support. Squareys 2015-09-06 20:20:55 +0200
  • cf6ca0bf29 Doc: Add al_extension alias. Squareys 2015-09-06 12:12:15 +0200
  • c4af4da397 Audio: Implement support for AL_EXT_double. Squareys 2015-10-18 17:17:10 +0200
  • 0c0c3dd70d Audio: Implement support for AL_EXT_float32. Squareys 2015-11-04 19:21:39 +0100
  • 04077dcf6b Audio: Make sure AL and ALC extensions are both detected. Squareys 2015-10-18 16:50:45 +0200
  • 2d3ef77ef5 Audio: Add Test for Context. Squareys 2015-10-18 16:49:49 +0200
  • 9f409713cc Audio: Add ALC_ENUMERATION_EXT to extensions for testing Squareys 2015-10-18 16:48:36 +0200
  • 4f5551dbec Audio: Initial Support for OpenAL Extensions (and ALC_SOFTX_HRTF) Squareys 2015-10-24 17:12:41 +0200
  • 7421bf045d Audio: Add Extensions.h Squareys 2015-09-06 12:09:37 +0200
  • 5536289890 MagnumExternal: Add OpenAL/extensions.h. Squareys 2015-10-10 15:22:28 +0200
  • 8b911c4ee3 Audio: Print additional info on Context creation Squareys 2015-09-06 12:06:08 +0200
  • 60938e9b94 Math: Fix slerp interpolation of equal quaternions and add test. #118 Squareys 2015-11-04 19:58:47 +0100
  • 663fbc8aee Doc++ Vladimír Vondruš 2015-11-03 19:13:37 +0100
  • 81f227bae1 Platform: do the core context workaround also for AMD. Vladimír Vondruš 2015-11-02 23:35:02 +0100
  • 725ffbbfdb Platform: doc++ Vladimír Vondruš 2015-11-02 23:25:35 +0100
  • 6dfcde1f48 TextureTools: improve distance field computation without texelFetch(). Vladimír Vondruš 2015-10-30 21:16:24 +0100
  • 0383592d1b TextureTools: fix driver crash on AMD. Vladimír Vondruš 2015-10-30 20:41:16 +0100
  • 5170aa4978 TextureTools: fix distance field converter on 3.0 <= GL < 3.2. Vladimír Vondruš 2015-10-29 22:35:56 +0100
  • 67ab4f00fa Removed obsolete comment. Vladimír Vondruš 2015-10-26 19:58:03 +0100
  • 2dff7fc9e8 "Fix" useless MinGW warnings. Vladimír Vondruš 2015-10-26 19:24:37 +0100
  • 58f16ccdb5 Math: proper fuzzy-compare for std::pair<float, float>. Vladimír Vondruš 2015-10-25 02:05:58 +0100
  • 06a1734b86 MSVC 2015 compatibility: {}-related issues. Vladimír Vondruš 2015-10-25 02:55:56 +0200
  • 35d2e2c370 Math: simplified DualQuaternion ScLERP. Vladimír Vondruš 2015-10-25 00:14:08 +0200
  • 0f14be471e Math: ability to construct DualQuaternion from dual vector and scalar. Vladimír Vondruš 2015-10-25 01:02:40 +0200
  • 609df779f5 Math: added sincos() for Dual numbers. Vladimír Vondruš 2015-10-24 23:55:38 +0200
  • ce9be12708 Math: ability to multiply and divide dual and real number. Vladimír Vondruš 2015-10-24 23:54:35 +0200
  • 34df5a0aaa Math: explicit conversion constructors for Dual, Complex and Quaternion. Vladimír Vondruš 2015-10-24 22:41:02 +0200
  • e7cae67e9f Math: added sincos(). Vladimír Vondruš 2015-10-24 20:45:33 +0200
  • 5160779e5e Math: doc++ Vladimír Vondruš 2015-10-24 20:40:39 +0200
  • fb1cbd416d Math: document implementation reasons. Vladimír Vondruš 2015-10-24 20:39:57 +0200
  • cbcb18ddc3 Math: Use a more readable notation for inline comments. Squareys 2015-10-10 18:01:35 +0200
  • ae07f15676 Math: Super minor formatting fix. Squareys 2015-10-10 16:25:47 +0200
  • ff593b1faf Math: Cleanup ScLERP implementation. Squareys 2015-10-10 16:22:24 +0200
  • 4d077c878e Math: Add inline comments to reference the TeX formula from code. Squareys 2015-10-09 00:12:17 +0200
  • 22f2c38132 Math: Optimize ScLERP implementation. Squareys 2015-10-07 22:06:46 +0200
  • 7d78c7b30e Math: Implement DualQuaternion screw interpolation (ScLERP). Squareys 2015-10-07 22:02:02 +0200
  • 9c055d0348 Math: Add test for DualQuaternion screw interpolation (ScLERP). Squareys 2015-10-05 23:09:09 +0200
  • 4a1a850ea2 Merge 3b5ba3f21f into 3adc93888b #114 Squareys 2015-10-21 18:14:01 +0000
  • 3b5ba3f21f Math: Use a more readable notation for inline comments. #114 Squareys 2015-10-10 18:01:35 +0200
  • 8d329e1ea0 Math: Super minor formatting fix. Squareys 2015-10-10 16:25:47 +0200
  • a5066622cb Math: Cleanup ScLERP implementation. Squareys 2015-10-10 16:22:24 +0200
  • 030c095c85 Math: Add inline comments to reference the TeX formula from code. Squareys 2015-10-09 00:12:17 +0200
  • 0bfe2abed4 Math: Optimize ScLERP implementation. Squareys 2015-10-07 22:06:46 +0200
  • f8199f35ac Math: Implement DualQuaternion screw interpolation (ScLERP). Squareys 2015-10-07 22:02:02 +0200
  • 3b2e49a00d Math: Add test for DualQuaternion screw interpolation (ScLERP). Squareys 2015-10-05 23:09:09 +0200
  • 3adc93888b Text: remove superfluous std::move(). Vladimír Vondruš 2015-10-20 23:47:38 +0200
  • b87917a1e1 Math: fix build on Clang and GCC < 5.2. Vladimír Vondruš 2015-10-20 23:46:07 +0200
  • 62203ae891 Math: proper multiplication/division of Duals with different types. Vladimír Vondruš 2015-10-20 21:05:51 +0200
  • d3f528093e Math: avoid copypaste code in DualComplex. Vladimír Vondruš 2015-10-20 20:34:46 +0200
  • 1becbae4ec Math: test Dual subclass implementation macro. Vladimír Vondruš 2015-10-20 20:28:46 +0200
  • d5359a2c36 Math: update and document subclass implementation macro tests. Vladimír Vondruš 2015-10-20 20:27:39 +0200
  • 2c34110aa9 Math: better qualification of types in Dual subclass implementation macro. Vladimír Vondruš 2015-10-20 20:26:20 +0200
  • 82b40944ac Math: test multiplication/division of Dual numbers with different type. Vladimír Vondruš 2015-10-16 23:43:49 +0200
  • 9f9fc723dc Audio: Fix Playable.h not included in PlayableGroup.h. #116 Squareys 2015-10-18 18:21:22 +0200
  • 90dfaa02ee Audio: Fix listener.update() and add regression test. Squareys 2015-10-18 18:12:10 +0200
  • e023c7d049 Include magnum-extras repo in Doxygen documentation. Vladimír Vondruš 2015-10-16 22:48:20 +0200
  • c02bee745d Audio: don't use `using` when not needed. Vladimír Vondruš 2015-10-12 22:53:44 +0200
  • a535f7ab47 Math: ability to access Dual members via reference. Vladimír Vondruš 2015-10-12 21:54:56 +0200
  • 277828ea44 Ability to do GL context creation fallbacks even from Context constructor. Vladimír Vondruš 2015-10-11 01:23:43 +0200
  • 58c3d0277b Added remaining related projects to README, badges for all of them. Vladimír Vondruš 2015-10-10 15:21:46 +0200
  • ab887f9795 Include Gitter link everywhere. Vladimír Vondruš 2015-10-10 15:21:27 +0200
  • 2f10505349 AnyAudioImporter: support loading OGG Vorbis files. Vladimír Vondruš 2015-10-10 12:30:22 +0200
  • bd26990b30 Updated CREDITS. Vladimír Vondruš 2015-10-10 12:45:19 +0200
  • 177881d67f Use Doxygen \todo instead of TODO to have everything at one place. Vladimír Vondruš 2015-10-10 12:20:24 +0200
  • 2826181691 WavAudioImporter: various cleanup. Vladimír Vondruš 2015-10-10 12:19:57 +0200
  • 4faed586fb SceneGraph: disable warnings about use of deprecated APIs on MSVC. Vladimír Vondruš 2015-10-10 12:02:11 +0200
  • 950e3e2aca package/ci: enable Gitter notifications. Vladimír Vondruš 2015-10-10 00:56:51 +0200
  • 3214065302 Add Gitter badge to README. Vladimír Vondruš 2015-10-10 00:56:37 +0200
  • 4ea5dc41d2 Platform: NVidia workaround also in WindowlessGlxApplication. Vladimír Vondruš 2015-10-10 00:49:04 +0200
  • 79cf010db0 Platform: minor cleanup. Vladimír Vondruš 2015-10-10 00:48:50 +0200
  • 3a4eb8bfad Platform: forgot to destroy PBuffer in WindowlessGlxApplication. Vladimír Vondruš 2015-10-10 00:46:15 +0200
  • dc533eba25 Platform: request forward-compatible core context in Sdl2Application. Vladimír Vondruš 2015-10-09 23:49:27 +0200
  • 7e82eb215c Platform: finally properly create core contexts in Sdl2Application. Vladimír Vondruš 2015-10-09 23:44:01 +0200
  • 8f35ebaedf Platform: actually create the fallback context in Sdl2Application. Vladimír Vondruš 2015-10-09 23:40:25 +0200
  • 4b525d2a4f Add Gitter badge #115 The Gitter Badger 2015-10-09 12:28:23 +0000
  • d4ee9b7184 Revert "Platform: really properly fix context creation in Sdl2Application." Vladimír Vondruš 2015-10-06 20:06:50 +0200
  • 83fb312cfb Platform: try to request core profile also in WindowlessGlxApplication. Vladimír Vondruš 2015-10-06 19:53:56 +0200
  • 4adcc5b3a9 Platform: remove obsolete comment. Vladimír Vondruš 2015-10-06 19:52:26 +0200
  • a7661d7076 Platform: really properly fix context creation in Sdl2Application. Vladimír Vondruš 2015-10-06 19:40:13 +0200
  • 03106cf5cb Audio: Remove getter/setter cross references #110 Squareys 2015-09-29 20:27:08 +0200
  • 2d6f6af974 Audio: Add Listener feature and test Squareys 2015-09-29 00:30:56 +0200