You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vladimír Vondruš
dc41025ffc
GL: remove stray unused expression.
...
This originated in 7ad928ae42 which looks
like a generic find & replace that removed all early return statements
because the unmasked renderer string on WebGL could expose both the
underlying driver (NVidia, Mesa, ...) and the wrapper (ANGLE, ...).
Ideally the compiler would warn about an unused expression, but
Optional::operator*() isn't const on mutable variables, so it didn't.
Only discovered this because I'm removing the Optional wrapper from this
member, and then the compiler started to warn.
2 months ago
..
Animation
Update copyright year.
7 months ago
Audio
Audio,GL: document why <cstdlib> is included.
2 months ago
DebugTools
DebugTools: MSVC U mad? Can't you just work properly for once.
2 months ago
GL
GL: remove stray unused expression.
2 months ago
Implementation
Update copyright year.
7 months ago
MaterialTools
Update copyright year.
7 months ago
Math
Math: add TypeTraits<T>::min() and max().
3 months ago
MeshTools
Update copyright year.
7 months ago
Platform
Platform: clarify what happens to the view in Configuration::setTitle().
2 months ago
Primitives
Primitives: added arrow2D() and arrow3D().
2 months ago
SceneGraph
Doc++, updated credits and changelog.
6 months ago
SceneTools
ObjImporter: rewrite without STL strings, iostreams and exceptions.
2 months ago
ShaderTools
ShaderTools,Text,Trade: move debug output code & tests to the top.
2 months ago
Shaders
Update copyright year.
7 months ago
Test
Deprecate the ResourceManager and related types.
2 months ago
Text
Text,MagnumFont: port away from deprecated AbstractFont APIs.
2 months ago
TextureTools
Math: add scalar and vector fract().
6 months ago
Trade
Text,Trade: properly test that close() is called from open*().
2 months ago
Vk
Vk: string views can be trimmed now, but STL still sucks.
2 months ago
AbstractResourceLoader.h
Deprecate the ResourceManager and related types.
2 months ago
Array.h
Update copyright year.
7 months ago
British.h
Update copyright year.
7 months ago
CMakeLists.txt
Deprecate the ResourceManager and related types.
2 months ago
DimensionTraits.h
Update copyright year.
7 months ago
FileCallback.cpp
Update copyright year.
7 months ago
FileCallback.h
Update copyright year.
7 months ago
Image.cpp
Update copyright year.
7 months ago
Image.h
Update copyright year.
7 months ago
ImageFlags.cpp
Update copyright year.
7 months ago
ImageFlags.h
Update copyright year.
7 months ago
ImageView.cpp
Update copyright year.
7 months ago
ImageView.h
Update copyright year.
7 months ago
Magnum.h
MSVC 2017, you too.
2 months ago
Mesh.cpp
Update copyright year.
7 months ago
Mesh.h
Update copyright year.
7 months ago
PixelFormat.cpp
Update copyright year.
7 months ago
PixelFormat.h
Update copyright year.
7 months ago
PixelStorage.cpp
Update copyright year.
7 months ago
PixelStorage.h
Update copyright year.
7 months ago
Resource.cpp
Deprecate the ResourceManager and related types.
2 months ago
Resource.h
I didn't expect new GCC would behave worse with deprecation warnings.
2 months ago
ResourceManager.h
I didn't expect new GCC would behave worse with deprecation warnings.
2 months ago
Sampler.cpp
Update copyright year.
7 months ago
Sampler.h
Update copyright year.
7 months ago
Tags.h
Update copyright year.
7 months ago
Timeline.cpp
Update copyright year.
7 months ago
Timeline.h
Update copyright year.
7 months ago
Types.h
Update copyright year.
7 months ago
VertexFormat.cpp
Update copyright year.
7 months ago
VertexFormat.h
Update copyright year.
7 months ago
configure.h.cmake
Update copyright year.
7 months ago
version.h.cmake
Update copyright year.
7 months ago
visibility.h
Update copyright year.
7 months ago