Commit Graph

  • 40ba765fad Don't error if path is already fullpath #13 James Murphy 2021-11-08 18:22:51 -0600
  • dda78038be doc: updated changelog. Vladimír Vondruš 2021-11-01 18:17:34 +0100
  • c50a2f6851 python: add bindings for convenience color functions. Aaron Gokaslan 2021-11-01 11:14:01 -0400
  • 02b119e206 Add bindings for convenience color functions #12 Aaron Gokaslan 2021-11-01 11:14:01 -0400
  • 4d5a9ed456 python: expose viewport and exit event. Vladimír Vondruš 2021-10-07 17:51:50 +0200
  • 18ea028c8a python: fix InputEvent.Modifier to behave like proper flags. Vladimír Vondruš 2021-10-07 17:48:22 +0200
  • 8f733ca8db python: properly expose gl.Context.flags. Vladimír Vondruš 2021-10-07 17:47:33 +0200
  • 48b94ffd19 python: doc++ Vladimír Vondruš 2021-10-07 17:43:08 +0200
  • d66b581e73 python: add off-center variants of 2D/3D orthographic projection. Vladimír Vondruš 2021-10-05 09:51:32 +0200
  • 1417d59b6c doc: updated changelog with latest fixes. Vladimír Vondruš 2021-10-05 09:41:45 +0200
  • 9f08717e77 python: fixed a copypaste error in MouseMoveEvent.relative_position. Vladimír Vondruš 2021-10-05 09:41:15 +0200
  • c7897429af python: don't pass potentially huge types by value. Aaron Gokaslan 2021-08-03 17:03:12 +0200
  • 7ede64e7d4 python: whoopsie. Vladimír Vondruš 2021-07-23 14:15:05 +0200
  • 5c2cad1461 package/ci: curses, lots of curses. Vladimír Vondruš 2021-06-24 19:24:52 +0200
  • dfb44e98ca doc: updated credits and changelog. Vladimír Vondruš 2021-06-24 17:28:39 +0200
  • 31785426d8 Typo fixing #11 Aaron Gokaslan 2021-06-20 12:14:59 -0400
  • a42018d075 python: don't carelessly copy py::args and py::kwargs. Aaron Gokaslan 2021-06-15 18:21:16 +0200
  • 7f86477c3e Adapt to Magnum changes. Vladimír Vondruš 2021-06-09 21:15:09 +0200
  • 2fec9c1e5e Enable a bunch of useful CMake policies. Vladimír Vondruš 2021-05-16 11:28:53 +0200
  • aadc437b25 python: added Vector4 from Vector3 and Vector3 from Vector2 constructors. Vladimír Vondruš 2021-05-11 16:32:28 +0200
  • 431074a776 python: adapt to GL shader renaming. Vladimír Vondruš 2021-04-30 21:24:35 +0200
  • 0bf27c07f2 python: I don't understand this comment. Remove. Vladimír Vondruš 2021-04-30 17:46:35 +0200
  • 8e00226da3 python: add a caster for Containers::Optional. Vladimír Vondruš 2021-04-30 17:46:19 +0200
  • ba4e20006a python: adapt to GL::TextureFormat updates. Vladimír Vondruš 2021-04-02 00:38:43 +0200
  • 98a3dcf59c python: basic support for arbitrary types in strided array views. Vladimír Vondruš 2021-04-01 17:46:46 +0200
  • 805a781f0a python: adapt to GL::Context changes. Vladimír Vondruš 2021-04-01 22:41:28 +0200
  • cbb5358efd python: apparently I can't name functions from(), hah. Vladimír Vondruš 2021-02-05 21:51:13 +0100
  • a2d16c15f8 python: expose Platform::GLContext as platform.{egl,wgl,glx}.Context. Vladimír Vondruš 2021-01-09 00:04:16 +0100
  • c51928c07e python: expose gl.Context. Vladimír Vondruš 2021-01-08 23:47:13 +0100
  • 84f9bb2a9d Updated copyright year. Vladimír Vondruš 2021-01-11 23:03:36 +0100
  • ac8491a619 modules: updated dependency modules. Vladimír Vondruš 2021-01-11 23:02:02 +0100
  • b63ae43f1e modules: provide additional info about not found components on CMake 3.16. Vladimír Vondruš 2021-01-11 23:00:34 +0100
  • 3a82b18566 modules: use if(IN_LIST) from CMake 3.4. Vladimír Vondruš 2021-01-11 22:59:47 +0100
  • 32b4c3dcff doc: updated credits and changelog. Vladimír Vondruš 2021-01-11 22:54:43 +0100
  • 177ea859d8 package/homebrew: a patch to make 2020.06 compile with latest pybind. Vladimír Vondruš 2021-01-11 22:54:16 +0100
  • e64a27e156 package/homebrew: use std_cmake_args. John Laxson 2021-01-11 22:54:02 +0100
  • 2b7a1af397 python: make it possible to get py::object from a raw void*/type pair. Vladimír Vondruš 2021-01-08 23:45:32 +0100
  • 05e0bb764a Test: prefix VersionTest with repo name to avoid conflicts. Vladimír Vondruš 2020-12-15 21:32:55 +0100
  • 52f2073ff9 package/ci: we don't need ShaderTools here. Vladimír Vondruš 2020-12-10 17:44:56 +0100
  • 5dad3bb8af package/ci: note to self: don't use CIRCLE_WORKING_DIRECTORY ever again. Vladimír Vondruš 2020-12-10 15:35:31 +0100
  • c6699187cb package/ci: apparently 4 GB RAM is not enough FOR MODERN C++ FFS. Vladimír Vondruš 2020-12-10 13:57:24 +0100
  • fa81020de7 package/ci: migrate to CircleCI. Vladimír Vondruš 2020-12-10 01:49:40 +0100
  • 372c5e0065 doc: updated credits and changelog. Vladimír Vondruš 2020-11-17 23:03:34 +0100
  • 15bee01a04 Update README and docs for travis-ci.com migration. Vladimír Vondruš 2020-11-17 23:00:24 +0100
  • 41b720e44c Apply clang-tidy performance fixes #10 Aaron Gokaslan 2020-11-17 09:19:35 -0800
  • 4bb19e0b3f python: re-add an inverse of pybind11 2.2.4 workarounds for 2.6. Vladimír Vondruš 2020-10-23 15:40:00 +0200
  • 57db13422f python: make this compatible with pybind11 2.6. Vladimír Vondruš 2020-10-22 19:12:51 +0200
  • b83e12a8fd package/homebrew: update to what's actually latest. Vladimír Vondruš 2020-10-22 19:11:56 +0200
  • 0f98d2f172 python: expose new shaders.Phong features. Vladimír Vondruš 2020-10-06 13:38:24 +0200
  • bbb2d0a395 python: document args of gl.Renderer.enable() and friends. Vladimír Vondruš 2020-10-06 13:07:56 +0200
  • 5594a64c2a python: add new clip distance features to gl.Renderer. Vladimír Vondruš 2020-10-06 13:06:17 +0200
  • 4cb109f592 python: add remaining gl.Renderer.set_blend*() overloads and a test. Vladimír Vondruš 2020-10-06 13:03:48 +0200
  • 615551a390 doc: updated changelog and credits. Vladimír Vondruš 2020-10-06 12:53:26 +0200
  • be5ffdd916 doc: switch to explicit :ref: as default roles don't work well. Vladimír Vondruš 2020-10-06 12:49:52 +0200
  • fe559e69bd python: expose GL::Renderer::setBlendEquation(), GL::Renderer::setBlendFunction() and related enums. Vladimir Gamalyan 2020-10-06 02:54:39 +0300
  • 5409380cf9
    python: expose GL::Renderer::setBlendEquation(), GL::Renderer::setBlendFunction() and related enums. #9 Vladimir Gamalyan 2020-10-06 02:54:39 +0300
  • 11075a4adf package/ci: rename Windows builds to not include GL anymore. Vladimír Vondruš 2020-09-12 21:15:26 +0200
  • 799629e410 python: adapt to Magnum changes. Vladimír Vondruš 2020-09-12 21:15:14 +0200
  • ea4c792d26 doc: ArchLinux uses zst now. Vladimír Vondruš 2020-09-12 21:15:01 +0200
  • 66681d4dee Fix generation of versionBindings.h when inside a Git submodule. Vladimír Vondruš 2020-07-27 17:33:16 +0200
  • 579107365d modules: adapt FindMagnumBindings.cmake to recent header renames. Vladimír Vondruš 2020-07-27 17:32:52 +0200
  • dffa0fa7f8 python: oh, forgot to install Containers/PythonBindings.h. Vladimír Vondruš 2020-07-24 17:26:16 +0200
  • 1d278d1112 python: rename all Python.h headers to PythonBindings.h. Vladimír Vondruš 2020-07-24 17:22:36 +0200
  • 24b18aff93 Update project version. v2020.06 Vladimír Vondruš 2020-06-27 11:43:41 +0200
  • 661e8243cd Of course I messed up generating the version header. Vladimír Vondruš 2020-06-27 11:43:26 +0200
  • 2df41d3afe doc: updated changelog for 2020.06. Vladimír Vondruš 2020-06-26 20:24:45 +0200
  • 9b0e7bcf3e package/archlinux: actually, those are transitive deps. Vladimír Vondruš 2020-06-26 19:48:01 +0200
  • 01d0abb9fc modules: updated FindMagnum and FindGLFW. Vladimír Vondruš 2020-06-26 19:40:41 +0200
  • 267f7c36d9 package/archlinux: switch to Ninja. Vladimír Vondruš 2020-06-26 19:44:50 +0200
  • f5d78009a2 package/archlinux: interestingly enough, this got never commited. Vladimír Vondruš 2020-06-26 19:34:23 +0200
  • f2cba9cb57 python: adapt to Magnum changes. Vladimír Vondruš 2020-06-17 20:33:53 +0200
  • e7b5708ca9 Add a TODO for CMake 3.15. Vladimír Vondruš 2020-06-17 20:33:41 +0200
  • 3d519d6c19 Add a version header containing full Git version information. Vladimír Vondruš 2020-06-01 20:12:55 +0200
  • fe7e6eb545 Bootstrap for C++-side unit tests. Vladimír Vondruš 2020-06-01 20:09:01 +0200
  • b1d45fc85a Updated copyright year. Vladimír Vondruš 2020-06-01 17:08:24 +0200
  • 1a7efcac4c modules: updated Corrade and Magnum modules. Vladimír Vondruš 2020-06-01 17:06:41 +0200
  • 5950f00f01 modules: updated FindMagnum.cmake. Vladimír Vondruš 2020-05-29 21:12:20 +0200
  • 8de3e91ce3 python: fix build against latest Magnum. Vladimír Vondruš 2020-05-29 20:56:50 +0200
  • a611455034 package/ci: make tests using static plugins work again. Vladimír Vondruš 2020-04-25 22:37:04 +0200
  • 86bac39471 Adapt to Corrade changes. Vladimír Vondruš 2020-04-25 20:54:05 +0200
  • e222ba7a32 python: provide a better error if draw_event() is not overriden. Vladimír Vondruš 2020-04-09 12:26:35 +0200
  • a3f6b2cce0 python: adapt to Magnum changes. Vladimír Vondruš 2020-04-02 01:26:37 +0200
  • 7aef7bd4c8 python: this was a bug in my test. Vladimír Vondruš 2020-03-30 12:01:34 +0200
  • 500311fa7c python: add APIs for Color from/to sRGB int. Vladimír Vondruš 2020-03-30 12:00:45 +0200
  • de204f778b python: define Mesh early enough so AbstractShaderProgram::draw() works. Vladimír Vondruš 2020-03-23 12:09:21 +0100
  • 38d56059e2 python: adapt to changes in the Primitives library. Vladimír Vondruš 2020-03-23 12:08:47 +0100
  • 70e7ab94c8 oackage/archlinux: expect zstd-compressed packages. Vladimír Vondruš 2020-03-13 20:28:45 +0100
  • 2045e22463 python: properly check also level bounds in importers. Vladimír Vondruš 2020-03-13 20:27:00 +0100
  • d2dc71369c python: adapt to Magnum changes. Vladimír Vondruš 2020-03-13 14:06:10 +0100
  • d3ecefcfac modules: updated FindMagnum.cmake. Vladimír Vondruš 2020-03-11 19:38:14 +0100
  • a470eae5f1 python: adapt to Trade::MeshDataXD deprecation. Vladimír Vondruš 2020-03-07 21:51:36 +0100
  • 45eb76446b python: expose trade.abstractImporter.imageXd_level_count(). Vladimír Vondruš 2020-03-07 21:51:02 +0100
  • b2f92b9d6e python: avoid using deprecated functionality. Vladimír Vondruš 2020-02-25 21:41:32 +0100
  • 5d7e5c5b1c python: adapt to Magnum changes. Vladimír Vondruš 2020-02-25 20:01:36 +0100
  • 15d0714d90 python: adapt to Magnum changes. Vladimír Vondruš 2020-02-14 14:31:00 +0100
  • 2cbe09c1f7 package/ci: THINGS ARE BAD. Vladimír Vondruš 2020-01-15 19:48:55 +0100
  • c560b8085a python: added gl.AbstractTexture.unbind(). Vladimír Vondruš 2020-01-15 19:31:31 +0100
  • 3a0c478834 python: a bunch of new keys in SDL and GLFW. Vladimír Vondruš 2020-01-15 19:31:08 +0100
  • 1aefd45f2c doc: enable latex caching so docs can finish building in this decade. Vladimír Vondruš 2020-01-15 19:30:32 +0100
  • 0d9c5687dd modules: update just about all the modules, apparently. Vladimír Vondruš 2020-01-15 19:30:18 +0100