2310 Commits (bbcfe211a6c6aeef3200069c45cf198cea8623d2)

Author SHA1 Message Date
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š 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
Vladimír Vondruš f2840e5880 Math: assert uniform scaling in Matrix[34]::rotation(). 13 years ago
Vladimír Vondruš 59be5e26f7 Math: added uniform scaling extraction to Matrix[34]. 13 years ago
Vladimír Vondruš b5a2cb6b11 DebugTools: properly implemented special cases for CapsuleRenderer. 13 years ago
Vladimír Vondruš 40797af256 DebugTools: auto? auto, auto. 13 years ago
Vladimír Vondruš d329f06b22 DebugTools: saved some repetitive multiplication/division. 13 years ago
Vladimír Vondruš f48ed0af13 DebugTools: simplified also 2D ForceRenderer transformation computation. 13 years ago
Vladimír Vondruš 746424bf67 DebugTools: simplified 3D ForceRenderer transformation computation. 13 years ago
Vladimír Vondruš c4d3446dac DebugTools: got rid of unnecessary normalization. 13 years ago
Vladimír Vondruš 459f3b3e85 TextureTools: fixed typo. 13 years ago
Vladimír Vondruš 47fa924f2b DebugTools: orthogonal, not parallel. 13 years ago
Vladimír Vondruš 4d6fa4308e DebugTools: test orthogonality the easy way. 13 years ago
Vladimír Vondruš 7b087425cf DebugTools: this shouldn't be inline. 13 years ago
Vladimír Vondruš beef4b6113 Shapes: added TODOs. 13 years ago
Vladimír Vondruš e7dbe606cd Shapes: fixed 2D Capsule transformation. 13 years ago
Vladimír Vondruš 2c1a859563 Shapes: properly test both 2D and 3D where the transform is not trivial. 13 years ago
Vladimír Vondruš b50fb5a50e DebugTools: shape renderer for 2D/3D capsule. 13 years ago
Vladimír Vondruš b29a68f258 Added MeshView class. 13 years ago
Vladimír Vondruš 0383b345d3 Added convenience parameterless Mesh::indexType(). 13 years ago
Vladimír Vondruš 39033d2480 Added Mesh::drawInternal(). 13 years ago
Vladimír Vondruš 3c75ba7748 Primitives: 2D capsule primitive. 13 years ago
Vladimír Vondruš 51e2628486 Primitives: test Capsule with more cylinder segments. 13 years ago
Vladimír Vondruš ba72a56309 Primitives: using half length for Capsule primitive. 13 years ago
Vladimír Vondruš 92b8d7fb0b Audio: added Context class. 13 years ago
Vladimír Vondruš 95e1ae2efc Audio: added AbstractImporter plugin interface. 13 years ago
Vladimír Vondruš fdf878d458 Audio: added Source class. 13 years ago
Vladimír Vondruš 0382ce70c1 Audio: added Buffer class. 13 years ago
Vladimír Vondruš 6efb83f729 Audio: added Renderer class. 13 years ago
Vladimír Vondruš 1e4680f918 Audio: verify OpenAL types. 13 years ago
Vladimír Vondruš 2b32625921 Bootstrap Audio library. 13 years ago
Vladimír Vondruš e167b971c7 Trade: don't forget to initialize variable. 13 years ago
Vladimír Vondruš 3b14a1816e Trade: fixed wrong indentation. 13 years ago
Vladimír Vondruš 33653a3469 Math: hardened checks for proper size of primitive types. 13 years ago
Vladimír Vondruš 6b4147e25e Doc++ 13 years ago
Vladimír Vondruš ff7402200e Renamed Mesh variables. 13 years ago