1860 Commits (c4073c08745fe16dc7a06d4e25c2b9243a147ee9)
 

Author SHA1 Message Date
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
Vladimír Vondruš ddffc1b58c Separate PKGBUILDs for both NaCl newlib and glibc. 13 years ago
Vladimír Vondruš 7a1f1bec92 Updated FindCorrade.cmake from Corrade repository. 13 years ago
Vladimír Vondruš 36bedb3f5a NaCl target system is now handled with CORRADE_TARGET_NACL. 13 years ago
Vladimír Vondruš a56f7730b1 Trade: default-constructed pair is equivalent to that. 13 years ago
Vladimír Vondruš d87efd0ed0 Primitives: don't compute the same value twice. 13 years ago
Vladimír Vondruš 64585ca4fd GCC 4.6 compatibility: vector conversion is not constexpr. 13 years ago
Vladimír Vondruš d66858074b FindMagnum.cmake: use CORRADE_*_LIBRARIES, not *_LIBRARY. 13 years ago
Vladimír Vondruš c07b0f0b4a Updated FindCorrade.cmake from Corrade repository. 13 years ago
Vladimír Vondruš c79327ee43 Option to build Magnum as static library. 13 years ago
Vladimír Vondruš cc0d45ca7c Fixed building with static Corrade. 13 years ago
Vladimír Vondruš 4f4e1230d7 DebugTools: added support for 2D spheres into ShapeRenderer. 13 years ago
Vladimír Vondruš 79b4c0dbbd DebugTools: take also object rotation into account in ForceRenderer. 13 years ago
Vladimír Vondruš c455955d50 DebugTools: render boxes with size as half extent, not full. 13 years ago
Vladimír Vondruš 032827fc3d Primitives: added 2D circle primitive. 13 years ago
Vladimír Vondruš 2d71c86942 Math: make trignometric functions working with Unit base class. 13 years ago
Vladimír Vondruš d95c44fcc8 Math: test that trigonometric functions work with Unit base class. 13 years ago
Vladimír Vondruš bbb764eff5 Base for image converter plugins. 13 years ago
Vladimír Vondruš 872ef12ebd Treat image data as array of unsigned chars. 13 years ago
Vladimír Vondruš dc10235a96 Trade: updated AbstractImporter documentation. 13 years ago
Vladimír Vondruš 2054cbf447 Trade: deinlined all AbstractImporter virtual functions. 13 years ago
Vladimír Vondruš d6f5560262 Trade: got rid of opening input streams in AbstractImporter. 13 years ago
Vladimír Vondruš 92c4a5a2ed Text: turned AbstractFont into plugin interface. 13 years ago
Vladimír Vondruš c0b8e65d75 FindMagnum.cmake: fixed finding of Text library. 13 years ago
Vladimír Vondruš cda51f3dd5 Text: moved FreeType and HarfBuzz fonts into plugins. 13 years ago
Vladimír Vondruš e222fc5eb8 Text: simplified font layouters, removed remaining public API. 13 years ago