7997 Commits (9474b3e3fc6fe75d343e605ca96aac077f815d8a)
 

Author SHA1 Message Date
Vladimír Vondruš 9474b3e3fc MeshTools: rename removeDuplicates{ => Fuzzy}[Indexed]InPlace(). 6 years ago
Vladimír Vondruš add966e0bd sceneconverter: add a --remove-duplicates option. 6 years ago
Vladimír Vondruš 7138a53b49 MeshTools: add removeDuplicates() operating directly on MeshData. 6 years ago
Vladimír Vondruš b2f003bdd6 MagnumFontConverter: fix warnings on Clang 10. 6 years ago
Vladimír Vondruš cee4840b86 DebugTools: fix build on libc++ 10. 6 years ago
Vladimír Vondruš 325263fbc6 package/archlinux: don't force C++11 for the libc++ build. 6 years ago
Vladimír Vondruš 51e699f0ea MeshTools: avoid needless zero-initialization. 6 years ago
Vladimír Vondruš f5822e9384 Trade: properly include array size in attribute stride checks. 6 years ago
Vladimír Vondruš 9742b84815 MeshTools: properly handle array attributes everywhere. 6 years ago
Vladimír Vondruš 753f5afaeb MeshTools: verify that array attributes are handled correctly everywhere. 6 years ago
Vladimír Vondruš dca9dc492d Trade: fix ambiguity when instantiating nullptr array MeshAttributeData. 6 years ago
Vladimír Vondruš 36a3556c68 MeshTools: document a non-obvious usage for combineIndexedAttributes(). 6 years ago
Vladimír Vondruš 521a3dac0b Trade: make creation of non-owning MeshData references easier. 6 years ago
Vladimír Vondruš c51edcd6d6 doc: updated credits and changelog. 6 years ago
sheerluck 148dd27704 package/gentoo: properly install plugin binaries. 6 years ago
Vladimír Vondruš f8f73d2cbb sceneconverter: print also reference count for each mesh. 6 years ago
Vladimír Vondruš 5be7fbe1e8 Math: make Range2D and Range3D properly convertible from std::pair. 6 years ago
Vladimír Vondruš 6053cc6fc6 MeshTools: this goes first, usually. 6 years ago
Vladimír Vondruš dec7904db1 MeshTools: removeDuplicatesIndexedInPlace() for type-erased indices. 6 years ago
Vladimír Vondruš 7205bcf28c MeshTools: this actually didn't test the erased version at all. 6 years ago
Vladimír Vondruš b180dd7bf0 MeshTools: various cleanup. 6 years ago
Vladimír Vondruš e9a574f948 MeshTools: why am I discovering all those weird things today. 6 years ago
Vladimír Vondruš a6302ac7d3 MeshTools: test asserts in type-erased flipFaceWinding(). 6 years ago
Vladimír Vondruš 766b03fc38 Animation: add TrackViewStorage::values(). 6 years ago
Vladimír Vondruš cda8504b08 Animation: hmm, this isn't right. 6 years ago
Vladimír Vondruš f3c2bfb093 Animation: why not just cast the thing? 6 years ago
Vladimír Vondruš 0fd11e1e5b CMake: don't declare the WITH_AL_INFO option twice. 6 years ago
Vladimír Vondruš 6ad8f26c20 CMake: build MeshTools if sceneconverter is enabled. 6 years ago
Vladimír Vondruš f269a1baa8 Vk: forgotten leftovers from the depths of MeshData renaming. 6 years ago
Vladimír Vondruš 1fe1dcd76d modules: updated FindCorrade.cmake and FindNodeJs.cmake. 6 years ago
Vladimír Vondruš 1bd5efc1f8 doc: initial file format support tables. 6 years ago
Vladimír Vondruš 749ae985b1 sceneconverter: support chaining converters. 6 years ago
Vladimír Vondruš 7100e3b6d8 Revert "Platform: choose a GLXFBConfig with a pbuffer." 6 years ago
Vladimír Vondruš 2f95345fb1 doc: updated changelog. 6 years ago
Vladimír Vondruš 9d104a7e88 Shaders: document how to propagate generic attribs to shader code. 6 years ago
Vladimír Vondruš ba70a440a7 package/ci: use externally built ANGLE for the RT build. 6 years ago
Vladimír Vondruš fb32dd4c0e imageconverter,sceneconverter: support option subgroups as well. 6 years ago
Vladimír Vondruš 0da8f89055 sceneconverter: hook scene converter plugins into this thing. 6 years ago
Vladimír Vondruš 08a51215b6 sceneconverter: add a --profile option. 6 years ago
Vladimír Vondruš 0ad5a8968f AnySceneConverter: new plugin. 6 years ago
Vladimír Vondruš 2dc47839ef Trade: bootstrap scene converter plugins. 6 years ago
Vladimír Vondruš b7edd8df25 sceneconverter: move the utility from Trade to MeshTools. 6 years ago
Vladimír Vondruš e64e40da11 Platform: avoid using 100% CPU in an idle GlfwApplication. 6 years ago
Vladimír Vondruš d3feb2a2a9 doc: updated changelog. 6 years ago
William JCM 8a42c727c1 Fix one particular kind of linker errors on MingGW Clang. 6 years ago
Vladimír Vondruš 62fa2007e6 DebugTools: add raw data access to FrameProfiler. 6 years ago
Vladimír Vondruš d471a7bebd DebugTools: remove redundant internal state in FrameProfiler. 6 years ago
Vladimír Vondruš be9a782272 DebugTools: rename function/test to match the use better. 6 years ago
Vladimír Vondruš d4c196e997 DebugTools: suggesting such thresholds for image comparison is criminal. 6 years ago
Vladimír Vondruš 6c7e798d86 DebugTools: moving average over a year worth of frames isn't useful. 6 years ago