138 Commits (c7ef09d5dc0bfdf296d31ff4f3d56a39ca4a705a)

Author SHA1 Message Date
Vladimír Vondruš 3fb969d397 Integrated plugins into build system and updated the documentation. 13 years ago
Vladimír Vondruš 68b36c8c86 Deprecate swizzle() in favor of Math::swizzle(). 13 years ago
Vladimír Vondruš bddf01c3b9 Disable deprecated API if MAGNUM_BUILD_DEPRECATED is set. 13 years ago
Vladimír Vondruš e4790eaec9 Fix installation dir for DLLs on Windows. 13 years ago
Vladimír Vondruš bc3cbf1ad6 Renamed ImageType and ImageFormat to ColorType and ColorFormat. 13 years ago
Vladimír Vondruš ce1e299b53 Fixed ES3 build. 13 years ago
Vladimír Vondruš 655c9ea2cf Export GLLoadGen symbols so they can be used in shared libraries. 13 years ago
Vladimír Vondruš 232f112bea Fixed compilation on OpenGL ES. 13 years ago
Vladimír Vondruš 519f9f7c32 Use glLoadGen instead of GLEW. 13 years ago
Vladimír Vondruš b29a68f258 Added MeshView class. 13 years ago
Vladimír Vondruš 2b32625921 Bootstrap Audio library. 13 years ago
Vladimír Vondruš 17de6fe51b Install also test libs on Windows. 13 years ago
Vladimír Vondruš 50ef1df213 Trade: debug output operator for TextureData::Type enum. 13 years ago
Vladimír Vondruš b1766627a7 Treat MagnumMathObjects and MagnumObjects libs separately for exporting. 13 years ago
Vladimír Vondruš fc0bde4f47 Wrap CMAKE_SHARED_LIBRARY_CXX_FLAGS in quotes. 13 years ago
Vladimír Vondruš cecc1dc2bc Renamed ImageWrapper to ImageReference. 13 years ago
Vladimír Vondruš 5a368c4fba Math: ability to read and write Rectangle to configuration. 13 years ago
Vladimír Vondruš a49d973cb0 Moved sampler state enums into new Sampler class. 13 years ago
Vladimír Vondruš 7de45c98b1 Moved texture and image formats out of the classes. 13 years ago
Vladimír Vondruš b1917f089c Moved all global state into Renderer class, created implementation file. 13 years ago
Vladimír Vondruš 17f0f7de39 De-inline TextureState constructor/destructor. 13 years ago
Vladimír Vondruš 316a2d1c37 Math: removed superfluous instantiation sources. 13 years ago
Vladimír Vondruš 6d8639cc76 Physics shape rework #7: renamed Physics namespace to Shapes. 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š bbb764eff5 Base for image converter plugins. 13 years ago
Vladimír Vondruš b1fcdf81af Trade: improved *Data constructors and destructors. 13 years ago
Vladimír Vondruš 76ac352924 Added FindOpenGLES3.cmake module. 13 years ago
Vladimír Vondruš 8f37ebe9cf Better usage of external OpenGL headers. 13 years ago
Vladimír Vondruš 66a3f1177d GCC 4.6 compatibility: disable `-pedantic` warning. 13 years ago
Vladimír Vondruš a0b83edd2b Relicensing to MIT/Expat license, part 4: CMake and documentation files. 13 years ago
Vladimír Vondruš 90dbb28763 Thorough CMakeLists cleanup. 13 years ago
Vladimír Vondruš 1693c772ad Moved OpenGL includes out from Magnum.h. 13 years ago
Vladimír Vondruš 6220f24f0b Our own aliases for builtin types. 13 years ago
Vladimír Vondruš f6d1a158f8 Math: initial implementation of dual complex numbers. 13 years ago
Vladimír Vondruš 8e3005d625 Updated FindGLEW.cmake, fixed Windows support. 13 years ago
Vladimír Vondruš ff929c04e9 Math: type-safe implementation for degrees and radians. 13 years ago
Vladimír Vondruš 687bd37b81 Math: initial complex number implementation. 13 years ago
Vladimír Vondruš b32594c363 Explicitly link MagnumMathTestLib to Corrade's Utility library. 13 years ago
Vladimír Vondruš 5615a4c7f6 Math: initial implementation of DualQuaternion class. 13 years ago
Vladimír Vondruš 82f3b948af Trade: debug output for ObjectData*D::InstanceType enum. 13 years ago
Vladimír Vondruš dc5a4d83d9 Removing IndexedMesh, part 5: merged documentation, removed IndexedMesh. 13 years ago
Vladimír Vondruš a8abbdb7d3 Removing IndexedMesh, part 4: merged draw algorithm. 13 years ago
Vladimír Vondruš 9ffb8081f3 Got rid of TypeTraits class altogether. 13 years ago
Vladimír Vondruš 7dc0fc4a4c Math: Renamed Math.h to Functions.h 14 years ago
Vladimír Vondruš c8ef795cce Removed SizeTraits, SizeBasedCall and related mess. 14 years ago
Vladimír Vondruš d3208013a2 More strict compiler warnings. 14 years ago
Vladimír Vondruš 3c347441e6 Ability to build Magnum for OpenGL ES emulated with desktop OpenGL. 14 years ago
Vladimír Vondruš 89c2bf913c Math: initial implementation of Quaternion class. 14 years ago
Vladimír Vondruš a208a289ba Initial support for Text library. 14 years ago