6865 Commits (45e19fe0320a2be5ece3ac8af8a8fb61cbad5f27)
 

Author SHA1 Message Date
Vladimír Vondruš 45e19fe032 doc: updated changelog and credits. 7 years ago
Guillaume Jacquemin 1104d8bb15 Audio: add an implementation and test for Source::type(). 7 years ago
Vladimír Vondruš c442c07190 Audio: add debug operator for Source::Type. 7 years ago
Guillaume Jacquemin b9fb03ab8e Audio: add buffer (un)queuing to Source. 7 years ago
Vladimír Vondruš 95bb2cf896 Mention magnum-bindings in the README. 7 years ago
Vladimír Vondruš bd4ed9ae0e Math: make batch functions accept strided array views. 7 years ago
Vladimír Vondruš 51f9fd3a5f Math: clarifying comment for future self. 7 years ago
Vladimír Vondruš 2a9f4a1fed Math: hint that lerpInverted() can be used for rane mapping. 7 years ago
Vladimír Vondruš 46fdb38cd2 Math: make batch min() / max() / minmax() ignore NaNs. 7 years ago
Vladimír Vondruš d38303505d Math: added batch isInf() and isNan(). 7 years ago
Vladimír Vondruš da43af403e Math: minor cleanup and code simplification. 7 years ago
Vladimír Vondruš 571ba7b17f Math: group the free functions to make them easier to look up. 7 years ago
Vladimír Vondruš d9da018af7 Math: don't hide the vector/scalar overloads from docs. 7 years ago
Vladimír Vondruš 28f12f9a5e Math: improve the NaN propagation tests even more. 7 years ago
Vladimír Vondruš 75ffd39fe0 Math: make it possible to use Deg/Rad in all functions. 7 years ago
Vladimír Vondruš 7941a769cd Math: added IsUnitless type trait. 7 years ago
Vladimír Vondruš ab0d7c5485 Math: be consistent with not using long double on Emscripten. 7 years ago
Vladimír Vondruš 19844352ff Math: added UnderlyingTypeOf. 7 years ago
Vladimír Vondruš aa2adb7222 Math: add IsScalar, IsVector, IsIntegral and IsFloatingPoint type traits. 7 years ago
Vladimír Vondruš 6521e1b9be Platform: properly zero-initialize the exit code. 7 years ago
Vladimír Vondruš dc1cf5e9d4 Platform: missing enum operators for GlfwApp::MouseMoveEvent::Buttons. 7 years ago
Vladimír Vondruš f419b25763 Doc++ 7 years ago
Vladimír Vondruš e4db99b418 Updated changelog and credits. 7 years ago
Vladimír Vondruš 66db41f40c doc: link to OpenAL APIs. 7 years ago
Vladimír Vondruš f8fc9a7339 doc: oops, forgot these files. 7 years ago
Vladimír Vondruš bede124c95 Link to the Python API from C++ docs. 7 years ago
Vladimír Vondruš ba14afb6c8 Platform: doc++ 7 years ago
Vladimír Vondruš 11b9f2382c GL: doc++ 7 years ago
Vladimír Vondruš 4b4b8efc1b Math: doc++ 7 years ago
Vladimír Vondruš 91725dd86e Platform: enable PIC for all (static) Application libraries. 7 years ago
Vladimír Vondruš 9ec10b89d0 plugins: fix linking of static Any* plugins on otherwise dynamic builds. 7 years ago
Vladimír Vondruš f383959fb0 Platform: fix SDL2/GLFW viewportEvent() on Retina-aware {i,mac}OS apps. 7 years ago
Vladimír Vondruš 70993983b6 doc: this is wrong. 7 years ago
Vladimír Vondruš 7e06581758 Platform: show the value of KeyEvent::key() in the tests. 7 years ago
Vladimír Vondruš 442d5576d0 Math: change the way BoolVector is printed to Debug. 7 years ago
Vladimír Vondruš e5175583a7 Added Image::pixels(), ImageView::pixels() and Trade::ImageData::pixels(). 7 years ago
Vladimír Vondruš 4b6fabb004 Math: ability to Debug colors as actual colored squares. 7 years ago
Vladimír Vondruš 988a33c000 Added convenience BoolVector2, BoolVector3 and BoolVector4 typedefs. 7 years ago
Vladimír Vondruš fb930187c1 Animation: adapt to Corrade changes. 7 years ago
Vladimír Vondruš b937f3901e Tell the editors to strip trailing whitespace and add a trailing newline. 7 years ago
Vladimír Vondruš da7ac5a4f0 doc: updated changelog. 7 years ago
Guillaume Jacquemin b4dac78ef3 Platform: improve {Glfw,Sdl2}Application. 7 years ago
Vladimír Vondruš 8672dc7eab Platform: cleanup trailing whitespace. 7 years ago
Vladimír Vondruš 8b37d4fd78 modules: different search order for plugin libs in FindMagnum. 7 years ago
Vladimír Vondruš eccebcbdd7 Accept nullptr in AbstractResourceLoader::set(). 7 years ago
Vladimír Vondruš a1d3f734d6 Shaders: generate textured Phong VS only if textures are actually used. 7 years ago
Vladimír Vondruš b1ecff0052 Shaders: have a definition for the generic color attribute. 7 years ago
Vladimír Vondruš de1e1fa4d5 MeshTools: make interleave() work with Corrade containers too. 7 years ago
Vladimír Vondruš e45e13e552 MeshTools: remove obsolete TODO. 7 years ago
Vladimír Vondruš e1061f1766 MeshTools: fix a bad corner case in compile(). 7 years ago