552 Commits (b8bddc438c3544692f2015b82499b7508ff32d3d)

Author SHA1 Message Date
Vladimír Vondruš c3addad07a Adapt to Corrade::Containers Array[View] API deprecation. 1 month ago
Vladimír Vondruš e0f13ad938 ObjImporter: doc++ 2 months ago
Vladimír Vondruš 2d68ac8617 AnyAudioImporter: this std::string usage is also unnecessary. 2 months ago
Vladimír Vondruš 0f1099df0b Audio: port AbstractImporter away from std::string. 2 months ago
Vladimír Vondruš fdfe327f9a Put single-statement branch contents on the following line. 2 months ago
Vladimír Vondruš c4b1594d9d GL: ... and neither Optional has to be in Context.h. 2 months ago
Vladimír Vondruš 7dc0f9c3f4 DebugTools: deprecate ForceRenderer and ObjectRenderer. 2 months ago
Vladimír Vondruš 2d65016446 Deprecate direct instantiation for all plugins except the Any* proxies. 2 months ago
Vladimír Vondruš 2ce053b933 Deprecate MagnumFont and MagnumFontConverter. 2 months ago
Vladimír Vondruš a7ea825556 ObjImporter: modernize the code a bit, remove now-solved TODOs. 2 months ago
Vladimír Vondruš 9667697cd0 ObjImporter: doc++ 2 months ago
Vladimír Vondruš fefb86365a ObjImporter: option to skip index array merging on import. 2 months ago
Vladimír Vondruš e1e141abf2 ObjImporter: support quads. 2 months ago
Vladimír Vondruš 3d76bcb68a ObjImporter: support negative indices. 2 months ago
Vladimír Vondruš 9b8c655c13 ObjImporter: reorder texture coordinate handling to be before normals. 2 months ago
Vladimír Vondruš dacf37f237 ObjImporter: rewrite without STL strings, iostreams and exceptions. 2 months ago
Vladimír Vondruš da66ec88e8 Text,MagnumFont: port away from deprecated AbstractFont APIs. 2 months ago
Vladimír Vondruš ea060cd9d6 Update copyright year. 7 months ago
Vladimír Vondruš bd52eb9be2 AnyImageImporter: attempt to detect AVIF files. 8 months ago
Vladimír Vondruš 0109548149 Use https for links. 10 months ago
Vladimír Vondruš 31381371e8 Any{Image,Scene}Importer: propagate importerState() as well. 1 year ago
Vladimír Vondruš 0a37b37af8 *Importer: replace needless Utility::copy() with Array InPlaceInit. 1 year ago
Vladimír Vondruš 0d6a7165b9 ObjImporter: don't use a std::vector. 1 year ago
Vladimír Vondruš 5a7b0e999f ObjImporter: wait, why have the names stored in a separate array? 1 year ago
Vladimír Vondruš bd01cf69f0 ObjImporter: using a five-element std::tuple is just ... nope. 1 year ago
Vladimír Vondruš 22ce4a75d2 AnyImageImporter: detect the *.svg and *.svgz extension. 1 year ago
Vladimír Vondruš afe56a5d49 Text: move [DistanceField]GlyphCacheGL internals to the state struct. 1 year ago
Vladimír Vondruš 080fbbda88 Use arrayClear() instead of arrayResize(..., 0) now that it's available. 1 year ago
Vladimír Vondruš 1e9b11860d AnySceneImporter: recognize USD files. 1 year ago
Vladimír Vondruš 3c27afae42 AnySceneImporter: test & document formats deliberately not handled. 1 year ago
Vladimír Vondruš fdcfa67658 AnySceneImporter: recognize only *.mesh.xml as OGRE mesh, not *.xml. 1 year ago
Vladimír Vondruš ac17573961 Any{Image,Scene}Importer: explicitly test all recognized extensions. 1 year ago
Vladimír Vondruš c390437b76 AnySceneImporter: recognize the *.vrm extension. 1 year ago
Vladimír Vondruš fba935c224 Use Path::{path,filename}() instead of split() where it makes sense. 2 years ago
Vladimír Vondruš 60fd42b505 Here we go again. 2 years ago
Vladimír Vondruš cc608dba42 Test: remove all use of <sstream> for Debug output testing. 2 years ago
Vladimír Vondruš f91638c461 AnyImageImporter: recognize also the other Radiance HDR file signature. 2 years ago
Vladimír Vondruš eef921c238 It's October already?! 2 years ago
Vladimír Vondruš 6b31924b0b Text: only allow creating processed GlyphCacheGL by subclasses. 2 years ago
Vladimír Vondruš 28dd01c815 MagnumFont: fix cache image upload on ES2. 2 years ago
Vladimír Vondruš 42342cd3a5 Text: renamed {DistanceField,}GlyphCache to {DistanceField}GlyphCacheGL. 2 years ago
Vladimír Vondruš ff4f1e4cb0 Text: make GlyphCache take an explicit PixelFormat + processed format. 2 years ago
Vladimír Vondruš 3dd88dc058 Adapt to PluginManager changes. 2 years ago
Vladimír Vondruš 90e342773c MagnumFont: adapt to AbstractShaper changes. 2 years ago
Vladimír Vondruš 032d56ff7d MagnumFont: test with a UTF-8 char in the middle. 2 years ago
Vladimír Vondruš 723cf155a8 Text: doc++ 2 years ago
Vladimír Vondruš 631b9b8ae5 Text: AbstractFont::fillGlyphCache() overload taking glyph IDs directly. 2 years ago
Vladimír Vondruš 215de4fb62 Text: add a batch AbstractFont::glyphIdsInto() API. 2 years ago
Vladimír Vondruš 89d6e2ef11 WavAudioImporter: put detailed format info later in the docs page. 2 years ago
Vladimír Vondruš e7f95c73b5 AnyImageConverter: recognize WebP files. 2 years ago