87 Commits (07c36b4a646c3067e098be930db9b856c8af7c6c)

Author SHA1 Message Date
Vladimír Vondruš 476dc5c3f5 Math: compile code snippets from Packing.h. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš 4fa0962e72 Math: don't use the Magnum:: prefix in code snippets. 8 years ago
Vladimír Vondruš f5e30bb5d3 Math: minor coding style cleanup. 8 years ago
Borislav Stanimirov f7f2ab8cb5 Math: added StrictWeakOrdering for math types 8 years ago
Vladimír Vondruš c98a936b41 Animation: added a collection of easing functions. 8 years ago
Vladimír Vondruš 0226ab26c4 Math: make one-dimensional range just from scalar types. 8 years ago
Vladimír Vondruš d5fcfd82ec Animation: pass Key to player callbacks by value, not as const&. 8 years ago
Vladimír Vondruš 0793d31d2b Primitives: new gradient primitive. 8 years ago
Vladimír Vondruš 7ad64bda2a DebugTools: add CompareImageFile, CompareImageToFile + CompareFileToImage. 8 years ago
Vladimír Vondruš e43d5790f6 Trade: change animation track target to target type and target ID to target. 8 years ago
Vladimír Vondruš 4acfa8c197 Primitives: a better line primitive. 8 years ago
Vladimír Vondruš 6c8a2a46b8 Math: implement cubic Bezier <-> cubic Hermite conversion. 8 years ago
Vladimír Vondruš 8dc1f8a7da MeshTools: make the generateFlatNormals() docs less handwavy. 8 years ago
Vladimír Vondruš 5bc3fce065 doc: make DebugTools tests compilable even if Primitives are not enabled. 8 years ago
Vladimír Vondruš bff7ae8d7e Math: added Range::fromCenter(). 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š ed0a719da2 Platform: pass a class to viewportEvent(). 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
Vladimír Vondruš d88e79cd9e Math: new Color[34]::fromSrgb[Alpha]() and Color[34]::toSrgb[Alpha]Int(). 8 years ago
Vladimír Vondruš 212a01bae5 Trade: document AnimationData usage. 8 years ago
Vladimír Vondruš fafcdcfa1c SceneGraph: ability to affect order of items drawn by Camera. 8 years ago
Vladimír Vondruš b255f31ca4 SceneGraph: show both single and multiple inheritance in Drawable docs. 8 years ago
Vladimír Vondruš 37dfd0ed49 Trade: document how MeshData can be further transformed. 8 years ago
Vladimír Vondruš f9328e3f64 Math/Algorithms: update algorithm docs and make code snippets compiled. 8 years ago
Vladimír Vondruš d813ee2fde doc: fix broken Shaders code snippets. 8 years ago
Vladimír Vondruš ea47a6e8f7 doc: disable a problematic code snippet on WinRT. 8 years ago
Vladimír Vondruš fc454334ab Animation: more MSVC fun! 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š 8cc560eadc Animation: new Track and TrackView containers. 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š 10b4c069eb Trade: support separate translation/rotation/scaling in ObjectData. 8 years ago
Vladimír Vondruš 453fc0b3e7 Shaders: more convenient VertexColor::Color[34] attribute specifiers. 8 years ago
Vladimír Vondruš 6df048eac8 Audio: doc++ 8 years ago
Vladimír Vondruš 424eec4818 MeshTools: simplify compile(). 8 years ago
Vladimír Vondruš 9be24a241e GL: make it possible for a Mesh to own the vertex/index buffers. 8 years ago
Vladimír Vondruš bbe6b5a56b SceneGraph: compile code snippets to ensure their validity. 8 years ago
Vladimír Vondruš 8688819423 doc: don't compile plugins snippet when plugin manager is not used. 8 years ago
Vladimír Vondruš 7cb94ac32d doc: implement Vulkan-specific Doxygen aliases. 8 years ago
Vladimír Vondruš 673caa23bf Math: compiling Angle, Color and Half code snippets. 8 years ago
Vladimír Vondruš 82a5a67727 doc: mention forgotten GL-related Doxygen commands. 8 years ago
Vladimír Vondruš 8018b17bc7 Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
Vladimír Vondruš 675c49e79e Split the OpenGL layer out, pt 28: non-GL-centric Platform::*Application. 8 years ago
Vladimír Vondruš 4d565a8f73 DebugTools: CompareImage now supports only generic pixel formats. 8 years ago
Vladimír Vondruš 499984e82c Split the OpenGL layer out, pt 25: updated documentation code snippets. 8 years ago
Vladimír Vondruš 298e7c20a7 Split the OpenGL layer out, pt 23: adapted Platform. 8 years ago