WoodOxen / tactics2d

Tactics2D: A Reinforcement Learning Environment Library with Generative Scenarios for Driving Decision-making
https://tactics2d.readthedocs.io/en/latest/
GNU General Public License v3.0
150 stars 20 forks source link

Bump pygame from 2.5.0 to 2.5.1 #50

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pygame from 2.5.0 to 2.5.1.

Release notes

Sourced from pygame's releases.

pygame 2.5.1 - 🦋 more delicious, and equal amounts of weird 🍄

This is a bug fix release.

Some libSDL related bug fixes

  • Fixed occasionally failing to open the clipboard on Windows
  • Fixed crash at shutdown when using the D3D11 renderer
  • Fixed setting the viewport when using the D3D12 renderer
  • Fixed crash using SDL event functions before initializing SDL on Windows
  • Fixed Xbox controller trigger motion events on Windows
  • Fixed Xbox controller rumble in the background on Windows
  • Added the hint SDL_HINT_JOYSTICK_WGI to control whether to use Windows.Gaming.Input for controllers
  • Fixed 8BitDo gamepad mapping when in XInput mode on Linux
  • Fixed controller lockup initializing some unofficial PS4 replica controllers
  • Fixed video initialization on headless Linux systems using VNC
  • Fixed large mouse jump when changing relative mouse mode on macOS
  • Fixed hardware keyboard text input on iPadOS
  • Added support for the Nintendo Online Famicom controllers
  • Improved support for third-party Nintendo Switch controllers
  • Fixed setting the player LED on Nintendo Switch controllers
  • Added Linux controller mapping for the Logitech Chillstream
  • Fixed appending to a file greater than 4GB in size on Windows

What's Changed

New Contributors

... (truncated)

Commits
  • 86ed6ab 2.5.1
  • cce7480 Merge pull request #3983 from osborneandrewj/docs-cleanup-tests
  • 59e8533 Merge pull request #3982 from pygame/sdl-2.28.2-windows
  • 348e643 Merge pull request #3980 from pygame/surface-capi-docs
  • 0d45537 Merge pull request #3981 from pygame/sdl-2.28.2
  • 085f5d8 Merge pull request #3979 from TimotheeMarreroMeyer/improve-doc
  • 6caa4fe Improved documentation: how to check if python and pip are installed
  • 82322e5 buildconfig: Bump SDL 2.28.2 for windows
  • beda5b3 buildconfig: manylinux: Bump SDL 2.28.2
  • 1f66038 include: surface: docs: Add docs for pgSurface_Blit
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.