9346 Commits (df484b300aa0505ec7d8092e77bf49f6b084d2f6)

Author SHA1 Message Date
Vladimír Vondruš df484b300a Adapt to Corrade's Utility::Debug header cleanup. 1 year ago
Vladimír Vondruš 5339df8d2b Test: adapt to Corrade TestSuite changes. 1 year ago
Vladimír Vondruš fb2dc562e3 Platform: suppress useless deprecation warnings on older GCCs. 1 year ago
Vladimír Vondruš 8f05ef141c Math: add Quaternion::xyzw() and wxyz(). 1 year ago
Vladimír Vondruš e92e448da5 GL: make WEBGL_compressed_texture_astc detection work with --closure. 1 year ago
Vladimír Vondruš 1d2a1c1b3e Platform: more unused variable warning fixes on macOS. 1 year ago
Vladimír Vondruš bcf61d4de8 Math: add more -Wdeprecated-literal-operator suppressions. 1 year ago
Stanislaw Halik d9e19c1bde MeshTools: include <utility> for std::pair usage in deprecated APIs. 1 year ago
Vladimír Vondruš e9a54f8fec Trade: document return values of SceneData convenience getters. 1 year ago
Vladimír Vondruš 9dab8af6ce MeshTools: more doc updates. 1 year ago
Vladimír Vondruš 704de3d1d2 SceneTools: doc++ 2 years ago
Vladimír Vondruš d45411e117 MeshTools: don't use <> for local includes. 2 years ago
Vladimír Vondruš 4161c3a2f3 doc: add an overview page for the MeshTools library. 2 years ago
Vladimír Vondruš ccf9580c33 {Mesh,Scene}Tools: add r-value filter{Attributes,Fields}() overloads. 2 years ago
Vladimír Vondruš a0667439df SceneTools: add reference() and mutableReference() helpers. 2 years ago
Vladimír Vondruš 389c09b395 SceneTools: fix badly copypasted argument name. 2 years ago
Vladimír Vondruš 3f5e2e2268 MeshTools: return filled size from interleaveInto(). 2 years ago
Vladimír Vondruš 55504a2d40 Trade: redo MeshData class-level documentation to make more sense. 2 years ago
Vladimír Vondruš 32fc6f003d MeshTools: add a MeshData interleave() overload for loose arrays. 2 years ago
Vladimír Vondruš f237bb3c9c MeshTools: doc++ 2 years ago
Vladimír Vondruš cb568c09e5 Platform: fix unused variable warnings in {Glfw,Sdl2}Application on macOS. 2 years ago
Vladimír Vondruš fb2ae21a24 doc: updated credits and changelog. 2 years ago
Andy Maloney feff9ba763 gdb: Fix missing comma in printers.py 2 years ago
Vladimír Vondruš f91638c461 AnyImageImporter: recognize also the other Radiance HDR file signature. 2 years ago
Vladimír Vondruš cf3ed8f6a5 Text: those test cases won't work on GL-less builds either. 2 years ago
Vladimír Vondruš 645ddd8678 Text: lol @ this TODO. 2 years ago
Vladimír Vondruš d50dbe4e0c Exclude namespaces from forward declaration header docs. 2 years ago
Vladimír Vondruš 06b667f275 GL: work around a warning in C++20 mode. 2 years ago
Vladimír Vondruš f9f44432bf CMake: try to clarify that Git version match failure is not an error. 2 years ago
Vladimír Vondruš cac1767914 Platform: haha, Doxygen Markdown parser is broken here, haha! 2 years ago
Vladimír Vondruš 7615cc3c8b GL: be clearer about the offset being *bytes*. 2 years ago
Vladimír Vondruš f91ce08591 Trade: mention upfront that all *Data are basically immutable. 2 years ago
Vladimír Vondruš 2c6f9963fb Platform: deprecate Sdl2Application MultiGestureEvent. 2 years ago
Vladimír Vondruš 7808658587 Platform: try to clarify what PointerMoveEvent::pointer() is for. 2 years ago
Vladimír Vondruš 69d02ad59b Platform: new TwoFingerGesture helper. 2 years ago
Vladimír Vondruš 7300be7f3f Platform: looks like I forgot how to C++ here. 2 years ago
Vladimír Vondruš a1ff473be1 Platform: don't install GLContext.h on GL-less builds. 2 years ago
Vladimír Vondruš 4928538231 SceneGraph: add Object::addFeature(). 2 years ago
Vladimír Vondruš 8553c2313b Platform: ugh, documentation should not be an afterthought. 2 years ago
Vladimír Vondruš 049a3f8fce Platform: document why tickEvent() isn't private. 2 years ago
Vladimír Vondruš 414a65f9db Platform: expose key scan codes and related APIs. 2 years ago
Vladimír Vondruš 14a7ecaf7f Platform: move Modifier and Key enums directly to the Application class. 2 years ago
Vladimír Vondruš 3547203233 Platform: these aren't TODOs, mere notes. 2 years ago
Vladimír Vondruš 5894beaeb2 Platform: mark GLFW 3.2 as oldest supported, drop older workarounds. 2 years ago
Vladimír Vondruš 82e9c6e5ab Platform: make XApp, GlfwApp, ScreenedApp touch-compatible. 2 years ago
Vladimír Vondruš 005d4c224f Platform: handle (multi-)touch input in AndroidApplication. 2 years ago
Vladimír Vondruš 755a5519a8 Platform: handle (multi-)touch events in EmscriptenApplication. 2 years ago
Vladimír Vondruš fee6bed177 Platform: doc++, explicitly mention what SDL is used on Emscripten. 2 years ago
Vladimír Vondruš 3e0724e7ec Platform: mark SDL 2.0.6 as oldest supported, drop older workarounds. 2 years ago
Vladimír Vondruš a76b7646f0 Platform: handle (multi-)touch events in Sdl2Application. 2 years ago