6853 Commits (d9da018af7a8c2cb86c0b0af4e3f9127eb827546)
 

Author SHA1 Message Date
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
Vladimír Vondruš bf4bf9eac5 MeshTools: 100% code coverage for compile(). 7 years ago
Vladimír Vondruš 3fb90cdf5c Math: remove obsolete Doxygen workarounds. 7 years ago
Vladimír Vondruš 36ba5f4333 Math: ensure ZeroInit and IdentityInit constructors are explicit. 7 years ago
Vladimír Vondruš 1f305e7cbe CMake: give priority to our own module path. 7 years ago
Vladimír Vondruš 687496fccb CMake: make OpenGL_GL_PREFERENCE settable from outside. 7 years ago
Vladimír Vondruš 948ea593a5 doc: adapt more to m.css changes. 7 years ago
Vladimír Vondruš 522db683a9 external: provide the GL_VERSION_* defines in our GL headers. 7 years ago
Vladimír Vondruš 6e482549d2 external: don't even attempt to load ES3.1 and ES3.2 functions on iOS. 7 years ago
Vladimír Vondruš d557563a83 doc: updated changelog and credits. 7 years ago
Guillaume Jacquemin f4b6130ab0 Platform: improve {Glfw,Sdl2}Application::exit(). 7 years ago
Vladimír Vondruš e8d6f337f4 doc: fix invalid references in changelog. 7 years ago
Vladimír Vondruš 99ab736f93 doc: whoops, wrong link. 7 years ago