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

Sound copy #2

Open
wants to merge 355 commits into
base: main
Choose a base branch
from
Open

Sound copy #2

wants to merge 355 commits into from

Conversation

Borishkof
Copy link

No description provided.

ankith26 and others added 30 commits July 7, 2024 01:48
…face-docs-premul-alpha-ip

Fix `premul_alpha_ip` doc indentation issue
This is a slight simplification from the existing strategy of getting the functions then calling them. The new way has fewer lines of code, and doesn't need to manage the refcount and existence of references to functions, so it is simpler and likely faster.
Add new official logos for pygame - Community Edition
…26-pyproject-urls

Fix homepage and release notes link in pypi urls
…d-in-resource-loaders

Use PyObject_CallMethod in resource loaders
Get rid of docscomments.js from docs
…te-surflock-functions

Remove obsolete surflock functions
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.19.1 to 2.19.2.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.19.1...v2.19.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@1556069...1a16264)

---
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]>
…abot/github_actions/docker/build-push-action-6.3.0

Bump docker/build-push-action from 6.2.0 to 6.3.0
…alpha-ip

Ensure `.premul_alpha_ip()` works with zero sized Surfaces
…abot/github_actions/pypa/cibuildwheel-2.19.2

Bump pypa/cibuildwheel from 2.19.1 to 2.19.2
…its_inline

Restore inlining for `.fblits()` internal functionality
…game-community#2895)

* Optimized mask.from_surface when converting an alpha surface.

* Fix issues wit 16-bit surfaces, tests for invalid threshold values

* revert checks for threshold value

* add comment and small refactor

* fix

* make fast path more generic

* add early exit for threshold > 255

* Update src_c/mask.c

Co-authored-by: Ankith <[email protected]>

* Update src_c/mask.c

Co-authored-by: Ankith <[email protected]>

---------

Co-authored-by: Ankith <[email protected]>
…26-display-setmode

Fix scaled-after-non-scaled usage
…mmunity#2908)

* Optimized RectExport_RectFromObject

* swapped PG_FORCEINLINE for PG_INLINE

---------

Co-authored-by: Dan Lawrence <[email protected]>
* scaletest.py fixes

* example fixes

* format fix

* format fixes

* liquid example fix

* format fic

* removed time import

* fix 1

* update example

* droid problem fixes

* alien example update

* chimp example

* removed durk from buildconfig

* Revert "removed durk from buildconfig"

This reverts commit d5897be.

* Revert "chimp example"

This reverts commit 5ed783e.

* chimp tutorial update

* format fix

* playmus fix

* Further aliens.py cleanups

* Further scaletest.py cleanups

* Update examples/aliens.py

* formatting

* scaletest fix using irl key access

* clock scaletest

* revert changes resizing_new

---------

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

python -m buildconfig now works again...
MrRedstone058 and others added 24 commits September 28, 2024 23:12
Co-authored-by: Damus666 <[email protected]>
Co-authored-by: Dan Lawrence <[email protected]>
Co-authored-by: Emc2356 <[email protected]>
Co-authored-by: NovialRiptide <[email protected]>
Co-authored-by: ScriptLineStudios <[email protected]>
Co-authored-by: Avaxar <[email protected]>
Co-authored-by: maqa41 <[email protected]>
Co-authored-by: itzpr3d4t0r <[email protected]>
…teractive-midi-test

Fix midi timer reset when quit
…nvert

Make `copy` methods explicit for linting
…26-fix-comp-warning

Fix a compiler warning in debug mode
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.7...v4.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.8.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@5cd11c3...32945a3)

---
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]>
…abot/github_actions/actions/checkout-4.2.0

Bump actions/checkout from 4.1.7 to 4.2.0
…abot/github_actions/docker/build-push-action-6.8.0

Bump docker/build-push-action from 6.7.0 to 6.8.0
…circle_attributes

Added additional circle attributes
…26-ci-ubuntu-upgrade

Bump ubuntu to 24.04 on CI, fix cppcheck
…ommunity#3111)

* Clarify how Rect and positions relate

* Updated the wording

---------

Co-authored-by: Dan Lawrence
@Borishkof Borishkof changed the base branch from sound-copy to main November 24, 2024 17:31
Borishkof and others added 5 commits November 27, 2024 14:35
Parameter type changing from pgSoundObject to PyObject.

Co-authored-by: Thomasgrgi <[email protected]>
Co-authored-by: Bilhox
Co-authored-by: AntoineM <[email protected]>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.