Commit graph

5 commits

Author SHA1 Message Date
ryoon
7204f6815e Update to 1.9.1
Changelog:
1.9.1
Support for setuptools-based installs was fixed.

1.9.0
Many fixes and improvements were made. More changes have gone
into this release than any other pygame release. Experimental camera
webcam, midi, and gfxdraw modules were added. Bugfixes were made
for backwards compatibility issues introduced in the pygame 1.8.x
series. Old games like solarwolf and libraries like PGU work again.
Py3k and Nokia mobile phone S60 are supported. Mac OS X support
was improved by dropping the pyobjc dependency, improving the
installer, and making sysfont work. pygame.examples and pygame.tests
are available as modules. The examples were cleaned up. py2app and
py2exe support were improved.
2013-10-24 12:08:22 +00:00
wiz
a57b5cacf4 Fix build with native X. 2009-03-11 22:05:12 +00:00
wiz
94e6a783c8 Update to 1.8.1:
1.8.1:

Many bug fixes and improvements, including:

    * BLEND_RGBA_* blitters and blenders to go with the BLEND_RGB_* blend modes.
    * documentation updates (mainly for new sprite classes released in 1.8.0)
    * sound fixes, and streaming some music from file like objects
    * image saving fixes
    * greatly expanded tests
    * Pixelarray, and surfarray updates and fixes.
    * Enhanced Color class, reimplemented in C for speed.
    * New Windows and Mac binary installers.

1.8.0:

Besides features such as

    * pygame.mask for collision masks
    * pygame.scrap for clipboard support
    * new and improved sprite groups
    * blending support for filling and blitting surfaces
    * saving surfaces as jpeg and png
    * buffer access for Surface and Sound objects
    * numpy support for pygame.surfarray and pygame.pixelarray
    * New Windows and Mac installers.

it contains tons of bug fixes and improvements in nearly all areas.
2008-11-10 23:10:34 +00:00
drochner
350faa2baf update to 1.7.1
The main focus of this release is bug fixes.
2005-10-12 14:52:52 +00:00
drochner
25d617d4fa import pygame-1.6, a collection of Python modules for games 2005-07-20 19:39:42 +00:00