2403 Commits (655c9ea2cffe3e0b1394de16a1d11b73d0f2b51f)
 

Author SHA1 Message Date
Vladimír Vondruš 99ffc440b2 Properly document building on Windows. 13 years ago
Vladimír Vondruš 95bb40ef52 Reword features in building documentation a bit. 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š 60bc510a70 Added Doxygen aliases for pointing to OpenAL documentation. 13 years ago
Vladimír Vondruš 2b32625921 Bootstrap Audio library. 13 years ago
Vladimír Vondruš 6db322062f Add performance recommendations for Intel Graphics on Linux. 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š 50942b0348 FindMagnum.cmake: allow user to override plugin directories. 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š f8066b9a95 Oh hey, I have Twitter! 13 years ago
Vladimír Vondruš 3f6dcc40e9 Mention that GL 4.4 is supported. 13 years ago
Vladimír Vondruš b15f3758de Fixed NaCl compilation. 13 years ago
Vladimír Vondruš a4bd5b8aa8 Added thoughts about unit tests to Coding Style. 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š 2287e3d73e Doc++ 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