3408 Commits (083cdcd679ea44d8fd174c5da4476f1ceed255e4)
 

Author SHA1 Message Date
Vladimír Vondruš 79723f6b62 Merge branch 'master' into compatibility 13 years ago
Vladimír Vondruš e7ed02dd62 Improved Design Goals in documentation. 13 years ago
Vladimír Vondruš 5ad5ab2c5a Renamed Mesh::addInterleavedVertexBuffer() to addVertexBuffer(). 13 years ago
Vladimír Vondruš 7dd2bed63a Removed unneeded Mesh::add*VertexBuffer*(). 13 years ago
Vladimír Vondruš 6bd22d5cca Merge branch 'master' into compatibility 13 years ago
Vladimír Vondruš d579e0e2c6 MeshTools: return pointer to buffer from fullScreenTriangle(). 13 years ago
Vladimír Vondruš 1530cb352e Merge branch 'master' into compatibility 13 years ago
Vladimír Vondruš 2ea54cd395 GCC 4.4 compatibility: some explicit typing needed. 13 years ago
Vladimír Vondruš c29cc0f8db Trade: something got f'ed up in 9d0c6b44de. 13 years ago
Vladimír Vondruš e2635345fa Merge branch 'master' into compatibility 13 years ago
Vladimír Vondruš c6d56f32f2 Use `sdl2` dependency in ArchLinux development package. 13 years ago
Vladimír Vondruš 95bb709a1d MeshTools: added fullScreenTriangle() utility function. 13 years ago
Vladimír Vondruš 01098478ed Adapted to Corrade changes. 13 years ago
Vladimír Vondruš 64633793a3 Properly use C++11 enums everywhere. 13 years ago
Vladimír Vondruš a7522e54ec Assert that the file is really closed after closing it in importer. 13 years ago
Vladimír Vondruš 06f750068a Primitives: added texture coordinates to Plane and Square primitives. 13 years ago
Vladimír Vondruš cd2a8b74ac Noexcept moving for Buffer, documented inability to copy. 13 years ago
Vladimír Vondruš a168d2af4e Proper noexcept move constructor for Mesh. 13 years ago
Vladimír Vondruš 9f64e86584 TextureTools: added `magnum-distancefield` utility. 13 years ago
Vladimír Vondruš 840b8be08c Removed enum-referencing Doxygen workarounds. 13 years ago
Vladimír Vondruš c279a161db Removed annoying Doxygen workaround for #undef. 13 years ago
Vladimír Vondruš ac3fe7cdf5 Removed Doxygen workarounds for forward declarations. 13 years ago
Vladimír Vondruš 13d5e2a50f Removed enum-referencing Doxygen workarounds. 13 years ago
Vladimír Vondruš 53f15288e6 Merge branch 'master' into compatibility 13 years ago
Vladimír Vondruš c585acd969 Use non-default initial clear color in Renderer. 13 years ago
Vladimír Vondruš 8debb996a1 Blame the right Windows header for these insane defines. 13 years ago
Vladimír Vondruš 2cc44bec5d Merge branch 'master' into compatibility 13 years ago
Vladimír Vondruš 1b6ef7e0bd Platform: updated markup to be valid HTML5. 13 years ago
Vladimír Vondruš 3f53a7a1ca Shaders: don't set uniform if not used. 13 years ago
Vladimír Vondruš 8991137f51 Merge branch 'master' into compatibility 13 years ago
Vladimír Vondruš f02d30b499 Disable building of Audio library in Native Client for now. 13 years ago
Vladimír Vondruš 429d5d46d7 Include OpenGL headers instead of trying to be smart. 13 years ago
Vladimír Vondruš 2ab37ba2a1 Fixed OpenGL ES 2.0 compatibility. 13 years ago
Vladimír Vondruš bbcfe211a6 GCC 4.4 compatibility: linker error with defaulted destructor. 13 years ago
Vladimír Vondruš a2de03d564 GCC 4.4 compatibility: disable strict-aliasing again. 13 years ago
Vladimír Vondruš 6af2163781 GCC 4.4 compatibility: explicit conversion operator-related issues. 13 years ago
Vladimír Vondruš 8c55625b52 GCC 4.5 compatibility: nullptr-related issues. 13 years ago
Vladimír Vondruš 125b55c1dd GCC 4.5 compatibility: some explicit typing needed. 13 years ago
Vladimír Vondruš f45d452b6b Merge branch 'master' into compatibility 13 years ago
Vladimír Vondruš f4a410eddf GCC 4.6 compatibility: no `override` keyword. 13 years ago
Vladimír Vondruš 3285b23ad9 Minor cleanup in tests. 13 years ago
Vladimír Vondruš 68638969f3 Don't forbid setting resources by copy/move. 13 years ago
Vladimír Vondruš d0ac311416 DebugTools: use common segment/ring count for all spheroids. 13 years ago
Vladimír Vondruš 9c935e80c2 DebugTools: support for Cylinder shape in ShapeRenderer. 13 years ago
Vladimír Vondruš 9c34c00bb6 Primitives: use half length also in Cylinder primitive. 13 years ago
Vladimír Vondruš 8929f4c1ae Shapes: documentation for adding new shapes. 13 years ago
Vladimír Vondruš d8a5695a28 Shapes: added infinite cylinder shape. 13 years ago
Vladimír Vondruš d09ee62376 Shapes: added TODO. 13 years ago
Vladimír Vondruš 55afd472fe Shapes: expect only uniform scaling for some primitives. 13 years ago
Vladimír Vondruš 0f1142e5ed Math: added also Matrix[34]::uniformScalingSquared(). 13 years ago