6083 Commits (460df2b97cabff252de0c587d87ef769df49d530)
 

Author SHA1 Message Date
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
Vladimír Vondruš 1ec90a2cc1 Animation: make it possible to easily create empty track(view)s. 8 years ago
Vladimír Vondruš 7b0f1e99d6 Animation: add a typeless storage base for TrackView. 8 years ago
Vladimír Vondruš 844b42f5e9 Animation: added Interpolation enum and interpolatorFor() helper. 8 years ago
Vladimír Vondruš 7a0a5ba77e Animation: make it possible to have integer keys. 8 years ago
Vladimír Vondruš 4d4b299740 Animation: make interpolation result type non-implicit. 8 years ago
Vladimír Vondruš 8cc560eadc Animation: new Track and TrackView containers. 8 years ago
Vladimír Vondruš 9a8f88d59e Bootstrap the Animation library with keyframe interpolation functions. 8 years ago
Vladimír Vondruš ae2281dfd7 Math: minor cleanup of the Bezier test. 8 years ago
Vladimír Vondruš ede56e6705 Math: doc++ 8 years ago
Vladimír Vondruš 567d73da74 doc: move a new feature to correct section of changelog. 8 years ago
Vladimír Vondruš 026cb24a14 SceneGraph: GCC 4.7 SRSLY ... and the other compilers as well?! 8 years ago
Vladimír Vondruš bc7d047fc3 SceneGraph: new TranslationRotationScalingTransformation[23]D class. 8 years ago
Vladimír Vondruš fbd3dedeb3 Math: add Matrix[34]::rotationShear(), scalingSquared() and scaling(). 8 years ago
Vladimír Vondruš c902d4cd6e Math: fix messed up math equations. 8 years ago
Vladimír Vondruš 8343217e1d doc: more Emscripten goodies. 8 years ago
Vladimír Vondruš 8b4784cf2f Trade: MSVC workarounds. 8 years ago
Vladimír Vondruš e78a0ea7ea AnyImageImporter: work around GCC 4.7 shittiness. 8 years ago
Vladimír Vondruš df23d64c99 AnyImageImporter: detect DDS, EXR, HDR, JPEG, PNG and TGA signatures. 8 years ago
Vladimír Vondruš 17012054d4 AnyImageImporter: whoops, nothing was tested by accident. 8 years ago
Vladimír Vondruš daa934c738 Trade: I am quite stupid, actually. 8 years ago
Vladimír Vondruš 79a2451eb5 I don't want to have 100s of files named Test.cpp. 8 years ago
Vladimír Vondruš b654a15d8c Trade: actually create some useful docs for AbstractImporter. 8 years ago
Vladimír Vondruš d6189cb74f Trade: support for file loading callbacks in AbstractImporter. 8 years ago