887 Commits (4acfa8c19772a419fa3a0876da4e514c82634ee7)

Author SHA1 Message Date
Vladimír Vondruš 4acfa8c197 Primitives: a better line primitive. 8 years ago
Vladimír Vondruš 523c16779d Math: added missing CubicHermite [s]lerp[ShortestPath]() overloads. 8 years ago
Vladimír Vondruš 2975a1ba2d Doc++ 8 years ago
Vladimír Vondruš b615e1ae28 Shaders: support multiple lights in Phong. 8 years ago
Vladimír Vondruš 7d0757ca4d Shaders: debug output for all Flag / Flags enums / enum sets. 8 years ago
Vladimír Vondruš b93fcd6d9d Trade: camera type, projection size and aspect ratio support. 8 years ago
Vladimír Vondruš fa10765198 Trade: alpha mode, alpha mask and double sided material properties. 8 years ago
Vladimír Vondruš cbc35c4353 Stub documentation for transformation interpolation and animation. 8 years ago
Vladimír Vondruš fde07c6c58 Doc++ 8 years ago
Vladimír Vondruš 737104f2c7 Math: added "shortest path" alternatives to lerp(), slerp() and sclerp(). 8 years ago
Vladimír Vondruš d156a60943 Math: fix sclerp() behavior with dual quaternions having the same angle. 8 years ago
Vladimír Vondruš 6c8a2a46b8 Math: implement cubic Bezier <-> cubic Hermite conversion. 8 years ago
Vladimír Vondruš e997344b8c Math: new CubicHermite class. 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š 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š 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š 2c56d1600a modules: properly handle optional dependencies of DebugTools. 8 years ago
Vladimír Vondruš 7b6fd1f88f doc: checklist for deprecating a whole library. 8 years ago
Vladimír Vondruš 555412c4c3 doc: mention Windows Emscripten guide from @Squareys. 8 years ago
Vladimír Vondruš 5bc3fce065 doc: make DebugTools tests compilable even if Primitives are not enabled. 8 years ago
Vladimír Vondruš d1a6934b37 doc: updated the developers' guide with new stuff. 8 years ago
Vladimír Vondruš bfec45ed51 doc: updated changelog. 8 years ago
Vladimír Vondruš e84107f3e2 doc: updated changelog. 8 years ago
Squareys d8ceaf53e4 doc: wrap everything at 80 columns 8 years ago
Jonathan Hale c8e3ee68db doc: improve "Vcpkg packages on Windows" section of building.dox 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š 47ade4ef53 Platform: make it possible to get scroll position in Glfw and Sdl2App. 8 years ago
Vladimír Vondruš b9c96d76e8 Math: ability to use [Dual]Complex and [Dual]Quaternion in configuration. 8 years ago
Vladimír Vondruš 4eb1764c5e doc: placeholder for the UI documentation. 8 years ago
Vladimír Vondruš 8f6ca904d8 doc: improved and unified docs for command-line utilities. 8 years ago
Vladimír Vondruš b47db397af CMake: provide paths to Emscripten-specific CSS/JS files. 8 years ago
Vladimír Vondruš 39b00b8eae doc: fix compilation on Android. 8 years ago
Vladimír Vondruš 9118037b3b doc: mention EM_ASM() and dollar warnings. 8 years ago
Vladimír Vondruš 384d1b0c83 Platform: styling for <p> and <code> in Emscripten apps. 8 years ago
Vladimír Vondruš 9095954e6d Platform: added Sdl2Application::setContainerCssClass(). 8 years ago
Vladimír Vondruš b2cb689cdc Platform: overhaul builtin style+markup for Emscripten apps. 8 years ago
Vladimír Vondruš 934d9e6bf9 Platform: resize events in Sdl2App on Emscripten, autodetecting size. 8 years ago
Vladimír Vondruš 80ba53dc3c Platform: hide meaningless Sdl2Application window flags on Emscripten. 8 years ago
Vladimír Vondruš 56a933b17c Platform: deprecate Sdl2Application AllowHighDpi window flag. 8 years ago
Vladimír Vondruš ed0a719da2 Platform: pass a class to viewportEvent(). 8 years ago
Vladimír Vondruš ae31c3cd82 Platform: initial HiDPI support in SDL2 app on Linux and Emscripten. 8 years ago
Vladimír Vondruš d70f75a179 Platform: deprecate GlutApplication. 8 years ago
Vladimír Vondruš 6a71bf2302 doc: moved iOS/WinRT-specific docs from Sdl2App to dedicated pages. 8 years ago
Vladimír Vondruš 1260d51dc1 Trade: redesign importer file callbacks. 8 years ago
Vladimír Vondruš 64f8a90095 Math: ability to construct a Range from std::pair. 8 years ago