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š
cfc02599e5
Trade: drop {MeshAttribute,SceneField}::Custom.
...
I realized those are too annoying when writing a glTF exporter which
contains a lot of switches over enums. And as further shown by the diff,
those were only inflicting additional pain in *all* switch statements,
nothing else, no other added value. And everywhere else the helpers are
the designated way to deal with those, so there's no point in having an
explicit enum value denoting start of a "custom range".
It wasn't even any convenient to have it in the enum, as the extra
effort needed for casting actually made it *exactly* the same length as
if I'd just use a separately-defined constant.
4 years ago
..
Animation
Packed debug output for enums used by Trade.
4 years ago
Audio
Clearly mention that errors are printed on failures in plugin APIs docs.
4 years ago
DebugTools
CMake: use the CMAKE_FOLDER variable instead of FOLDER property.
4 years ago
GL
GL,ShaderTools: add missing include.
4 years ago
Implementation
Adapt to Corrade changes.
4 years ago
Math
doc: cross-link intersection and bounding volume calculation algos.
4 years ago
MeshTools
Trade: drop {MeshAttribute,SceneField}::Custom.
4 years ago
Platform
Platform: clarify CMake subproject setup for Sdl2Application.
4 years ago
Primitives
CMake: use the CMAKE_FOLDER variable instead of FOLDER property.
4 years ago
SceneGraph
CMake: use the CMAKE_FOLDER variable instead of FOLDER property.
4 years ago
SceneTools
Trade: drop {MeshAttribute,SceneField}::Custom.
4 years ago
ShaderTools
ShaderTools,Trade: no longer say we return an empty Array on error.
4 years ago
Shaders
CMake: use the CMAKE_FOLDER variable instead of FOLDER property.
4 years ago
Test
Packed debug output for enums used by Trade.
4 years ago
Text
Text: add TODOs for when I get to reviving this library.
4 years ago
TextureTools
{distancefield,scene,image}converter: port away from std::string.
4 years ago
Trade
Trade: drop {MeshAttribute,SceneField}::Custom.
4 years ago
Vk
CMake: use the CMAKE_FOLDER variable instead of FOLDER property.
4 years ago
AbstractResourceLoader.h
Updated copyright year.
4 years ago
Array.h
Updated copyright year.
4 years ago
British.h
Updated copyright year.
4 years ago
CMakeLists.txt
CMake: fix and harden Git version detection on Windows.
4 years ago
DimensionTraits.h
Updated copyright year.
4 years ago
FileCallback.cpp
Updated copyright year.
4 years ago
FileCallback.h
Updated copyright year.
4 years ago
Image.cpp
Updated copyright year.
4 years ago
Image.h
Updated copyright year.
4 years ago
ImageView.cpp
Updated copyright year.
4 years ago
ImageView.h
Updated copyright year.
4 years ago
Magnum.h
Updated copyright year.
4 years ago
Mesh.cpp
Packed debug output for enums used by Trade.
4 years ago
Mesh.h
Updated copyright year.
4 years ago
PixelFormat.cpp
Packed debug output for enums used by Trade.
4 years ago
PixelFormat.h
Updated copyright year.
4 years ago
PixelStorage.cpp
Updated copyright year.
4 years ago
PixelStorage.h
Updated copyright year.
4 years ago
Resource.cpp
Updated copyright year.
4 years ago
Resource.h
Updated copyright year.
4 years ago
ResourceManager.h
Updated copyright year.
4 years ago
Sampler.cpp
Packed debug output for enums used by Trade.
4 years ago
Sampler.h
Updated copyright year.
4 years ago
Tags.h
Updated copyright year.
4 years ago
Timeline.cpp
Updated copyright year.
4 years ago
Timeline.h
Updated copyright year.
4 years ago
Types.h
Updated copyright year.
4 years ago
VertexFormat.cpp
Packed debug output for enums used by Trade.
4 years ago
VertexFormat.h
Updated copyright year.
4 years ago
configure.h.cmake
Updated copyright year.
4 years ago
version.h.cmake
Updated copyright year.
4 years ago
visibility.h
Updated copyright year.
4 years ago