forked from pygame-community/pygame-ce
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Borishkof
wants to merge
355
commits into
bilhox:main
Choose a base branch
from
thomasgrgi:sound-copy
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Sound copy #2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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...
& undo test changes
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
Parameter type changing from pgSoundObject to PyObject. Co-authored-by: Thomasgrgi <[email protected]> Co-authored-by: Bilhox Co-authored-by: AntoineM <[email protected]>"
Co-authored-by: Bilhox <[email protected]>"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.