Commit Graph

  • 0f1b6e11ab package/ci: add CircleCI job dependencies to reduce credit usage. Vladimír Vondruš 2022-10-11 10:33:11 +0200
  • 11ed9aa652 Another missing move. Duplicated code. Duplicated bug Aaron Gokaslan 2022-10-05 12:16:52 -0400
  • 7a47c41eb7 doc: updated changelog. Vladimír Vondruš 2022-10-05 11:57:16 +0200
  • 75be40300b python: remove extra copy in gl.cpp Aaron Gokaslan 2022-09-27 11:30:26 -0400
  • 734072bee3 python: doc++ Vladimír Vondruš 2022-09-29 20:18:19 +0200
  • b983d29acf python: avoid an assertion in trade.MeshData.index_count. Vladimír Vondruš 2022-09-29 20:17:43 +0200
  • 7bd8bd965b python: expose trade.MeshData.index_data and .vertex_data. Vladimír Vondruš 2022-09-29 19:58:58 +0200
  • 12950365e3 python: properly test trade.ImageData.data refcounting. Vladimír Vondruš 2022-09-29 19:53:11 +0200
  • 58cb836bb7 modules: updated FindMagnum.cmake. Vladimír Vondruš 2022-09-29 19:50:56 +0200
  • 56a834e1a4 Remove extra copy in gl.cpp #19 Aaron Gokaslan 2022-09-27 11:30:26 -0400
  • 661f9fa451 package/archlinux: don't use buildflags in the dev PKGBUILD. Vladimír Vondruš 2022-09-19 18:10:19 +0200
  • bce7509e87 python: expose also platform.*.Application.dpi_scaling. Vladimír Vondruš 2022-09-19 18:09:26 +0200
  • c4105cb052 doc: update changelog. Vladimír Vondruš 2022-09-14 21:31:02 +0200
  • ddaf12757f python: missing move in Corrade container bindings. Aaron Gokaslan 2022-09-14 09:45:32 -0700
  • 0f062d0d1d Merge branch 'master' of https://github.com/mosra/magnum-bindings into pyArrayHolderMissingMove #17 Aaron Gokaslan 2022-09-14 09:45:48 -0700
  • d9bd716bd1 Caught missing move in Corrade Container Bindings Aaron Gokaslan 2022-09-14 09:45:32 -0700
  • 9e8b846418 doc: updated changelog. Vladimír Vondruš 2022-09-14 18:12:38 +0200
  • c72d7146b5 doc: forgot to list the Developers Guide among pages. Vladimír Vondruš 2022-09-14 18:10:39 +0200
  • 41e3da6fb2 python: default the destructor also in the SDL2 application. Vladimír Vondruš 2022-09-14 16:53:54 +0200
  • f22d3777d5 Minor clang-tidy fixups in some of the newer magnum-bindings #16 Aaron Gokaslan 2022-09-13 11:53:21 -0700
  • 732a0b795a doc: add a checklist for adding a new Python module. Vladimír Vondruš 2022-09-12 16:33:44 +0200
  • 48b0015782 python: don't look for WindowlessGlxApplication on Apple platforms. Vladimír Vondruš 2022-09-12 13:12:33 +0200
  • 83a4ba0390 Doc++ Vladimír Vondruš 2022-09-12 12:25:18 +0200
  • 1d662bcd48 CMake: add a MAGNUM_PYTHON_BINDINGS_STATIC_PLUGINS CMake option. Vladimír Vondruš 2022-09-12 12:24:43 +0200
  • 3ce8b6d96e python: add also windowless CGL application. Vladimír Vondruš 2022-09-12 12:21:44 +0200
  • e4457383c6 python: properly expose the platform.wgl module. Vladimír Vondruš 2022-09-12 16:40:16 +0200
  • 7362ff92dc Adapt to Magnum changes. Vladimír Vondruš 2022-09-12 12:19:38 +0200
  • 66bb4451df modules: updated FindMagnum.cmake. Vladimír Vondruš 2022-09-12 12:14:22 +0200
  • 403689f3bf python: skip GL text rendering test case on ES2. Vladimír Vondruš 2022-09-02 21:53:13 +0200
  • f4b5d915d9 python: bind also the vector shaders. Vladimír Vondruš 2022-09-02 20:45:45 +0200
  • 9b60dd30b0 python: fix inconsistencies in bound Flat and Phong feature sets. Vladimír Vondruš 2022-09-02 20:43:11 +0200
  • c2499fea34 python: no need to bind draw() again for shader subclasses. Vladimír Vondruš 2022-09-02 20:28:52 +0200
  • 137211b2b2 doc: a very hacky way to make python shader docs a bit more readable. Vladimír Vondruš 2022-09-02 19:45:27 +0200
  • 1ce696203e python: TODOs. Vladimír Vondruš 2022-09-02 19:44:47 +0200
  • ecd1e9544f package/ci: build & test also the Text library bindings. Vladimír Vondruš 2022-09-02 19:43:56 +0200
  • e6fdfd7d8e python: expose the essentials from the Text library. Vladimír Vondruš 2022-09-02 18:39:01 +0200
  • 6a161d5044 doc: it's almost 2023, update the copyright year already. Vladimír Vondruš 2022-09-02 18:36:51 +0200
  • 020e1966ab package/archlinux: update AUR PKGBUILD version. Vladimír Vondruš 2022-09-02 18:36:14 +0200
  • 716869599b python: fix platform.Application.Configuration.title property getter. Vladimír Vondruš 2022-07-04 12:20:28 +0200
  • 04c1f712ed python: adapt to Magnum changes in a less lazy way. Vladimír Vondruš 2022-07-04 12:20:10 +0200
  • 62a07c38bc python: adapt to Magnum changes. Vladimír Vondruš 2022-07-01 21:28:51 +0200
  • 36b6c4465b package/ci: use Xcode 11.7 on CircleCI. Vladimír Vondruš 2022-07-01 21:28:26 +0200
  • 704c904d6a package: use MAGNUM_-prefixed CMake options. Vladimír Vondruš 2022-06-12 20:23:14 +0200
  • 5fd2033103 package/ci: adapt to Corrade and Magnum changes. Vladimír Vondruš 2022-06-12 20:13:28 +0200
  • 737ec6c415 Prefix all CMake options with MAGNUM_*. Vladimír Vondruš 2022-06-12 20:22:53 +0200
  • d476d63bca modules: update FindCorrade.cmake and FindMagnum.cmake. Vladimír Vondruš 2022-06-12 20:09:54 +0200
  • c859405c6a package/ci: can't test on Xcode 10 anymore. Vladimír Vondruš 2022-06-12 22:33:20 +0200
  • 0a32aa0ed7 package/ci: sync Linux and macOS images with other magnum repos. Vladimír Vondruš 2022-06-01 18:04:34 +0200
  • 09e5e90426 python: CgltfImporter is deprecated, test with GltfImporter instead. Vladimír Vondruš 2022-06-01 19:38:50 +0200
  • ddfc5ccc36 python: adapt to STL string removal in Application classes. Vladimír Vondruš 2022-06-01 19:29:55 +0200
  • 24f2242842 doc: updated changelog. Vladimír Vondruš 2022-04-23 10:00:04 +0200
  • ca5e16f658 python: avoid some unnecessary object copies. Aaron Gokaslan 2022-04-21 11:13:35 -0400
  • 8809a25aa6 Fix other instances #15 Aaron Gokaslan 2022-04-21 11:26:22 -0400
  • 60cb629833
    Fix typo Aaron Gokaslan 2022-04-21 11:19:40 -0400
  • 1dd005c5f6
    Microptimize math vector func Aaron Gokaslan 2022-04-21 11:13:35 -0400
  • 0510bdf353 CMake: fix and harden Git version detection on Windows. Vladimír Vondruš 2022-04-15 18:44:31 +0200
  • 9d916eeae6 Don't use git://. Vladimír Vondruš 2022-04-14 09:51:58 +0200
  • a79bc39f3e python: ability to import images and meshes by name. Vladimír Vondruš 2022-03-31 17:00:58 +0200
  • 831631e10e python: properly test also image import level OOB checks. Vladimír Vondruš 2022-03-31 16:52:31 +0200
  • ea4e353231 python: work around GCC 4.8 being utterly confused. Vladimír Vondruš 2022-03-30 21:55:35 +0200
  • c2e2a8e520 python: expose basics of trade.AbstractSceneConverter. Vladimír Vondruš 2022-03-30 20:31:53 +0200
  • da21863ac7 python: exposed basics of trade.AbstractImageConverter. Vladimír Vondruš 2022-03-30 20:13:12 +0200
  • fda9e34b9d python: use CgltfImporter instead of TinyGltfImporter in tests. Vladimír Vondruš 2022-03-30 20:22:51 +0200
  • a325f3d0c1 python: minor, doc++, add TODOs. Vladimír Vondruš 2022-03-30 20:12:43 +0200
  • 8e8a03e175 python: use AssertionError for trade.AbstractImporter usage errors. Vladimír Vondruš 2022-03-30 19:55:54 +0200
  • b58b53bfda python: lazily adapt to Corrade & Magnum std::string removal. Vladimír Vondruš 2022-03-15 19:53:40 +0100
  • d2f5ea43d5 CMake: use the CMAKE_FOLDER variable instead of FOLDER property. Vladimír Vondruš 2022-03-15 18:59:25 +0100
  • 5ea50ee86e CMake: drop last remaining mention of Utility::Directory. Vladimír Vondruš 2022-03-08 23:03:19 +0100
  • 4fe9d385dc modules: updated FindCorrade.cmake. Vladimír Vondruš 2022-03-08 23:03:08 +0100
  • ca4a35e78c doc: updated changelog. Vladimír Vondruš 2022-02-14 21:15:06 +0100
  • 2295f43873 Updated copyright year. Vladimír Vondruš 2022-02-14 20:44:26 +0100
  • ae23365869 Bye, Travis! You won't be missed. Vladimír Vondruš 2022-02-14 21:13:26 +0100
  • f18acb6af6 modules: updated Find modules from Magnum repositories. Vladimír Vondruš 2022-02-14 20:42:17 +0100
  • 0eade80567 python: expose RGB<->XYZ conversion utilities. Vladimír Vondruš 2022-02-13 12:37:23 +0100
  • 43d7e10f2d modules: updated Find modules from the Magnum repository. Vladimír Vondruš 2022-02-12 20:22:03 +0100
  • 2b8b67addc package/ci: add a macOS GLES3 build. Vladimír Vondruš 2022-02-12 18:26:21 +0100
  • 281c18fdeb package/ci: add MSVC 2022 and /permissive- builds. Vladimír Vondruš 2022-02-12 18:18:20 +0100
  • e35de34fee package/ci: Chocolatey, go away. Vladimír Vondruš 2022-02-12 18:17:51 +0100
  • 8938a29f67 python: expose depth/stencil PixelFormat values. Vladimír Vondruš 2022-02-03 12:04:08 +0100
  • 9bc5840926 python: gl.Framebuffer has to be defined after gl.Texture2D which it uses. Vladimír Vondruš 2022-02-02 20:03:41 +0100
  • 79009b7d21 python: gl.TextureFormat.SRG8 is available on desktop now as well. Vladimír Vondruš 2022-02-02 18:55:15 +0100
  • 7dc03d59aa doc: updated changelog and credits. Vladimír Vondruš 2022-02-02 19:08:26 +0100
  • 0e84055b49 python: expose depth/stencil gl.TextureFormat values. James Murphy 2021-12-15 14:53:27 -0600
  • 6f260b05cd python: expose gl.Framebuffer.attach_texture(). James Murphy 2021-12-15 14:49:23 -0600
  • 1dd625a420 python: test gl.Framebuffer renderbuffer refcounting properly. Vladimír Vondruš 2022-02-02 18:44:49 +0100
  • 60c48b63f7 python: document gl.Framebuffer.attach_renderbuffer() args. Vladimír Vondruš 2022-02-02 18:44:19 +0100
  • 75a0564cc3 python: make it possible to set mesh index buffer. Vladimír Vondruš 2022-02-02 16:38:30 +0100
  • 71d2cf0d95 python: unify parameter naming of all math.angle() functions. Vladimír Vondruš 2022-02-02 15:36:18 +0100
  • 0120b3f768 python: add remaining vector/scalar, exp and other math functions. Vladimír Vondruš 2022-02-02 15:34:51 +0100
  • 831ab24e49 package/ci: I wonder how this RPATH mess ever worked. Vladimír Vondruš 2022-02-02 20:11:32 +0100
  • fa55f1df54 package/ci: we don't need SceneTools for anything here, yet. Vladimír Vondruš 2022-02-02 19:37:33 +0100
  • a2bbcf54aa package/ci: use Ubuntu 18.04 to restore access to the deadsnakes PPA. Vladimír Vondruš 2022-02-02 19:28:31 +0100
  • 03cbaf5f19 package/ci: GitHub says I can't use git:// anymore. Vladimír Vondruš 2022-01-16 10:14:14 +0100
  • 24921c7409 Doc++ Vladimír Vondruš 2022-01-16 09:51:28 +0100
  • 32fe5ead80 package/ci: drop Gitter webhook notifications. Vladimír Vondruš 2022-01-16 09:51:12 +0100
  • d27cf5a68a expose TextureFormat DepthComponent enums #14 James Murphy 2021-12-15 14:53:27 -0600
  • 419aad0f95 expose attach_texture method of framebuffer James Murphy 2021-12-15 14:49:23 -0600
  • 5994150a68 python: expose glfw.Application.{swap_interval,main_loop_iteration}. Vladimír Vondruš 2021-11-22 22:39:41 +0100
  • 2a528e23bf python: doc++, updated credits & changelog. Vladimír Vondruš 2021-11-11 11:45:39 +0100
  • 6be3566e9b package/homebrew: make this work on ARM Macs as well. Vladimír Vondruš 2021-11-02 18:01:07 +0100