From: Mark B. <mb...@0x...> - 2000-04-10 18:50:38
|
I just released PySDL 0.0.3 Here is the relevant section of the ChangeLog: 0.0.3: Changed the sequence functionality for the Surface object. It's much more usable now. Thanks go to Ben Smith for inspiration in this direction. Removed the load_bmp function, and added support for SDL_image. Images can be loaded from either a file, or a Python file object. The surface method save_bmp works on either a file or a Python file object. Some of the less sensical return codes for functions have been modified, in an attempt to make the module less annoying. The __doc__ strings have been made more consistent, and informative. Added some examples of using the module, but nothing too impressive. The palette can now be manipulated with the set_palette(), pal_get_at(), and pal_set_at() Surface methods. The next release'll add audio support, and probably SDL_mixer support. I'm also contemplating adding SDL_ttf to the list of future dependancies. |