11732 Commits (c19f6f5a23905614eb4309f329b9b1f96b660d75)
 

Author SHA1 Message Date
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š 45e7952ad4 doc: list GL::Context::supportedExtensions() among deprecated APIs. 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š 319f75febb doc: note also removing obsolete TODOs when deprecating stuff. 2 months ago
Vladimír Vondruš dd8934b6d8 doc: simplify generating of primitives-line*d.png. 2 months ago
Vladimír Vondruš d62dc2131d doc: don't generate primitives-*.png in a parent directory. 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š 52e6457470 Trade: can use the InPlaceInit array construction in the doc too. 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
Vladimír Vondruš 1051785036 Trade: don't use naked new. 2 months ago
Vladimír Vondruš f21f8d3871 Trade: use an enum debug printer instead of hardcoding the name. 2 months ago
Vladimír Vondruš 4885f9e54c Trade: test also the deprecated APIs. 2 months ago