2680 Commits (cadaed853ee4e2ab133176839370da00a73bb8ff)

Author SHA1 Message Date
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š d972bd40de New plugin WavAudioImporter. 13 years ago
Vladimír Vondruš 8ca25de2ec TgaImporter: minor cleanup. 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
Vladimír Vondruš d2bdc9d28f Text: don't use std::u32string on MinGW. 13 years ago
Vladimír Vondruš 23945c1d9f Fix linker errors with Framebuffer::BufferAttachment::* on Windows. 13 years ago
Vladimír Vondruš 17de6fe51b Install also test libs on Windows. 13 years ago
Vladimír Vondruš b15f3758de Fixed NaCl compilation. 13 years ago
Vladimír Vondruš 59808c364e Math: minor test code reorganization. 13 years ago
Vladimír Vondruš bd00adc437 Math: test copy construction from base classes. 13 years ago
Vladimír Vondruš 7427292173 Math: test "implicitness" of value constructors. 13 years ago