9590 Commits (f049ba9012bd2f9291cba0cb01238f73c272941c)
 

Author SHA1 Message Date
Vladimír Vondruš f049ba9012 Fix a non-deprecated build on MSVC, again. 4 years ago
Vladimír Vondruš 5f5cfb1094 doc: updated credits and changelog. 4 years ago
Christophe Meyer 35b376e619
Fix tiny english issue in features.dox 4 years ago
Vladimír Vondruš 0508e29320 doc: updated credits & changelog. 4 years ago
Vladimír Vondruš 2ee6054f69 doc: adapt to the fact there's a real GltfImporter now. 4 years ago
Pablo Escobar 95f4124b5b GL: add Framebuffer::InvalidationAttachment::DepthStencil 4 years ago
Vladimír Vondruš 49bcbed2f4 sceneconverter: highlight unreferenced data red in --info. 4 years ago
Vladimír Vondruš b8340f1934 Shaders: make the TODOs even more nightmarish. 4 years ago
Vladimír Vondruš d474f9d176 Math: return an array reference instead of a pointer from data(). 4 years ago
Vladimír Vondruš 2adea7674f Math: *not* a good idea to test assertions alongside everything else. 4 years ago
Vladimír Vondruš 9874c44262 Don't rely on __GNUC__ being always 4 on Clang. 4 years ago
Vladimír Vondruš cedc0d6eeb Prefer CORRADE_TARGET_* instead of __GNUC__, __clang__ and _MSVC_VER. 4 years ago
Vladimír Vondruš 835f339dd2 external: add a glGetBufferSubData() entrypoint on WebGL 2. 4 years ago
Vladimír Vondruš 9d1b184698 external: sync flextGL templates with angry comments added in haste. 4 years ago
Vladimír Vondruš cfc02599e5 Trade: drop {MeshAttribute,SceneField}::Custom. 4 years ago
Vladimír Vondruš 8c9c2b5ddb Trade: use the custom field/attribute helpers in debug printers. 4 years ago
Vladimír Vondruš 0183452e16 Trade: doc++ 4 years ago
Vladimír Vondruš 4d5c53dbc6 Trade: add MeshData::attributeId() for inverse ID mapping. 4 years ago
Vladimír Vondruš 7c2f758f2e doc: properly visualize dependency of ShaderTools on PluginManager. 4 years ago
Vladimír Vondruš e6b0a746cc CMake: fix and harden Git version detection on Windows. 4 years ago
Vladimír Vondruš 00eb4b2851 sceneconverter: improve printing of custom field and attribute names. 4 years ago
Vladimír Vondruš 5aeb905884 Trade: minor. 4 years ago
Vladimír Vondruš fb0ef4ec6e Trade: doc++ 4 years ago
Vladimír Vondruš 6c73c1300c Trade: properly check a flag consisting of multiple bits. 4 years ago
Vladimír Vondruš 451909575c ShaderTools,Trade: no longer say we return an empty Array on error. 4 years ago
Vladimír Vondruš ee27d42a37 ShaderTools,Trade: properly test failure states of all plugin APIs. 4 years ago
Vladimír Vondruš abdbada144 Trade: AbstractImporter::openFile() and openState() had no tests?! 4 years ago
Vladimír Vondruš fdd0f94f7d Trade: properly mark also the overloads as new. 4 years ago
Vladimír Vondruš 59c163d963 Trade: we can use test verification macros in unrelated functions now. 4 years ago
Vladimír Vondruš cfd0a1a454 AnyImage{Importer,Converter}: recognize OpenVDB file extension. 4 years ago
Vladimír Vondruš a6b608ff05 AnyImage{Importer,Converter}: doc++ 4 years ago
Vladimír Vondruš 4a8c76a497 AnySceneImporter: recognize 3MF files. 4 years ago
Vladimír Vondruš 02f679e91c Revert "Trade: expand SceneConverterFeature to 64 bits." 4 years ago
Vladimír Vondruš 5fd40d8ea7 Trade: const+- 4 years ago
Vladimír Vondruš 0978c3ce33 Trade: cross-link importer name queries better. 4 years ago
Vladimír Vondruš 3684160db3 Trade: minor AbstractSceneConverter test improvement. 4 years ago
Vladimír Vondruš 7b2a56a5e9 Trade: test growable and non-owning deleters in all SceneConverter cases. 4 years ago
Vladimír Vondruš 5aed8e8e08 Doc++ 4 years ago
Vladimír Vondruš 736f33aaa5 Trade: add a defaulted deinlined destructor to AbstractSceneConverter. 4 years ago
Vladimír Vondruš ee983fd098 Trade: expand SceneConverterFeature to 64 bits. 4 years ago
Vladimír Vondruš c0e83848ea Text: add TODOs for when I get to reviving this library. 4 years ago
Vladimír Vondruš 90b53798c2 doc: cross-link intersection and bounding volume calculation algos. 4 years ago
Vladimír Vondruš c66797f654 MeshTools: rename boundingBoxAxisAligned() to boundingRange(). 4 years ago
Vladimír Vondruš 203040b458 doc: updated credits and changelog. 4 years ago
Vladimír Vondruš f82882675b MeshTools: minor. 4 years ago
Vladimír Vondruš e27f17853b MeshTools: include only what's strictly necessary in public headers. 4 years ago
Vladimír Vondruš 4df7a236e5 MeshTools: no asserts in this file, no need to compile it twice. 4 years ago
Pablo Escobar 01f9fe1670 MeshTools: avoid unnecessary precision loss in boundingSphereBouncingBubble() 4 years ago
Pablo Escobar 4d02456212 MeshTools: add initial AABB and sphere bounding volume algorithms 4 years ago
Vladimír Vondruš 7f4500d9e0 ShaderTools: port away from std::pair. 4 years ago