5193 Commits (c3d093bee9c9d35f6ff912975bfb0d65ef6134b2)

Author SHA1 Message Date
Vladimír Vondruš c3d093bee9 Trade: support for spline interpolation in AnimationData. 8 years ago
Vladimír Vondruš b1b663fa65 Animation: support for spline interpolation. 8 years ago
Vladimír Vondruš e997344b8c Math: new CubicHermite class. 8 years ago
Vladimír Vondruš ac11a8e815 Animation, Trade: support Complex for rotation animations. 8 years ago
Vladimír Vondruš ffe838a404 Animation: add an explanatory comment. 8 years ago
Vladimír Vondruš 8c7c74c22e Math: mutable getters for Complex, Dual and Quaternion. 8 years ago
Vladimír Vondruš c2c6b9f22b Math: added lerp() and slerp() for complex numbers. 8 years ago
Vladimír Vondruš 0f4b88870a Math: simplify angle() implementation for Complex. 8 years ago
Vladimír Vondruš bb9b41057f Math: separate assertion tests into a dedicated test case. 8 years ago
Vladimír Vondruš 5e9bce3823 DebugTools: doc++ 8 years ago
Vladimír Vondruš a77a46c926 Math: debug output for Half with proper amount of decimal places. 8 years ago
Vladimír Vondruš 943d74dd1c GL: restore backwards compatibility of deprecated Buffer::map<T>(). 8 years ago
Vladimír Vondruš 8dc1f8a7da MeshTools: make the generateFlatNormals() docs less handwavy. 8 years ago
Vladimír Vondruš f6ba4111e1 GL: remove obsolete Firefox workaround. 8 years ago
Vladimír Vondruš 439b40f762 Platform: this actually asserts now. 8 years ago
Vladimír Vondruš dba35bac7a Platform: initial HiDPI support in GlfwApplication. 8 years ago
Vladimír Vondruš 8efc6b39e9 Deprecate the Shapes library and everything that depends on it. 8 years ago
Vladimír Vondruš c9d621bed2 Shapes: properly export all instances. 8 years ago
Vladimír Vondruš 61d0ad9c7c external: update generated Vulkan headers for new global function in 1.1. 8 years ago
Vladimír Vondruš 2b0b6a9422 Platform: no, this doesn't look right. 8 years ago
Vladimír Vondruš 4a9663a2ea Platform: update deprecation warnings/errors. 8 years ago
Vladimír Vondruš e0c0baacd2 DebugTools: Primitives are needed also for ObjectRenderer. 8 years ago
Vladimír Vondruš b98dcf76aa Audio: make the tests compile even if SceneGraph is not enabled. 8 years ago
Vladimír Vondruš 0adf7ea323 MeshTools: make the tests compile even if Primitives are not enabled. 8 years ago
Vladimír Vondruš 87a951fc5d Math: I have no idea what happened here. 8 years ago
Vladimír Vondruš 86b6edb120 Platform: there's no bootstrap for GlutApplication anymore. 8 years ago
Vladimír Vondruš 6f2b115953 external: regenerated Vulkan headers with latest flextGL. 8 years ago
Vladimír Vondruš de68076f65 Trade: doc++ 8 years ago
Vladimír Vondruš 7356a1b788 SceneGraph: fix a copypaste error in an abstract implementation. 8 years ago
Vladimír Vondruš c0affdae3b GL: properly initialize XFB binding in the state tracker. 8 years ago
Vladimír Vondruš 471a6d0c28 GL: properly move BufferImage::dataSize(). 8 years ago
Vladimír Vondruš e795478353 Make all vars initialized in constructors rather than at some later point. 8 years ago
Vladimír Vondruš d21c05f6f3 Platform: disallow calling framebufferSize() / windowSize() w/o a window. 8 years ago
Vladimír Vondruš 088c9d6b35 Platform: better capitalization for deprecation messages. 8 years ago
Squareys f832c8df51 Platform: gracefully fail GlfwApplication::exec() if no window was opened 8 years ago
Vladimír Vondruš bff7ae8d7e Math: added Range::fromCenter(). 8 years ago
Vladimír Vondruš b5dc42f332 Shaders: I f'ed up the Flat shader defaults, again. 8 years ago
Vladimír Vondruš 2f1c1aaefd Primitives: document how the grid is oriented. 8 years ago
Vladimír Vondruš bb8fbcef9c Math: doc++ 8 years ago
Vladimír Vondruš c334d90870 Improve utility documentation even more. 8 years ago
Vladimír Vondruš 47ade4ef53 Platform: make it possible to get scroll position in Glfw and Sdl2App. 8 years ago
Vladimír Vondruš 8204132e6e Platform: explicit constructors for events in GlutApplication. 8 years ago
Vladimír Vondruš 98dd44548d Platform: events are everything but usable in a constexpr context. 8 years ago
Vladimír Vondruš 29bc3083d7 Platform: minor cleanup. 8 years ago
Vladimír Vondruš f94c65470a Platform: provide AndroidApplication::ViewportEvent::framebufferSize(). 8 years ago
Vladimír Vondruš b9c96d76e8 Math: ability to use [Dual]Complex and [Dual]Quaternion in configuration. 8 years ago
Vladimír Vondruš 4de8a1d3d2 Math: minor cleanup. 8 years ago
Vladimír Vondruš a1ef8550d3 Shaders: don't multiply Phong diffuse alpha with light intensity. 8 years ago
Vladimír Vondruš f02f2f9a05 Audio: fix the magnum-al-info title. 8 years ago
Vladimír Vondruš 8f6ca904d8 doc: improved and unified docs for command-line utilities. 8 years ago