6209 Commits (8dc1f8a7dacf2707c8bfd431c71e6273398a1a3b)
 

Author SHA1 Message Date
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
Vladimír Vondruš 086ed8a278 Math: improve docs of matrix queries. 8 years ago
Vladimír Vondruš a3b425bd26 Math: properly test op-and-assign operators in Unit. 8 years ago
Vladimír Vondruš 0c49c56768 Math: forgot to execute test for Vector::minmax(). 8 years ago
Vladimír Vondruš 4d53c953c8 GL: test setting at least some double uniforms. 8 years ago
Vladimír Vondruš d1cf23190f GL: test AbstractShaderProgram::link() failure. 8 years ago
Vladimír Vondruš 9b3d0a1ce7 GL: better debug output for Version. 8 years ago
Vladimír Vondruš 26766d3135 Trade: make it possible to attach importer state to image data. 8 years ago
Vladimír Vondruš 7021e405a8 Trade: exhaustive test for AbstractImageConverter. 8 years ago
Vladimír Vondruš 9fe51adcd7 Trade: minor code coverage excludes. 8 years ago
Vladimír Vondruš 327f66183a Trade: debug output for AbstractImageConverter::Feature[s]. 8 years ago
Vladimír Vondruš 22d1f3bb9f DebugTools: minor cleanup. 8 years ago
Vladimír Vondruš f6a4615d36 doc: more Emscripten troubleshooting. 8 years ago
Vladimír Vondruš 1f9fc43c92 Text: avoid assertion failure on ES2 with EXT_texture_rg. 8 years ago
Vladimír Vondruš 994b9b22ba CMake: properly specify IDE folders for everything. 8 years ago
Vladimír Vondruš fe2020bc62 CMake: provide correct alias targets for Any* plugins. 8 years ago
Vladimír Vondruš 35cf428974 doc: bundling with CMake for macOS/iOS, HiDPI info. 8 years ago
Vladimír Vondruš b0186c3022 MeshTools: explicitly set buffer target hints in compile(). 8 years ago
Vladimír Vondruš 3f96639dae GL: properly preserve Buffer target hint in Mesh::setIndexBuffer(). 8 years ago
Vladimír Vondruš fa89b4e8d5 modules: provide also include install dir for external headers. 8 years ago
Vladimír Vondruš 06073b65f5 doc: even more iOS docs. 8 years ago
Vladimír Vondruš dbd55d5909 doc: some more iOS info. 8 years ago
Vladimír Vondruš 2e4beb361c TextureTools: don't require more than 8 texture units in distanceField(). 8 years ago
Vladimír Vondruš 4edb080239 SceneGraph: prefix private variable with an underscore. 8 years ago
Vladimír Vondruš da7d443b67 Math: added lerp(T, T, bool). 8 years ago