11748 Commits (c3addad07a138a87dcbd465fc3a6752cb7399de4)
 

Author SHA1 Message Date
Vladimír Vondruš c3addad07a Adapt to Corrade::Containers Array[View] API deprecation. 1 month ago
Vladimír Vondruš 021da1f966 GL: can just reinterpret instead of allocating a temporary array. 1 month ago
Vladimír Vondruš 844f3eaf2d doc: make the dependency diagrams a bit more consistent. 1 month ago
Vladimír Vondruš 665062bf03 doc: reflect certain Corrade libraries and plugins being deprecated. 1 month ago
Vladimír Vondruš 0bebd4d552 doc: don't disable deprecated libraries by default in dev guide. 1 month ago
Vladimír Vondruš 6b8db596b5 modules: updated FindCorrade.cmake. 1 month ago
Vladimír Vondruš de5b252408 Forgot to update these for MagnumFont{,Converter} being deprecated. 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š 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š 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