10384 Commits (2d1f71d80b1850fabe5a5a6ec9c573ea18db9b3d)
 

Author SHA1 Message Date
Vladimír Vondruš 2d1f71d80b {image,scene}converter: use shorter Array construction in --info tests. 3 years ago
Vladimír Vondruš f74e3b5f4e Tga{Importer,ImageConverter}: respect Flag::Quiet. 3 years ago
Vladimír Vondruš 6e187518b0 Any*{Importer,Converter}: respect Flag::Quiet in config propagation. 3 years ago
Vladimír Vondruš ad6b9a4061 Trade: add *{Importer,Converter}Flag::Quiet. 3 years ago
Vladimír Vondruš 864774bdbf Trade: doc++ 3 years ago
Vladimír Vondruš 3710c179fe package/ci: adapt to arbitrary unnecessary Codecov breakages. 3 years ago
Vladimír Vondruš e835432629 Platform: fix Sdl2Application::setWindowIcon() on SDL 2.23+. 3 years ago
Vladimír Vondruš 0b66b85c20 Primitives: mark primitive data as global where appropriate. 3 years ago
Vladimír Vondruš 3803ad8687 Trade: add DataFlag::Global. 3 years ago
Vladimír Vondruš 6c2ea21d31 distancefieldconverter: make it work on GLES 3+. 3 years ago
Vladimír Vondruš 5f55f9e756 TextureTools: add a DistanceField overload taking a framebuffer. 3 years ago
Vladimír Vondruš d39572a089 Shaders: build Line.cpp on GLES2 as well. 3 years ago
Vladimír Vondruš 26e209ebb1 MeshTools: the assert is saying what?! 3 years ago
Vladimír Vondruš ad8aca370c MeshTools: make generateLines() public. 3 years ago
Vladimír Vondruš 97d283a75d SceneTools: consistently use the term "mapping" instead of "objects". 3 years ago
Vladimír Vondruš deec214ad9 Use the new EnumSet-from-underlying-type constructor for less confusion. 3 years ago
Vladimír Vondruš d06ac097c1 MeshTools: unify naming of MeshData arguments. 3 years ago
Vladimír Vondruš dcd7bfa294 modules: don't look for a deprecated SceneTools header in FindMagnum. 3 years ago
Vladimír Vondruš 222d66e37d sceneconverter: switch away from deprecated flattenMeshHierarchy3D(). 3 years ago
Vladimír Vondruš 11ae06a4b5 SceneTools: generalize flatten{Mesh -> Transformation}Hierarchy(). 3 years ago
Vladimír Vondruš d310e2f04c Visibly link to the base interface docs from all plugin classes. 3 years ago
Vladimír Vondruš 6d75ef93b3 MeshTools: clean up removeDuplicatesFuzzy() internals. 3 years ago
Vladimír Vondruš c5f96637ce MeshTools: simplify compressIndices() internals. 3 years ago
Vladimír Vondruš 6f3297b8c5 MeshTools: this NoInit shouldn't have been commented out. 3 years ago
Vladimír Vondruš 6034ea3d33 doc: don't compile the exact same snippet file twice. 3 years ago
Vladimír Vondruš 9bbbee6f56 MeshTools: port away from std::pair in remaining APIs. 3 years ago
Vladimír Vondruš 06832574a2 MeshTools: port away from std::pair in various internals. 3 years ago
Vladimír Vondruš bbfa5aeccf MeshTools: don't include STL crap in non-deprecated builds. 3 years ago
Vladimír Vondruš 9c0dd1435f Doc++ 3 years ago
Vladimír Vondruš 2c1b64b3df doc: port away from std::pair in a screenshot generator helper. 3 years ago
Vladimír Vondruš 71bdc87004 GL: document what the remaining #include <utility> are for. 3 years ago
Vladimír Vondruš 9a089ad2cf Vk: port away from std::pair in remaining APIs. 3 years ago
Vladimír Vondruš f84a655ac7 Vk: port away from std::pair in various internals. 3 years ago
Vladimír Vondruš ee2d56c3d3 Shaders: clean up redundant preprocessor elif condition in a shader. 3 years ago
Vladimír Vondruš e7e6faa571 GL: rework Texture, TextureArray and MultisampleTexture symbol export. 3 years ago
Vladimír Vondruš 1cc1ed8648 Math: use T instead of Float for Bezier<T> subdivision. 3 years ago
Vladimír Vondruš 5af5ecf1f7 Use the new plugin interface string macros in all plugins. 3 years ago
Vladimír Vondruš 12fc59bf19 Add macros with plugin interface strings for easier updates. 3 years ago
Vladimír Vondruš 79c42fee6e DebugTools: special-case CompareImage delta calculation for integer types. 3 years ago
Vladimír Vondruš d41ab08880 Math: micro-optimize vector isInf() and isNan() on Debug builds. 3 years ago
Vladimír Vondruš 3e1ce9f35c Math: add branch-less BitVector::set() and reset(). 3 years ago
Vladimír Vondruš e5844b23b7 Math: use a more common integer rounding calculation in BitVector. 3 years ago
Vladimír Vondruš f1190edc7e Math: doc++ 3 years ago
Vladimír Vondruš dfe37f61d1 Math: redo Matrix4::normalMatrix() as an inverse transpose. 3 years ago
Vladimír Vondruš 93464353a3 sceneconverter: cleanup AnimationData usage in tests. 3 years ago
Vladimír Vondruš 3335a05aa6 Trade: work around a GCC 4.8 crash in the test. 3 years ago
Vladimír Vondruš 94e9961a30 Trade: provide better AnimationTrackData constructors. 3 years ago
Vladimír Vondruš 5f1fc1047d Trade: pack AnimationTrackData internals better. 3 years ago
Vladimír Vondruš fdaa8579f9 Trade: take Animation::TrackView by a const&. 3 years ago
Vladimír Vondruš 24fc74ed22 Animation: assert that TrackView gets keys and values of the same size. 3 years ago