1885 Commits (70ba2bd77c136ed5f374bc2c4a5ffb1dd6e55f2e)
 

Author SHA1 Message Date
Vladimír Vondruš 70ba2bd77c Primitives: reworked remaining classes to have the same API as the rest. 13 years ago
Vladimír Vondruš 3bf9dbc3f7 Trade: properly implement move constructor and assignment in MeshData. 13 years ago
Vladimír Vondruš f0958647c1 Platform: more intuitive argc/argv Arguments structure. 13 years ago
Vladimír Vondruš 61e1ec0082 No need to have `const` also in function declarations. 13 years ago
Vladimír Vondruš 1e383e3d70 Physics: very minor code cleanup. 13 years ago
Vladimír Vondruš 62ecc2470f Made some constructors constexpr. 13 years ago
Vladimír Vondruš 8923f2debb Added support for uniform arrays. 13 years ago
Vladimír Vondruš 4ab3ab6534 Math: added Vector::lengthInverted(). 13 years ago
Vladimír Vondruš 6124ad3c27 Math: added sqrtInverted() function. 13 years ago
Vladimír Vondruš 7c3cb652bd Math: doc++ 13 years ago
Vladimír Vondruš bf58bb3cb1 Math: rework of component-wise matrix and vector functions. 13 years ago
Vladimír Vondruš 5a377a568e Physics: default constructors for shapes. 13 years ago
Vladimír Vondruš a80b4b146d Math: write Vector2::cross() in terms of perpendicular() and dot(). 13 years ago
Vladimír Vondruš ef0efecc9c Platform: fixed Sdl2Application::tryCreateContext(). 13 years ago
Vladimír Vondruš bb39338008 Platform: better diagnostic in Sdl2Application::tryCreateContext(). 13 years ago
Vladimír Vondruš 49154f30c4 Math: added Vector2::perpendicular(). 13 years ago
Vladimír Vondruš 218a4c142c SceneGraph: fixed Object::setClean(). 13 years ago
Vladimír Vondruš 9ecb8b5b8d SceneGraph: fully test also Object::setClean() for list of objects. 13 years ago
Vladimír Vondruš d85c15bca9 SceneGraph: this was fixed in 59a3a7029d. 13 years ago
Vladimír Vondruš e69693e87f Use `std::` prefix everywhere. 13 years ago
Vladimír Vondruš 82ca09a4ed Minor documentation fixes. 13 years ago
Vladimír Vondruš bba3755da1 GCC 4.8 compilation fixes. 13 years ago
Vladimír Vondruš fe0f5dc438 Use `nullptr` instead of `0`. 13 years ago
Vladimír Vondruš b7aeccad4c Clang compilation fixes. 13 years ago
Vladimír Vondruš 45cbf1669f DebugTools: 2D and 3D LineSegment support in ShapeRenderer. 13 years ago
Vladimír Vondruš c4073c0874 Primitives: added 2D/3D Line primitive. 13 years ago
Vladimír Vondruš 8d5f6037c7 Doc++ 13 years ago
Vladimír Vondruš b885a49d80 Mention support of both `glibc` and `newlib` NaCl toolchains. 13 years ago
Vladimír Vondruš 0cd98456da Math: Added Vector2::cross(). 13 years ago
Vladimír Vondruš 5c89c89ff8 Platform: added window flags to Sdl2Application. 13 years ago
Vladimír Vondruš 78ab75c72e Explicitly mention supported platforms in README and documentation. 13 years ago
Vladimír Vondruš b0883f8d6b Doc++ 13 years ago
Vladimír Vondruš bda6202d42 Platform: ability to negotiate context in {Glut,NaCl,Sdl2}Application. 13 years ago
Vladimír Vondruš df5630225d Platform: minor code cleanup in Sdl2Application. 13 years ago
Vladimír Vondruš daffbdce0c Platform: some const fascism. 13 years ago
Vladimír Vondruš 7a12cbe8b1 DebugTools: use proper sphere parameters in ShapeRenderer. 13 years ago
Vladimír Vondruš 5e8606a755 Math: added sign() function. 13 years ago
Vladimír Vondruš 56139ae365 Math: no need to provide implementation just for Doxygen. 13 years ago
Vladimír Vondruš 4000ef571b DebugTools: support color alpha in ForceRenderer and ShapeRenderer. 13 years ago
Vladimír Vondruš 40a69636bd Shaders: support color alpha in FlatShader. 13 years ago
Vladimír Vondruš ad8f35c89e Platform: multisampling support in NaClApplication. 13 years ago
Vladimír Vondruš 11daec1df6 Platform: forgot to initialize variable. Twice. 13 years ago
Vladimír Vondruš dfdec44b01 Platform: portable application arguments specification. 13 years ago
Vladimír Vondruš b555db02f9 Updated toolchains submodule. 13 years ago
Vladimír Vondruš 2f4bcd1455 Added files for automatic resource importing from static libraries. 13 years ago
Vladimír Vondruš 6b753cfcb4 FindMagnum.cmake: NaCl application has also dependencies. 13 years ago
Vladimír Vondruš 0f27576855 FindMagnum.cmake: append MAGNUM_LIBRARIES also for static build. 13 years ago
Vladimír Vondruš 8c75f6e8c2 Expose MAGNUM_BUILD_STATIC in magnumConfigure.h. 13 years ago
Vladimír Vondruš 885a490cd2 Updated FindCorrade.cmake from Corrade repository. 13 years ago
Vladimír Vondruš 8d5b2cae71 Math: std::hypot() is not available in NaCl newlib. 13 years ago