pygame is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

pygame / pygame http://pygame.org/

Clone this repository (size: 15.4 MB): HTTPS / SSH
hg clone https://bitbucket.org/pygame/pygame
hg clone ssh://hg@bitbucket.org/pygame/pygame
Filename Size Date modified Message
base_test.py 531 B unit test and rect fixes
blit_test.py 1.9 KB Some more changes to the blending stuff.
display_test.py 2.2 KB Added a test for loading jpg, and png files.
font_test.py 954 B Adding a pygame.mask.from_surface function but it's not working.
image_test.py 7.2 KB Changes from Brian Fisher to add RGBA_PREMULT & ARGB_PREMULT type to
key_test.py 531 B temporarily making the unit test pass
mask_test.py 3.2 KB [BUG] Fixed up pygame.mask.from_surface, got color key, and perpixel alpha
movie_test.py 435 B Added a few test files for different modules.
pixelarray_test.py 12.0 KB Changed various PixelArray loops for mappings. Fixed 2.4 compatibility issues introduced with rev. 1153.
rect_test.py 18.4 KB Added a test for comparisons of rects.
scrap_test.py 1.1 KB Updated mac_scrap to pass some tests, and raise NotImplementedError otherwise.
sndarray_test.py 368 B Added a few test files for different modules.
sprite_test.py 13.1 KB [BUG] Fixed up pygame.mask.from_surface, got color key, and perpixel alpha
surface_test.py 4.1 KB surface.get_bounding_rect
surfarray_test.py 430 B Added a few test files for different modules.
transform_test.py 7.4 KB Mask can now get bounding rects of set bits.