2362 Commits (ff0d6a2d3cc9b7d618b496d9fb9959fdada2335c)
 

Author SHA1 Message Date
Vladimír Vondruš dcebf1a7b9 Trade: added TextureData parameters. 13 years ago
Vladimír Vondruš 5b842d11a3 Trade: de-inline virtual destructor. 13 years ago
Vladimír Vondruš 9875f49a99 Trade: properly specify underlying enum type. 13 years ago
Vladimír Vondruš 97b8d38e9e Trade: document ability to copy and move. 13 years ago
Vladimír Vondruš b57a8e9264 Trade: use strongly typed enum for AbstractMaterialData::Type. 13 years ago
Vladimír Vondruš 3482c451ac Text: no need to have virtual destructor here. 13 years ago
Vladimír Vondruš e5d0904417 Shaders: no need to have virtual destructor here. 13 years ago
Vladimír Vondruš 1fea7c3aa2 SceneGraph: clarify why there _is_ virtual destructor. 13 years ago
Vladimír Vondruš b7ff40554c SceneGraph: no need to have virtual destructor in AbstractCamera. 13 years ago
Vladimír Vondruš 6a877375d4 No need to have virtual destructor in Buffer. 13 years ago
Vladimír Vondruš 9890c6018a No need to have this Doxygen voodoo. 13 years ago
Vladimír Vondruš a50bda090a No need to have virtual destructor for AbstractTexture. 13 years ago
Vladimír Vondruš f937be8646 Make also constructor protected when destructor is protected. 13 years ago
Vladimír Vondruš e2efad2e18 No `using namespace std` anywhere. 13 years ago
Vladimír Vondruš 9450ec6e1e Better usage of *Basic* in class names, part 5: SceneGraph drawables. 13 years ago
Vladimír Vondruš 35fc4684d4 Better usage of *Basic* in class names, part 4: SceneGraph transformations. 13 years ago
Vladimír Vondruš 43feadfed6 Better usage of *Basic* in class names, part 3: SceneGraph features. 13 years ago
Vladimír Vondruš ab1d2f8f5f Better usage of *Basic* in class names, part 2: SceneGraph animables. 13 years ago
Vladimír Vondruš 7636c6adc3 Better usage of *Basic* in class names, part 1: SceneGraph object. 13 years ago
Vladimír Vondruš c24853b041 Primitives: remove template crap around Icosphere. 13 years ago
Vladimír Vondruš 012d3e6a12 Primitives: fix Icosphere header. 13 years ago
Vladimír Vondruš 5e281db693 Yet another mingw32 linker fix. 13 years ago
Vladimír Vondruš 706560fb28 Mingw32's GCC 4.7 doesn't have std::to_string(). 13 years ago
Vladimír Vondruš 0140aab5b1 Another mingw32 linker error fix. 13 years ago
Vladimír Vondruš 56bb116305 Fix loud linker error on mingw32. 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š f94a53fee0 Workaround Doxygen misparse. 13 years ago
Vladimír Vondruš cfa3d35f11 Support for ARB_texture_mirror_clamp_to_edge. 13 years ago
Vladimír Vondruš 6908738afb Extended extension support bitset to handle MOAR of them. 13 years ago
Vladimír Vondruš b3e42f1ca4 Updated upstream OpenGL header for 4.4. 13 years ago
Vladimír Vondruš 9f61c08e97 Support for ARB_texture_stencil8. 13 years ago
Vladimír Vondruš 48260e2479 Assert instead of returning empty list in Context::supportedExtensions(). 13 years ago
Vladimír Vondruš 99c72ed99b Initial support for OpenGL 4.4. 13 years ago
Vladimír Vondruš e72bf297ab DebugTools: implemented ShapeRenderer for 3D sphere. 13 years ago
Vladimír Vondruš d13388f7bc Primitives: wireframe versions of Capsule, Cylinder and UVSphere. 13 years ago
Vladimír Vondruš d67c0951f2 Primitives: no need to have this stuff public. 13 years ago
Vladimír Vondruš 115a0578e1 Primitives: fixed include guard. 13 years ago
Vladimír Vondruš 759a28ef45 Math: improved documentation for *::isNormalized(). 13 years ago
Vladimír Vondruš 186c522fe5 Math: added lerpInverted(). 13 years ago
Vladimír Vondruš 5787d66d45 Math: test also vector as interpolation phase in Math::lerp(). 13 years ago
Vladimír Vondruš 771968c69a Shaders: forgot this. 13 years ago
Vladimír Vondruš e35b82ba9b Platform: forgot this. 13 years ago
Vladimír Vondruš 0a9b9b6270 Trade: hide unused parameter. 13 years ago
Vladimír Vondruš 231aaeb4aa Platform: documentation updates. 13 years ago
Vladimír Vondruš 883600e373 Platform: make Configuration constructors explicit. 13 years ago
Vladimír Vondruš 4222d8a297 Platform: pass application configuration via reference, not pointer. 13 years ago
Vladimír Vondruš aacb6b7041 Trade: return references, not pointers from MeshData. 13 years ago
Vladimír Vondruš 1d6015e95b Trade: pass ImageReference2D to image converter. 13 years ago
Vladimír Vondruš 2eb4e3c8ba Removed default template argument from DimensionTraits. 13 years ago