Revision history for Perl extension SDL_perl. * Dec 30 2002 David J. Goehrig - Cleaned SDL::App a little more * Dec 29 2002 Tels - Patched SDL::Font includes - Optimized SDL::Rect * Dec 28 2002 Tels - Removed miscelaneous typos - Rewrote utility function SDL::in * Dec 25 2002 Tels - Patched SDL::Timer documentation - Patched SDL::Event documentation - Patched SDL::Cdrom documentation - Patched mail address in Readme * Dec 20 2002 Michael Lamertz - Fixed wrong spelling of XS call to SDL::App::grab_input function * Oct 14 2002 David J. Goehrig - Altered usage message printing behavior for Guillaume - Added Guillaume Cottenceau's 64 bit support patch. - Patch release SDL_perl-1.19.1 * Oct 13 2002 David J. Goehrig - Added ConvertRGB and ConvertRGBA functions, useful for creating OpenGL textures from arbitrary images. - Updated documentation for SDL::Cursor * Oct 11 2002 David J. Goehrig - Added library disable configure options for linux - Released SDL_perl-1.19.0 * Sept 28 2002 David J. Goehrig - Fixed some prototypes (OpenGL happier on Debian) * Sept 5 2002 David J. Goehrig - Optimizaiton in SDL::App::loop, now syncs app only if action called - Added test/testmenu.pl (precursor to a menu class) * Sept 4 2002 Russell Valentine - Added SDL::GraphicTool and testgraphictool.pl * Aug 31 2002 David J. Goehrig - Removed redundant variable in SDL::Mixer::fade_in_music Thanks to Peter BARABAS for finding it * Aug 30 2002 David J. Goehrig - Altered examples to use 16 bit color - Fixed OpenGL/tutorial gluPerspective bugs * Jun 14 2002 David J. Goehrig - Finished color table and convolution support - Added more GLUtesselator support * Jun 10 2002 David J. Goehrig - Added configure script, gnuish build environemnt * Jun 8 2002 David J. Goehrig - Applied Wayne Keenan's win32 build patches * Jun 5 2002 David J. Goehrig - Simply defines GL_ALL_CLIENT_ATTRIB_BITS 0xffffffff - SDL::TTFont added font metric query methods * Jun 4 2002 David J. Goehrig - Fixed GL_ALL_CLIENT_BITS Mesa bug again... It appears to have disappeared after 1.17.2, Thanks Seemant Kulleen & Chris Moeller for pointing it out. * May 28 2002 David J. Goehrig - Added tutorials 7 & 8 to test/OpenGL/tutorial * May 27 2002 David J. Goehrig - Fixed SDL::OpenGL::TexCoordPointer * May 26 2002 David J. Goehrig - SDL_perl-1.18 * May 25 2002 David J. Goehrig - Fixed include paths under linux - Added SDL::Shell.pm and test/testshell.pl * May 24 2002 David J. Goehrig - Fixed more OpenGL GLU tesselator code - Added HAVE_SDL_MIXER around callbacks * May 23 2002 Benedikt Meurer - Added FreeBSD support * May 21 2002 David J. Goehrig - Fixed typo in SDL::App:iconify * May 3 2002 David J. Goehrig - Added still more OpenGL support (errors and textures) - Ported old OpenGL tutorials 2-6 - Fixed more bugs, improved SDL::SurfacePixels - Added support for glu* and GLU_* exportation - Added OpenGLU Nurbs support - Added Nurbs example test/OpenGL/test5.pl - Added more OpenGL projection and color code * May 1 2002 David J. Goehrig - Fixed -Wall (added prototypes, fixed typos, etc) - Improved Makefile, added GLU version detection - Added OpenGL 1.2 dependent feature detection - Added one and two dimension evaluators for OpenGL - Added OpenGL test3.pl and test4.pl * Apr 30 2002 Wayne Keenan - updated Makefile.win32 * Apr 29 2002 Guillaume Cottenceau - updated Makefile.linux * Apr 27 2002 David J. Goehrig - SDL_perl-1.17 release made - updated MANIFEST, etc. * Apr 26 2002 David J. Goehrig - Added more OpenGL support * Apr 23 2002 David J. Goehrig - fixed SFont and SDL_Console support - Added SDL::FontTool - Added test/testfonttool.pl * Apr 19 2002 David J. Goehrig - Added proper SDL_mixer callback support - Broke out linux makefile - Begun OpenGL support - fixed test/testgfxprim.pl screen update bug - fixed test/testgfxroto.pl alpha blits - Added test/logo.png * Apr 16 2002 Wayne Keenan - Added SDL_Console support - Added test/testconsole.pl - Added SDL_gfx support - Added test/testgfxroto.pl and test/testgfxprim.pl - Updated Makefile * Apr 11 2002 David J. Goehrig - Fixed SDL::ColorB typo - Altered SDL::FillRect and SDL::Pixel to use SDL_Color* sources - Documented SDL::Surface, SDL::Color - Added automagic Surface, Color, and Rect support throughout OO layer - Fixed testsprite.pl, graywin.pl to use above classes - Brokeout Win32 Makefile.PL - Fixed SMPEG a little bit * Apr 11 2002 Wayne Keenan - Added SMPEG support - Added test/testsprite.pl * Apr 10 2002 Wayne Keenan - Added Win32 threading support in callbacks - Added SDL_GetKeyState * Apr 8 2002 Wayne Keenan - Added joystick hat constants - Added joystick hat constants to test/testjoystick.pl * Apr 5 2002 David J. Goehrig - 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 2002 David J. Goehrig - Added SDL_perl.spec for RPM/SRPM builds - Fixed typo in SDL_perl.xs * Apr 4 2002 Wayne Keenan - Fixed Makefile.PL for Win32 builds * Apr 4 2002 Russell Valentine - Added test/testjoystick.pl * Apr 3 2002 David J. Goehrig - 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 2002 David J. Goehrig - Added SDL::Color - Added SDL::TTFont - Added SDL::App::loop - More Documentation * Mar 31 2002 David J. Goehrig - Upgraded SFont to version 1.5 - 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 2002 David J. Goehrig - 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 2002 David J. Goehrig - 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 2002 David J. Goehrig - 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 2002 David J. Goehrig - Altered API / Simplified namespace - Removed SDL_Image, SDL_Mixer, and OpenGL dependencies - Added extension autodetection to config process * Jan 28 2002 Guillaume Cottenceau - Fixed a deallocation bug in Sound.pm * Jan 22 2002 Guillaume Cottenceau - Fixed a deallocation bug in Music.pm * Dec 18 2000 David J. Goehrig - Removed clipping fuctions - Updated Readme - Moved more to sourceforge * Aug 5 2000 Wayne 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 2000 David J. Goehrig - Added SFont support. * May 22 2000 David J. Goehrig - Finished the first release