Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from pygame-community:main #17

Open
wants to merge 1,017 commits into
base: main
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 26, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Feb 26, 2024
damusss and others added 29 commits October 5, 2024 20:20
Missing pixels in `aalines` when using integer coordinates
Add meson flag for compiling with SDL3
SDL3: compile rect, bufferproxy, math, newbuffer, geometry
Fixes for rwobject (now iostream) SDL3
Fix stubcheck error on windows, mark typealiases as such in typing
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.8.0 to 6.9.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@32945a3...4f58ea7)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.0.2...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…ons/docker/build-push-action-6.9.0

Bump docker/build-push-action from 6.8.0 to 6.9.0
…ons/actions/cache-4.1.0

Bump actions/cache from 4.0.2 to 4.1.0
* Add italian readme

* Add french rst data tag

* Fix the english data tag

* Add last revision date v1

* Add last revision date v2

* Add last reviewed and add suggested fixes
In SDL3, surf->format is not a good enough source of information about the surface to do things like MapRGB, because it doesn't have palette information. Therefore I think it makes sense to pass around surfaces instead of SDL_PixelFormats.

This commit gets the color module compiling in SDL3.
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.1 to 2.21.3.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.21.1...v2.21.3)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…ons/pypa/cibuildwheel-2.21.3

Bump pypa/cibuildwheel from 2.21.1 to 2.21.3
Adjust pg_MappedColorFromObj API for SDL3-porting
* Handle more color values in _color_from_obj

* Test all color arguments
Matiiss and others added 30 commits January 1, 2025 01:50
…ions and methods (#3091)

* document the internal state of sound/music volume

* formatting (of course)
Bump SDL to 2.30.11 and SDL_ttf to 2.24.0
All the surrounding code is written to assume the surface has already been locked (which it has). Possibly this was a copy paste error many years ago, it's been in pygame/pygame-ce for at least 9 years.
Co-authored-by: zoldalma <[email protected]>
Co-authored-by: Dan Lawrence <[email protected]>
…ixes

event.peek return bool, minor doc/stub fixes
SDL3: restructure cliprect handling in draw.c
…o-update-deps

Bump SDL2_image and SDL3 prerelease
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.10.0 to 6.11.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@48aba3b...b32b51a)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…ons/docker/build-push-action-6.11.0

Bump docker/build-push-action from 6.10.0 to 6.11.0
- Brings SDL3 just a bit closer. Rotozoom.c for example now compiles, previously did not.
- Simplify 2 pixel format checks
- Remove unneeded include from transform.c
Introduce PG_SURF_FORMATENUM macro (SDL3 compat)
Drop circleci, use gh actions for arm manylinux
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.11.0 to 6.12.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@b32b51a...67a2d40)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…ons/docker/build-push-action-6.12.0

Bump docker/build-push-action from 6.11.0 to 6.12.0
Expand __init__ parameters for `Window`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.