pygame (formerly)
Due to unfortunate circumstances, my commits to pygame no longer link to my account, so I am providing links to each of my merged pull requests into pygame.
Update documentation for pygame.Vector2.angle_to
Document the epsilon
attribute of pygame.Vector2
and pygame.Vector3
Update version getters to be consistent and more informative across the board
Fixing a segfault in pygame.freetype.get_version
(may have been my fault from the last PR)
Fixing a typo in the docs for pygame.image.tobytes
Fixing several segfaults in pygame.PixelArray
Pull requests that I closed before merging due to the same unfortunate circumstances
New pygame.debug
method for easier bug reports
Deprecating old, messy scrap functionality in favor of new, simple scrap API
Fixing several segfaults in pygame.draw
, pygame.Surface
, and pygame.transform