Skip to content

Pull requests: pygame-community/pygame-ce

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

More SDL3 compat: Surface things sdl3
#2922 opened Jun 12, 2024 by Starbuck5 Loading…
Update punctuation in some docs docs
#2919 opened Jun 10, 2024 by whangho Loading…
Allow degenerate circles (radius = 0) geometry pygame.geometry
#2913 opened Jun 6, 2024 by damusss Loading…
Fix aalines overlap bugfix PR that fixes bug draw pygame.draw
#2912 opened Jun 6, 2024 by mzivic7 Loading…
pygame.Surface docs improvements docs Surface pygame.Surface
#2911 opened Jun 5, 2024 by REX2626 Loading…
Contribution Section Added to README.rst docs
#2910 opened Jun 5, 2024 by MrF1ow Loading…
Optimized all Rect/FRect methods via pgRect_FromObject Performance Related to the speed or resource usage of the project rect pygame.rect
#2908 opened Jun 4, 2024 by itzpr3d4t0r Loading…
Add Surface.premul_alpha_ip() New API This pull request may need extra debate as it adds a new class or function to pygame Performance Related to the speed or resource usage of the project Surface pygame.Surface
#2899 opened Jun 2, 2024 by itzpr3d4t0r Loading…
Optimized mask.from_surface() when converting an alpha surface. mask pygame.mask Performance Related to the speed or resource usage of the project
#2895 opened May 31, 2024 by itzpr3d4t0r Loading…
One method to fix the NaN/INT_MAX segfault in blit bugfix PR that fixes bug
#2893 opened May 30, 2024 by MyreMylar Loading…
Addition of CONTRIBUTING.md for project repo docs
#2892 opened May 30, 2024 by MrF1ow Loading…
Add license identifier to readme docs
#2890 opened May 30, 2024 by MyreMylar Loading…
Add (F)Rect.collidecircle() geometry pygame.geometry New API This pull request may need extra debate as it adds a new class or function to pygame rect pygame.rect
#2886 opened May 29, 2024 by damusss Loading…
Add Circle.collidelist/collidelistall() geometry pygame.geometry New API This pull request may need extra debate as it adds a new class or function to pygame
#2880 opened May 27, 2024 by damusss Loading…
Add pygame.transform.bloom function New API This pull request may need extra debate as it adds a new class or function to pygame transform pygame.transform
#2872 opened May 24, 2024 by damusss Loading…
Events as types enhancement event pygame.event type hints Type hint checking related tasks
#2866 opened May 21, 2024 by gresm Loading…
4 tasks done
Optimized transform.scale2x() Performance Related to the speed or resource usage of the project transform pygame.transform
#2859 opened May 18, 2024 by itzpr3d4t0r Loading…
expose low-level colorkey info enhancement Surface pygame.Surface
#2841 opened May 5, 2024 by robertpfeiffer Loading…
flood fill draw pygame.draw New API This pull request may need extra debate as it adds a new class or function to pygame
#2840 opened May 5, 2024 by robertpfeiffer Loading…
ProTip! Exclude everything labeled bug with -label:bug.