2227 Commits (92e77978239dd5fdecbeb7afaaa277f6bce7afb7)
 

Author SHA1 Message Date
Vladimír Vondruš 92e7797823 Fix example code in documentation, added TODO. 13 years ago
Vladimír Vondruš 091efebaa1 Make explicit `std::hash` specialization for ResourceKey. 13 years ago
Vladimír Vondruš 8a2d769dd1 Added some C++14 TODOs. 13 years ago
Vladimír Vondruš e97b2a79f9 Typo fix: additionaly -> additionally. 13 years ago
Vladimír Vondruš 68dd5b589b Doxygen fixes. 13 years ago
Vladimír Vondruš da134c97a6 Primitives: fix empty Icosphere position array. 13 years ago
Vladimír Vondruš 9311d80614 MeshTools: better assertion message for interleave(). 13 years ago
Vladimír Vondruš 20dcab0c88 Math: added Matrix[34]::rotationNormalized(). 13 years ago
Vladimír Vondruš b349ca54ad Shaders: explicitly setting normal matrix in Phong shader. 13 years ago
Vladimír Vondruš 450975be51 Added Tegra best practices to documentation. 13 years ago
Vladimír Vondruš 50ef1df213 Trade: debug output operator for TextureData::Type enum. 13 years ago
Vladimír Vondruš b937c2bf4e Trade: debug output operator for AbstractMaterialData::Type enum. 13 years ago
Vladimír Vondruš e8e0582e51 Debug output operators for Sampler enums. 13 years ago
Vladimír Vondruš 105dbc90e9 Trade: move the data instead of copying. 13 years ago
Vladimír Vondruš e62afc1b6c Trade: ability to have either color or texture in PhongMaterialData. 13 years ago
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