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,060 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
aatle and others added 29 commits October 12, 2024 23:35
- Rework argument order of PG_CreateSurfaceFrom to match newest SDL3 (they changed it)
- Deal with all the pixelformat fallout throughout the file
- Fix TGA saving routine file writes
- Switch out SDL_SetPaletteColors (all colors) for SDL_SetSurfacePalette
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

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

Signed-off-by: dependabot[bot] <[email protected]>
…ons/actions/checkout-4.2.1

Bump actions/checkout from 4.2.0 to 4.2.1
…ons/actions/cache-4.1.1

Bump actions/cache from 4.1.0 to 4.1.1
Minor fixes and changes to `geometry.pyi` stub file
…#3178)

* try except

* proper meson error when problem of version
…ality (#2855)

* Implementation, stubs and docs

* Remove spaces added by clang-format

* Fix variable could not be initialized

* Rewrite tests, fix code, add more exceptions

* Fix format 1

* Modify test

* Generate docs

* Allow non erasing pixels

* Fix doc

* Fix bug with erase

* Remove useless memset

* Separate in 2 functions for clarity

* Use SDL function to secure the clip

* Update docs

* build docs

* FLAG SYSTEM (I can revert if you don't like it)

* FLAG_SYSTEM fix stubs

* Update Docs

* Update versionchanged

Co-authored-by: Dan Lawrence <[email protected]>

* FIX THE MISSING PIXEL BUG

* Simplify conditional statement

* fix format

* Split in 2 functions, update versionchanged

* Fix docs and remove redundant C code

---------

Co-authored-by: Damus666 <[email protected]>
Co-authored-by: Dan Lawrence <[email protected]>
* Include the explicit type in type unions

* Sort ColorLike types by how common they are
Add main guard to examples (+ incredibly small fixes)
damusss and others added 30 commits January 24, 2025 15:43
Move get_rect helper to c_api
Freetype typing fixes, enhancements to dict/tuple/ellipsis typing
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.12.0 to 6.13.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@67a2d40...ca877d9)

---
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/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/actions/attest-build-provenance/releases)
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
- [Commits](actions/attest-build-provenance@v2.1.0...v2.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
…ons/actions/attest-build-provenance-2.2.0

Bump actions/attest-build-provenance from 2.1.0 to 2.2.0
…ons/docker/build-push-action-6.13.0

Bump docker/build-push-action from 6.12.0 to 6.13.0
* Mark old xType aliases as deprecated

Doesn't touch JoystickType because the C code still works the old way I think, doesn't touch CameraType because CameraType is not in the stubs. In fact CameraType might be removable as an internal implementation detail.

* Mark old types deprecated: don't duplicate event

* Mark old types deprecated: clearer wording
The second line of arguments was being seen as a whole new function, rather than part of the first thing. So I moved all arguments to one (long) line.
Docs fix for time, weird generation in c api
General maintenance: Minor dev.py fixes, SDL(2+3) and deps updates
This is necessary for release.
Move Surface towards compiling w/ SDL3
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.