Robert O'Shea
Robert O'Shea
Fixes #3346 Simply the clip set for a Surface object was not being copied into a FontSurface object, just its width, and height. My fix works by setting its width...
Refers to #3353 Added aliases to `pygame` module: * Joystick * Font * Event * Channel * Clock
Refers to #3358 - [x] Copy Starbuck's optimization into simd_blitters_sse2.c - [ ] Find a way to use SSE2 Blitters explicitly - [ ] Benchmark SS2E code This PR will...
head-fork: PurityLake/pytest compare: filename-length-fix base-fork: pytest-dev/pytest base: main Refers to #10169 I simply added a `except` statement to catch the `OSError` Also just noticed a fairly large typo in the...
Fixes #20145 This patch simply makes the `FlyOffMap` activity check for the `IdleBehaviour` to see if it should leave the map after Making a drop.
This is a WIP PR covering the new sprintf functionality. Fixed failing tests regarding named specifiers. The problem was with a trying to use a numbered specifier along side a...
Fixes #11317 I have edited where compiled python files point to where the prefix is. I am unsure about whether this is actually how things should be done. I feel...
Refers to #3394 This is a suggested solution to the Font class. It simply makes the font name and size arguments options with default values of "freesansbold.ttf" and 12 respectively....
Refers to #3437 Added a `tp_iter` and `tp_iternext` field to pgScancodeWrapper. Made a custom exception also in `key.c` called `pgExc_IterNotSupportedError`
I am proposing a feature that would give back to the user the correct dimensions of a surface with the supplied text of whatever format added. A cstring and UTF-8...