9795 Commits (2d68ac8617cc4bed63951388a9eab89b9e964bb4)

Author SHA1 Message Date
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š d57fcc8ed8 Audio: add a TODO, again matching what's in GL::Context already. 2 months ago
Vladimír Vondruš 2e4af30b38 Audio: deprecate Context::supportedExtensions(). 2 months ago
Vladimír Vondruš 82664481b7 Audio: port Context away from std::vector and std::string. 2 months ago
Vladimír Vondruš a3b7075663 GL: clarify null termination in Context::extensionStrings(). 2 months ago
Vladimír Vondruš ecaea78669 Audio: don't calculate strlen twice for no reason. 2 months ago
Vladimír Vondruš f3d2cb9cbf Audio: minimal test for Context::deviceSpecifierStrings(). 2 months ago
Vladimír Vondruš c19f6f5a23 Audio: the heck is this instanced test code. 2 months ago
Vladimír Vondruš fdfe327f9a Put single-statement branch contents on the following line. 2 months ago
Vladimír Vondruš 82c76d3374 GL: don't use the slower splitOnWhitespace() when split() is enough. 2 months ago
Vladimír Vondruš 1037381279 GL: this STL compat include is no longer needed. 2 months ago
Vladimír Vondruš 5f3dac61bb Trade: no need to use a stringstream for Debug redirection here. 2 months ago
Vladimír Vondruš c4b1594d9d GL: ... and neither Optional has to be in Context.h. 2 months ago
Vladimír Vondruš dc41025ffc GL: remove stray unused expression. 2 months ago
Vladimír Vondruš 6ed7ee7b72 GL: don't need to include StaticArray in Context.h. 2 months ago
Vladimír Vondruš 3a2a6b9179 Vk: string views can be trimmed now, but STL still sucks. 2 months ago
Vladimír Vondruš 82b3963632 Audio,GL: document why <cstdlib> is included. 2 months ago
Vladimír Vondruš 90df6e4449 Audio: doc++ 2 months ago
Vladimír Vondruš e7e0f250ce Audio: unused include. 2 months ago
Vladimír Vondruš 458a21953f Platform: clarify what happens to the view in Configuration::setTitle(). 2 months ago
Vladimír Vondruš 971ac890b5 I didn't expect new GCC would behave worse with deprecation warnings. 2 months ago
Vladimír Vondruš ac013346a4 MSVC 2017, you too. 2 months ago
Vladimír Vondruš ec1a89500a DebugTools: MSVC U mad? Can't you just work properly for once. 2 months ago
Vladimír Vondruš 46377b70b9 Deprecate the ResourceManager and related types. 2 months ago
Vladimír Vondruš 7a0da1d914 DebugTools: somehow still referring to unprefixed CMake options here. 2 months ago
Vladimír Vondruš 7dc0f9c3f4 DebugTools: deprecate ForceRenderer and ObjectRenderer. 2 months ago
Vladimír Vondruš 5e4a71c014 Primitives: added arrow2D() and arrow3D(). 2 months ago
Vladimír Vondruš 6a1c1da376 Primitives: use NoInit constructors for index and vertex arrays. 2 months ago
Vladimír Vondruš 5c73c3d02c Primitives: unused include cleanup. 2 months ago
Vladimír Vondruš 48c3f3b847 Primitives: doc++ 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š 2401a2243d Text: add AbstractFont::openMemory(). 2 months ago
Vladimír Vondruš 91cea657c5 Text,Trade: properly test that close() is called from open*(). 2 months ago
Vladimír Vondruš 9606c7b262 Trade: merge openData() and openMemory() tests into an instanced case. 2 months ago
Vladimír Vondruš ac439d3b74 Text,Trade: doc++ 2 months ago
Vladimír Vondruš 53a500bf47 Text: decouple font property querying from file / data opening. 2 months ago
Vladimír Vondruš 9e55ed88ee Text: I'm not resetting everything on AbstractFont::close(). 2 months ago
Vladimír Vondruš 8ae70a038a Text: allow picking a concrete font ID in a collection. 2 months ago
Vladimír Vondruš 721e10ea0d Trade: test the early return in hasOcclusionRoughnessMetallicTexture(). 2 months ago
Vladimír Vondruš 0bff8c5925 Trade: testing the wrong variable here. 2 months ago