Revision history for Perl extension SDL_perl.
Revision history for Perl extension SDL_perl.

* Apr 5 2002David J. Goehrig <dave@sdlperl.org>
- Fixed SDL_perl.spec according to most of Guillaume's suggestions
- Expanded the build_rpms script to upload to sdlperl.org
- Added SDL::Timer.pm for timer objects
- Added test/testtimer.pl 

* Apr 4 2002David J. Goehrig <dave@sdlperl.org>
- Added SDL_perl.spec for RPM/SRPM builds
- Fixed typo in SDL_perl.xs

* Apr 4 2002Wayne Keenan  <wayne@metaverse.fsnet.co.uk>
- Fixed Makefile.PL for Win32 builds

* Apr 4 2002Russell Valentine <russ_allegro@yahoo.com>
- Added test/testjoystick.pl

* Apr 3 2002David J. Goehrig <dave@sdlperl.org>
- Fixed SDL::TTFont support
- Fixed SDL::Color support
- Applied Wayne's changes for Win32 support
- Moved XS code to SDL_perl.xs
- Created SDL_perl.pm
- Altered SDL.pm to use SDL_perl.pm

* Apr 1 2002David J. Goehrig <dave@sdlperl.org>
- Added SDL::Color
- Added SDL::TTFont
- Added SDL::App::loop
- More Documentation

* Mar 31 2002David J. Goehrig <dave@sdlperl.org>
- Upgraded SFont to version 1.5 <http://www.linux-games.com/sfont>
- Removed old examples and began porting SDL test programs to perl
- Updated key state modifier code
- Added audio processing callbacks and driver interrogation

* Mar 14 2002David J. Goehrig <dave@sdlperl.org>

- Added YUV Overlay support
- Added more WM support (toggle fullscreen,grab input,iconify window)
- Added Resize Event support
- Added Joystick Events support
- Added audio status query support
- Removed TrackListing

* Mar  9 2002David J. Goehrig <dave@sdlperl.org>

- Generated sdlpl compatability layer ( known to be buggy )
- Bug fixes in OO modules, frozen-bubble now runs under 1.14
- Added patches directory to contain fixes for other people's programs 
- Added some Set/GetClipRect support
- More Documentation 
- Began SDL_ttf support
- Began SDL_net support

* Feb 28 2002David J. Goehrig <dave@sdlperl.org>

- Fixed-up OO modules to use new API
- Added AddTimer and RemoveTimer Support
- Added Joystick Support
- Added full Init/Quit support for subsystems
- Began Documentation Rewrite
- Began 1.12 compatability layer

* Feb 26 2002David J. Goehrig <dave@sdlperl.org>

- Altered API / Simplified namespace 
- Removed SDL_Image, SDL_Mixer, and OpenGL dependencies
- Added extension autodetection to config process

* Jan 28 2002Guillaume Cottenceau <gc@mandrakesoft.com>

- Fixed a deallocation bug in Sound.pm 

* Jan 22 2002Guillaume Cottenceau <gc@mandrakesoft.com>

- Fixed a deallocation bug in Music.pm

* Dec 18 2000David J. Goehrig 

- Removed clipping fuctions 
- Updated Readme
- Moved more to sourceforge

* Aug  5 2000Wayne Keenan

- Open GL support
- OpenGL Glut like Application framework
- more video flags 
- creating Surface from pre-allocated memory 
- BMP screen dump
- added state dumpers as an debugging aid
- bug fixes

* May 26 2000David J. Goehrig

- Added SFont support.

* May 22 2000David J. Goehrig

- Finished the first release