6106 Commits (37dfd0ed491c17182864c637e5fc3a4929a7c40f)
 

Author SHA1 Message Date
Vladimír Vondruš 37dfd0ed49 Trade: document how MeshData can be further transformed. 8 years ago
Vladimír Vondruš c60217a6bc AnyImageConverter: detect JPEG output as well. 8 years ago
Vladimír Vondruš cdd469a20c Updated README with links to changelog and community projects. 8 years ago
Vladimír Vondruš 1eb4f6a081 doc: link to the changelog from the main page. 8 years ago
Vladimír Vondruš 2a089f0e35 Primitives: these two were missing from 100% code coverage. 8 years ago
Vladimír Vondruš 261221c864 Math: make projection operator math consistent everywhere. 8 years ago
Vladimír Vondruš 44b059bbc5 Math/Algorithms: improve SVD docs, add a test for xform decomposition. 8 years ago
Vladimír Vondruš 3a8b1a2121 Math/Algorithms: reimplement QR decomposition using Gram-Schmidt. 8 years ago
Vladimír Vondruš f9328e3f64 Math/Algorithms: update algorithm docs and make code snippets compiled. 8 years ago
Vladimír Vondruš 623786e1db SceneGraph: make it possible to search for the Object*D/Scene*D typedefs. 8 years ago
Vladimír Vondruš 37e92ffd6d Platform: fix a variable shadowing warning on MSVC. 8 years ago
Vladimír Vondruš a46bb79a63 package/archlinux: test also w/o some shader-specific GL extensions. 8 years ago
Vladimír Vondruš 02f0e0aeb9 Doc++ 8 years ago
Vladimír Vondruš 0dae9d49c9 AnyImageImporter: adapt test to Corrade changes. 8 years ago
Vladimír Vondruš d813ee2fde doc: fix broken Shaders code snippets. 8 years ago
Vladimír Vondruš fd1572a3a3 Shaders: default ambient color in Phong to transparent black. 8 years ago
Vladimír Vondruš 0e9cb6945e Shaders: define reasonable uniform defaults for all shaders. 8 years ago
Vladimír Vondruš 8e73cad1c1 Shaders: make the preprocessor less crazy and consistent with 2D. 8 years ago
Vladimír Vondruš daf287d2a6 Shaders: classical alpha masking support in Phong and Flat. 8 years ago
Vladimír Vondruš 5201176cdb Shaders: assert texturing is enabled when calling Flat::bindTexture(). 8 years ago
Vladimír Vondruš 412ee9a04b Shaders: simplify Flat shader test. 8 years ago
Vladimír Vondruš f0a868da9c Shaders: assert on Phong::bindTexture*() if no texture was enabled. 8 years ago
Vladimír Vondruš bbebfa971f Shaders: simplify the Phong construction test a bit. 8 years ago
Vladimír Vondruš 460df2b97c Shaders: doc++ 8 years ago
Vladimír Vondruš 6885f0647b Shaders: minor code reordering. 8 years ago
Vladimír Vondruš ea47a6e8f7 doc: disable a problematic code snippet on WinRT. 8 years ago
Vladimír Vondruš 4da2a2b503 Animation: fix XPASS on asm.js. 8 years ago
Vladimír Vondruš ba08003d66 Animation: workaround so we're able to test with MSVC debug iterators on. 8 years ago
Vladimír Vondruš 7fc58ed112 Animation: work around an ICE involving std::chrono on MSVC 2017. 8 years ago
Vladimír Vondruš fc454334ab Animation: more MSVC fun! 8 years ago
Vladimír Vondruš de28087903 Animation: make Player usable on MSVC. 8 years ago
Vladimír Vondruš e323ea7f26 Animation: properly handle Player with empty duration. 8 years ago
Vladimír Vondruš 06c811bb4d Animation: put a reminder for myself. 8 years ago
Vladimír Vondruš 2c5f97dacd Animation: Player move is not noexcept because compilers are weird today. 8 years ago
Vladimír Vondruš 156f21a165 Animation: GCC 4.7 WHAT ARE YOU DOING 8 years ago
Vladimír Vondruš e9e1dd588d Trade: make it possible to use all vector type variations for animations. 8 years ago
Vladimír Vondruš 3df692f29a Animation: added Player::addRawCallback(). 8 years ago
Vladimír Vondruš 2adc4e8f59 Animation: implementation of the Player class. 8 years ago
Vladimír Vondruš aaacaa6177 Animation: benchmark TrackView to verify my performance assumptions. 8 years ago
Vladimír Vondruš f2f81df53d Animation: make TrackView constructors implicit. 8 years ago
Vladimír Vondruš aa2e888bed Trade: provide untyped access to tracks in AnimationData. 8 years ago
Vladimír Vondruš 1b583454b4 Trade: support both implicit and explicit duration in AnimationData. 8 years ago
Vladimír Vondruš 51fa67412a Animation: TrackViewStorage doesn't need to be *that* type-erased. 8 years ago
Vladimír Vondruš 77f4558655 Animation: added Track[View]::duration(). 8 years ago
Vladimír Vondruš 75e479859b Animation: added Track[View]::size(). 8 years ago
Vladimír Vondruš 0b3e1e3068 Trade: animation import interface in AbstractImporter. 8 years ago
Vladimír Vondruš c26075427b Doxygen. Doxygen IS BROKEN BEYOND REPAIR. 8 years ago
Vladimír Vondruš 0109e0d7fe Trade: convenience default constructor for AnimationTrackData. 8 years ago
Vladimír Vondruš dd1c8052ff Trade: initial AnimationData implementation. 8 years ago
Vladimír Vondruš fa449c9ad0 Animation: make it possible to specify Track interpolator via an enum. 8 years ago