4511 Commits (6e73dee0968611a4fa8bfb389226bf9a33f7ec89)
 

Author SHA1 Message Date
Vladimír Vondruš 6e73dee096 Math: avoid dependency on Functions.h in DualQuaternion.h. 11 years ago
Squareys 0e05c7289e Math: Fix sclerp of dual quaternions with equal rotation and add test. 11 years ago
Vladimír Vondruš 80daa088ba Fix Doxygen warning about undocumented stuff. 11 years ago
Vladimír Vondruš c0d21e2146 Trade: provide a way to access importer-specific data from all classes. 11 years ago
Vladimír Vondruš ded598128a Recognize some more driver-specific workarounds. 11 years ago
Vladimír Vondruš 540e36b2e3 MeshTools: fix the fix for CORRADE_NO_ASSERT build. 11 years ago
Vladimír Vondruš 2f770bb210 MeshTools: fix warnings in build with CORRADE_NO_ASSERT. 11 years ago
Vladimír Vondruš b0fd865e52 Fix build with CORRADE_NO_ASSERT. 11 years ago
Vladimír Vondruš 9ebd6ad46d Math: added pow(), log() and exp(). 11 years ago
Vladimír Vondruš ab35741221 Math: minor cleanup, reordering and test renaming. 11 years ago
Vladimír Vondruš 9696bebaeb Platform: ability to request sRGB-capable framebuffer in Sdl2Application. 11 years ago
Vladimír Vondruš 2a7875ad49 Platform: doc++. 11 years ago
Vladimír Vondruš 508ca2e99f Platform: don't overwrite user-specified context flags in Sdl2Application. 11 years ago
Vladimír Vondruš 8c4756a9e4 Platform: use amd-nv-no-forward-compatible-core-context only when needed. 11 years ago
Vladimír Vondruš cbf3e427a1 Recognizing `amd-nv-no-forward-compatible-core-context` workaround. 11 years ago
Vladimír Vondruš 356491e1df More transparent way to handle driver workarounds. 11 years ago
Vladimír Vondruš cb897a497f Recognize and ignore --magnum-* command-line options in utilities. 11 years ago
Vladimír Vondruš f684882d63 Platform: reduce amount of included files, cleanup. 11 years ago
Vladimír Vondruš e7383d88fc Initial support for passing arguments directly to the engine. 11 years ago
Vladimír Vondruš 1ccd9ee1d4 package/debian: don't forget to install CMake modules. 11 years ago
Vladimír Vondruš 342b3c2b60 Fix failing TransformFeedback GL test on Mesa. 11 years ago
Vladimír Vondruš d2454ba6f3 Remove lvalue restrictions when converting images to image views. 11 years ago
Vladimír Vondruš ba6dceb37b Updated CREDITS.md. 11 years ago
Vladimír Vondruš d91cb8f9e8 Disallow default construction of tag types. 11 years ago
Vladimír Vondruš a58cbd8153 Avoid creating tag types more than once. 11 years ago
Vladimír Vondruš cd740671a6 Don't use raw GL calls (that are even deprecated) in tests. 11 years ago
Vladimír Vondruš d7d4bfccaf doc: updated Debian building docs. 11 years ago
Vladimír Vondruš 45135ece7b package: proper Debian build dependencies. 11 years ago
Vladimír Vondruš 72705691ce Added Debian packaging temporaries to .gitignore. 11 years ago
Vladimír Vondruš 3c6598df11 Ignore only root build folders. 11 years ago
Vladimír Vondruš b3e4314c49 Updated CREDITS.md. 11 years ago
Vladimír Vondruš 2dfa2815ae Platform: documentation formatting fixes. 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š 2d44f46f14 Math: fix compiler warning. 11 years ago
Vladimír Vondruš d483a549b4 Audio: don't export internal function. 11 years ago
Vladimír Vondruš a4d3beb0c3 Advertise Windows Phone and Store support. 11 years ago
Vladimír Vondruš fd624d605e Audio: try to fix AppVeyor build. 11 years ago
Vladimír Vondruš 8cfbfd3b3a doc: document building for Windows RT. 11 years ago
Vladimír Vondruš 360068475a Platform: Windows RT support for Sdl2Application. 11 years ago
Vladimír Vondruš df4e032e83 Platform: Sdl2Application documentation cleanup. 11 years ago
Vladimír Vondruš 71bb259e13 doc: link to relevant information from building page. 11 years ago
Vladimír Vondruš 41fe0254d9 Force TARGET_GLES on Windows RT. 11 years ago
Squareys c8338bf158 package/ci: Update openal-soft download link. 11 years ago
Vladimír Vondruš bec686cec4 package: update dependencies of Debian package. 11 years ago
Vladimír Vondruš 247d8dba6f Math: added lerp(T, T, BoolVector). 11 years ago
Vladimír Vondruš 7fb0efcea7 Make Corrade::Utility::Fatal available in Magnum namespace. 11 years ago
Vladimír Vondruš e6567af364 Math: don't depend on char signedness in test. 11 years ago
Vladimír Vondruš 7bb8bb271b Math: test Quaternion SLERP division by zero with non-trivial data. 11 years ago