2107 Commits (e7dbe606cd47024fc2d87d0e8b801ac6c3a8b29e)

Author SHA1 Message Date
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
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
Vladimír Vondruš 8669907346 Math: merge constexpr test of BoolVector into other test cases. 13 years ago
Vladimír Vondruš bcdd0920fd Trade: no comma at the end of enumeration list. 13 years ago
Vladimír Vondruš 1102232a24 GCC 4.6 compatibility: no delegating constructors. 13 years ago
Vladimír Vondruš 7eec63afd0 Build fix. 13 years ago
Vladimír Vondruš 41fd952e4a OpenGL ES build fixes. 13 years ago
Vladimír Vondruš 6ff4b06095 SceneGraph: add just-to-be-sure assertion. 13 years ago
Vladimír Vondruš d44f6ee94e Add pointer conversion operator to Resource. 13 years ago
Vladimír Vondruš a962262b61 Reducing pointer chasings, part 3g: less pointer passing in Text. 13 years ago
Vladimír Vondruš 8a8b9aca5e Reducing pointer chasings, part 3f: less pointer passing in TextureTools. 13 years ago
Vladimír Vondruš 141a3df456 Reducing pointer chasings, part 3e: less pointer passing in DebugTools. 13 years ago
Vladimír Vondruš f669dd7c23 Reducing pointer chasings, part 3d: less pointer passing in Shapes. 13 years ago
Vladimír Vondruš 0d3bfd4044 Reducing pointer chasings, part 3c: less pointer passing in SceneGraph. 13 years ago
Vladimír Vondruš 2ea5b4c9ce Reducing pointer chasings, part 3b: less pointer passing in MeshTools. 13 years ago
Vladimír Vondruš e19154be5e Reducing pointer chasings, part 3a: less pointer passing in root namespace. 13 years ago
Vladimír Vondruš 845b8982e5 Reducing pointer chasings, part 2: don't use `this->` so often. 13 years ago
Vladimír Vondruš d04b308aa3 Reducing pointer chasings, part 1: method chaining via references. 13 years ago
Vladimír Vondruš c3a5c77f1c Documentation clarification and fixes. 13 years ago
Vladimír Vondruš 41f7784dc5 Shaders: ambient, diffuse and specular texture support in Phong. 13 years ago
Vladimír Vondruš 7b497160cb Added TODO. 13 years ago
Vladimír Vondruš 546ce9d613 Minor cleanup. 13 years ago
Vladimír Vondruš f3b6abc997 Minor documentation fix. 13 years ago
Vladimír Vondruš a65cef08cd MeshTools: added TODO. 13 years ago