pygame-ce
pygame-ce copied to clipboard
🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
I implemented what is said in the title of the pull request, I tested locally the functions. Why? - The window API should not have this feature restricted to it,...
Hello! I tried doing https://github.com/pygame-community/pygame-ce/issues/2452. Let me know if there are any issues.
Fixes the recent pylint fails, by moving around the conditional imports to the functions where they are actually invoked.
fix typos
This PR does a couple of CI related improvements - Makes sure we prefer a binary install of numpy for testing our wheels. On more obscure builds (like some pypy...
The shifting was incorrect, not setting the space created by the shifted pixels to black. Now it does that [EDIT: now it does that with the erase flag only], but...
Remake of #2680. Sort of a continuation of #2601. This should solve some issues with CI and clear the mess that was the previous PR. The old strategy of processing...
Another step in the move away from `setup.py`. Added a new and improved stubtest caller script.
This is another small step in our move away from `setup.py`. `python setup.py docs` internally executes `python buildconfig/makeref.py`, so this PR makes the straightforward replacement. Should also help fix the...