76 Commits (b44166b23818bba62e6a0e4e7bcc4e6cd95c81ca)

Author SHA1 Message Date
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
Vladimír Vondruš 9e4ccf6a55 Split the OpenGL layer out, pt 13: renamed GL-related macros. 8 years ago
Vladimír Vondruš 6d41597d1d Split the OpenGL layer out, pt 9: generic pixel formats. 8 years ago
Vladimír Vondruš fc1b167bff Split the OpenGL layer out, pt 1: moving files to a new location. 8 years ago
Vladimír Vondruš 1df20a8dc4 doc: make the snippet actually compile on ES. 8 years ago
Vladimír Vondruš b8187f44d6 doc: avoid MSVC warnings when compiling snippets. 8 years ago
Vladimír Vondruš 56223b0535 doc: compiling Portability page code snippets. 8 years ago
Vladimír Vondruš 901339eb75 doc: compiling Types page code snippets. 8 years ago
Vladimír Vondruš be789db119 doc: compiling Method Chaining page snippets. 8 years ago
Vladimír Vondruš 6f4e6ef2e6 doc: compiling Debug Tools page code snippets. 8 years ago
Vladimír Vondruš eee87ff28e doc: compiling Matrix and vector operations page code snippets. 8 years ago
Vladimír Vondruš b3208e8f75 doc: compiling Transformations page code snippets. 8 years ago