Revision history for Perl extension SDL_perl.

Thu Sep 23 05:48:52 UTC 2004 ($Rev: 466 $, $Author: chromatic $)
	- fix SDL::Build::Darwin typo (Michael DeHaan)
	- look for different OpenGL and GLU libs on Windows

Wed Aug 18 05:59:26 UTC 2004 (Rev: 430, Author: chromatic)
	- update tutorial modules' documentation to reflect the Pod::ToDemo update

Wed Aug 18 05:44:35 UTC 2004 (Rev: 429, Author: chromatic)
	- revised tutorial modules to use Pod::ToDemo 0.20
	- updated dependency on Pod::ToDemo

Sat Jul 24 19:28:59 UTC 2004 (Rev: 408, Author: chromatic)
	- added Podmaster's patch to add link_c() to SDL::Build::MSWin32

Sat Jul 24 19:02:24 UTC 2004 (Rev: 407, Author: chromatic)
	- improve SDL header inclusion in src/OpenGL.xs
	- guard against trying to compile OpenGL 1.2 features in earlier versions

Fri Jul 23 04:05:41 UTC 2004 (Rev: 406, Author: chromatic)
	- make Build.PL warn unless it finds subsystem libraries and headers
	- don't build subsystems with missing libraries and headers
	- allow user to specify optional search path (and document them)
	- improve compiler and linker flag specification (Hugo van der Sanden)

Tue Jul 13 05:29:28 UTC 2004 (Rev: 387, Author: chromatic)
	- added SDL::Build::Cygwin (thanks to Wayne Keenan for the inspiration)
	- added opengl_headers() to SDL::Build
	- don't hardcode OpenGL header locations in src/OpenGL.xs
	- improve Win32 light handling in src/OpenGL.xs (don't remember who)

Tue Jul 13 05:28:52 UTC 2004 (Rev: 386, Author: chromatic)
	- actually return subsystem information from SDL::Build::Win32

Sun Apr 18 02:11:41 UTC 2004 (Rev: 280, Author: chromatic)
	- put Build::SDL::MSWin32 in the MANIFEST (d'oh, thanks bbfu!)
	- why not check in the scripts/SDL_perl.spec file changes too now?

Sat Mar 27 04:43:08 UTC 2004 (Rev: 247, Author: chromatic)
	- applied patch from Andy Bakun to add push() and settype() to SDL::Event

Fri Mar 26 01:19:58 UTC 2004 (Rev: 245, Author: chromatic)
	- fixed a formatting typo in SDL::Tutorial
	- added copyright notice to SDL_perl.pm, src/defines.h, src/OpenGL.xs
	- added src/SFont.xs to MANIFEST
	- removed README.freebsd
	- moved SDL_perl.spec to scripts/
	- updated README, scripts/README, and TODO for 2.1.0
	- updated scripts/sdl_words.txt

Fri Mar 26 01:13:48 UTC 2004 (Rev: 244, Author: chromatic)
	- improved constant exporting in SDL::OpenGL (closer to 2.1.0)

Fri Mar 26 00:37:50 UTC 2004 (Rev: 243, Author: chromatic)
	- modify SDL::Build to build SFont as its own subsystem
	- removed SFont from src/SDL_perl.xs
	- added src/SFont.xs from 2.1.0
	- added library requirements for SFont to SDL::Build
	- updated BUGS along the way

* Fri Mar 26 00:30:50 UTC 2004 (Rev: 242, Author: chromatic)
	- applied typemap patch from 2.1.0
	- added Ref and Author keyword expansion to CHANGELOG

* Fri Feb 27 05:08:51 UTC 2004  chromatic
	- initial stab at real Win32 build support (SDL::Build::MSWin32)
	- updated BUGS file with current status

* Fri Feb 27 04:36:22 UTC 2004  chromatic
	- now move it to build_lib/SDL/Build/MSWin32.pm

* Fri Feb 27 04:33:47 UTC 2004  chromatic
	- do *not* call sdl_config on Win32 in link_flags() or compile_flags()
	- change its name to SDL::Build::MSWin32 (move in next checkin)

* Fri Feb 27 04:07:09 UTC 2004  chromatic
	- improve error handling for sdl_config in build_lib/SDL/Build.pm
	- grab sdl_config output in SDL::Build::Win32::link_flags()
	- move subsystem and library data declarations to SDL::Build from Build.PL

* Fri Feb 27 03:42:49 UTC 2004  chromatic
	- moved compile and link flag detection to build_lib/SDL/Build.pm
	- use method call to fetch SDL compile and link flags in SDL::Build
	- added build_lib/SDL/Build/Win32.pm (woefully incomplete)
	- improve has() in generated SDL::Config

* Wed Feb 25 05:31:39 UTC 2004  chromatic
	- updated Build.PL with Dave's changes from 2.1.0

* Wed Feb 25 05:27:36 UTC 2004  chromatic
	- updated MANIFEST
	- updated BUGS
	- fixed svn:mime-type property on BUGS (I hope)

* Wed Feb 25 05:25:49 UTC 2004  chromatic
	- removed old makefiles

* Wed Feb 25 04:55:50 UTC 2004  chromatic
	- report error if no build module exists for current platform (win32 fixlet)

* Wed Feb 25 04:51:59 UTC 2004  chromatic
	- improved diagnostics in test/testfonttool.pl and make it work...
	- improved constant handling in lib/SDL/TTFont.pm
	- minor cleanups of:
		- lib/SDL/Event.pm
		- lib/SDL/FontTool.pm
		- lib/SDL/Font.pm
	- don't autoload in lib/SDL.pm

* Wed Feb 25 04:50:36 UTC 2004  chromatic
	- fix warning in t/musicpm.t (but it's not a good solution)

* Wed Feb 25 04:46:08 UTC 2004  chromatic
	- moved build/lib to build_lib (case insensitive filesystem fix)
	- minor updates to Build.PL

* Thu Jan 22 04:14:08 UTC 2004  chromatic
	- update MANIFEST for previous changes
	- remove SFont.c, too

* Thu Jan 22 04:11:19 UTC 2004  chromatic
	- use SFont.h and (inlined) SFont.c in src/SDL.xs if linking against SDL_ttf

* Thu Jan 22 04:06:03 UTC 2004  chromatic
	- improve test/testfonttool.pl to use strict, warnings, and better constants

* Sat Jan 17 22:28:47 UTC 2004  chromatic
	- remove spurious print in build/lib/SDL/Build.pm
	- while I'm at it, use M::B::Compat on Makefile.PL

* Sat Jan 17 22:26:21 UTC 2004  chromatic
	- revise several tests to check SDL::Config for optional components,
	  skipping them if necessary

* Sat Jan 17 22:25:26 UTC 2004  chromatic
	- push most complexity from Build.PL into build/lib/SDL/Build.pm
		- this allows platform-specific building overrides
		- this also allows us to build lib/SDL/Config.pm at configuration time

* Sat Jan 10 21:41:25 UTC 2004  chromatic
	- don't re-import constants from SDL::Event in lib/SDL/App.pm
	- all tests now pass cleanly on GNU/Linux PPC!

* Sat Jan 10 21:37:14 UTC 2004  chromatic
	- use SDL_events.h header in scripts/sdl_const.pl
	- optionally keep generated files from scripts/sdl_const.pl (debugging aid)
	- improve t/eventpm.t check for constant exporting
	- make lib/SDL/Event.pm inherit from Exporter (oops)
	- t/eventpm.t now passes cleanly on GNU/Linux PPC!

* Sat Jan 10 21:17:17 UTC 2004  chromatic
	- added build/* and all submodules
		- this includes SDL::Build, needed to build (oops)
	- moved library and header detection to OS-specific build mods from Build.PL
	- added these modules under build/lib/
		- SDL::Build::Darwin
		- SDL::Build::Freebsd
		- SDL::Build::Linux
		- SDL::Build::Netbsd

* Sat Jan 10 00:19:20 UTC 2004  chromatic
	- fixed typo in undraw_redraw_rect() call in SDL::Tutorial::Animation
		(fix provided by Sebastian Korten)

* Thu Jan  8 04:50:07 UTC 2004  chromatic
	- added scripts/make_tutorials.pl for packaging tutorials for 
		http://sdl.perl.org/.

* Wed Jan  7 05:58:27 UTC 2004  chromatic
	- added lib/SDL/Tutorials/Images.pm
	- minor changes to existing tutorials

* Mon Jan  5 02:48:35 UTC 2004  chromatic
	- fixed typos in Build.PL (you'd think I'd learn!)

* Mon Jan  5 02:39:06 UTC 2004  chromatic
	- merge paths for FreeBSD and NetBSD into Build.PL
	- added build_requires and build_recommends to Build.PL
	- updated README for upcoming release

* Sun Jan  4 01:01:47 UTC 2004  chromatic
	- improve dist_name in Build.PL (spaces are bad)

* Sun Jan  4 00:57:52 UTC 2004  chromatic
	- fix two nits in MANIFEST

* Sun Jan  4 00:51:33 UTC 2004  chromatic
	- added Build.PL, a nicer way to build this thing
	- moved several files:
		- SDL_perl.pm to lib/SDL_perl.pm
		- defines.h to src/defines.h and src/SDL/defines.h
		- SDL_perl.xs to src/SDL.xs
		- OpenGL.xs to src/OpenGL.xs
	- improved loading in lib/SDL_perl.pm
	- improved t/opengl.t
	- added t/sdl_perl.t to test loading of SDL_perl extension
	- updated MANIFEST
	- update constant handling in lib/SDL/OpenGL.pm
	- update constant handling in lib/SDL.pm

* Thu Jan  1 08:56:13 UTC 2004  chromatic
	- added documentation to lib/SDL/GraphicTool.pm
	- minor cleanup (constants and whitespace) in lib/SDL/App.pm
	- minor cleanup (constants and whitespace) in lib/SDL/Event.pm
	- minor cleanup (constants and whitespace) in lib/SDL/Mixer.pm
	- added resize_w() and resize_h() and docs to lib/SDL/Event.pm
	- added SaveBMP() to lib/SDL/OpenGL.pm
	- minor cleanups to lib/SDL/Surface.pm
	- changed near and far to myNear and myFar in OpenGL.xs

* Thu Jan  1 08:40:55 UTC 2004  chromatic
	- fixed scripts/gl_const.pl to add @EXPORT to generated module
	- fixed scripts/sdl_const.pl to emit constants with a value of 0

* Tue Dec 30 07:14:04 UTC 2003  chromatic
	- minor updates for tests:
		- fix constant calling in t/timerpm.t
		- mark unpassable tests in t/opengl.t as TODO
		- fix constant calling in lib/SDL/Surface.pm

* Tue Dec 30 07:12:18 UTC 2003  chromatic
	- look in FHS-recommended directory for OpenGL headers in Makefile.linux

* Tue Dec 30 07:10:58 UTC 2003  chromatic
	- minor cleanups to scripts/gl_const.pl and scripts/sdl_const.pl
	- updated CHANGELOG for last time (oops)

* Tue Dec 30 02:38:55 UTC 2003  chromatic
	- make most tests pass
		- qualify constant name in t/timerpm.t
		- improve t/mixerpm.t
		- improve t/surfacepm.t
		- simplify constant handling in lib/SDL/App.pm
		- qualify constant names in lib/SDL/Mixer.pm
		- qualify constant names in lib/SDL/Surface.pm
		- use constants in lib/SDL.pm

* Tue Dec 30 01:37:52 UTC 2003  chromatic
	- fixed compile errors:
		- added sound types to typemap
		- removed duplicate SetModState() from SDL_perl.xs
		- changed types in UnProject4() in OpenGL.xs
	- updated TODO

* Sun Dec 28 07:59:00 UTC 2003  chromatic
	- added lib/SDL/Tutorial/Animation.pm, a basic animation tutorial
	- minor tweaks to lib/SDL/Tutorial.pm and lib/SDL/Tutorial/Drawing.pm

* Thu Dec 25 22:43:20 UTC 2003  chromatic
 	- added lib/SDL/Tutorial/Drawing.pm, a basic "draw a rectangle" tutorial
	- minor tweaks to lib/SDL/Tutorial.pm
	- removed test.pl from MANIFEST

* Tue Dec 23 06:55:38 UTC 2003  chromatic
	- added lib/SDL/Tutorial.pm, a basic "draw a window" tutorial

* Sun Dec 21 02:28:02 UTC 2003  chromatic
	- change exporting in SDL::OpenGL
	- add documentation to SDL::OpenGL

* Sun Dec 21 02:00:41 UTC 2003  chromatic
	- improved Makefiles, especially Makefile.w32
	- check for threads in SDL_perl.xs, not just Win32 (Perl 5.8.x+ support)
	- added SDL::SurfaceCopy()
	- added several functions to SDL::OpenGL:
		- LightModel()
		- DeleteLists()
		- ReadPixel()
		- ReadPixels()
		- glCallListsScalar()
	- check for OpenGL 1.3 before enabling several functions
	- check for nurbs before enabling several functions
	- fixed SDL::OpenGL::glCallLists()
	- fixed SDL::OpenGL::Color() alpha

* Sat Dec 20 22:27:33 UTC 2003  chromatic
	- removed constants from OpenGL.xs and SDL_perl.xs

* Sat Dec 20 22:14:59 UTC 2003  chromatic
	- applied more of Tels' changes:
		- added t/* test files
		- modified test/* examples

* Sat Dec 20 20:42:45 UTC 2003	chromatic <chromatic@wgz.org>
	- applied Tels' changes leading to 1.20.4:
		- removed test.pl
		- moved SDL.pm to lib/SDL.pm
		- added scripts/* to generate constants

* Dec 30 2002	David J. Goehrig <dave@sdlperl.org>
	- Cleaned SDL::App a little more

* Dec 29 2002	Tels <http://www.bloodgate.com>
	- Patched SDL::Font includes
	- Optimized SDL::Rect

* Dec 28 2002	Tels <http://www.bloodgate.com>
	- Removed miscelaneous typos
	- Rewrote utility function SDL::in

* Dec 25 2002	Tels <http://www.bloodgate.com>
	- Patched SDL::Timer documentation
	- Patched SDL::Event documentation
	- Patched SDL::Cdrom documentation
	- Patched mail address in Readme

* Dec 20 2002   Michael Lamertz <mike@perl-ronin.de>
	 - Fixed wrong spelling of XS call to SDL::App::grab_input function

* Oct 14 2002	David J. Goehrig <dave@sdlperl.org>
	- Altered usage message printing behavior for Guillaume
	- Added Guillaume Cottenceau's <gc@mandrakesoft.com>
	64 bit support patch.
	- Patch release SDL_perl-1.19.1

* Oct 13 2002	David J. Goehrig <dave@sdlperl.org>
	- Added ConvertRGB and ConvertRGBA functions, useful
	for creating OpenGL textures from arbitrary images.
	- Updated documentation for SDL::Cursor

* Oct 11 2002	David J. Goehrig <dave@sdlperl.org>
	- Added library disable configure options for linux
	- Released SDL_perl-1.19.0

* Sept 28 2002	David J. Goehrig <dave@sdlperl.org>
	- Fixed some prototypes (OpenGL happier on Debian)

* Sept 5 2002	David J. Goehrig <dave@sdlperl.org>
	- 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 <russ_allegro@yahoo.com>
	- Added SDL::GraphicTool and testgraphictool.pl

* Aug 31 2002   David J. Goehrig <dave@sdlperl.org>
	- Removed redundant variable in SDL::Mixer::fade_in_music
	Thanks to Peter BARABAS <z0d@artifact.hu> for finding it

* Aug 30 2002   David J. Goehrig <dave@sdlperl.org>
	- Altered examples to use 16 bit color
	- Fixed OpenGL/tutorial gluPerspective bugs

* Jun 14 2002	David J. Goehrig <dave@sdlperl.org>
	- Finished color table and convolution support
	- Added more GLUtesselator support

* Jun 10 2002	David J. Goehrig <dave@sdlperl.org>
	- Added configure script, gnuish build environemnt

* Jun 8 2002	David J. Goehrig <dave@sdlperl.org>
	- Applied Wayne Keenan's win32 build patches

* Jun 5 2002	David J. Goehrig <dave@sdlperl.org>
	- Simply defines GL_ALL_CLIENT_ATTRIB_BITS 0xffffffff
	- SDL::TTFont added font metric query methods

* Jun  4 2002	David J. Goehrig <dave@sdlperl.org>
	- 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 <dave@sdlperl.org>
	- Added tutorials 7 & 8 to test/OpenGL/tutorial

* May 27 2002	David J. Goehrig <dave@sdlperl.org>
	- Fixed SDL::OpenGL::TexCoordPointer

* May 26 2002	David J. Goehrig <dave@sdlperl.org>
	- SDL_perl-1.18

* May 25 2002	David J. Goehrig <dave@sdlperl.org>
	- Fixed include paths under linux
	- Added SDL::Shell.pm and test/testshell.pl

* May 24 2002	David J. Goehrig <dave@sdlperl.org>
	- Fixed more OpenGL GLU tesselator code
	- Added HAVE_SDL_MIXER around callbacks

* May 23 2002	Benedikt Meurer <bmeurer@fwdn.de>
	- Added FreeBSD support

* May 21 2002	David J. Goehrig <dave@sdlperl.org>
	- Fixed typo in SDL::App:iconify

* May 3 2002	David J. Goehrig <dave@sdlperl.org>
	- 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 <dave@sdlperl.org>
	- 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 <wayne@metaverse.fsnet.co.uk>
	- updated Makefile.win32

* Apr 29 2002	Guillaume Cottenceau <gc@mandrakesoft.com>
	- updated Makefile.linux

* Apr 27 2002	David J. Goehrig <dave@sdlperl.org>
	- SDL_perl-1.17 release made
	- updated MANIFEST, etc.

* Apr 26 2002	David J. Goehrig <dave@sdlperl.org>
	- Added more OpenGL support 

* Apr 23 2002	David J. Goehrig <dave@sdlperl.org>
	- fixed SFont and SDL_Console support
	- Added SDL::FontTool
	- Added test/testfonttool.pl 

* Apr 19 2002	David J. Goehrig <dave@sdlperl.org>
	- 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 <wayne@metaverse.fsnet.co.uk>
	- 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 <dave@sdlperl.org>
	- 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 <wayne@metaverse.fsnet.co.uk>
	- Added SMPEG support
	- Added test/testsprite.pl

* Apr 10 2002	Wayne Keenan <wayne@metaverse.fsnet.co.uk>
	- Added Win32 threading support in callbacks
	- Added SDL_GetKeyState

* Apr 8 2002	Wayne Keenan <wayne@metaverse.fsnet.co.uk>
	- Added joystick hat constants
	- Added joystick hat constants to test/testjoystick.pl

* Apr 5 2002	David 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 2002	David J. Goehrig <dave@sdlperl.org>
	- Added SDL_perl.spec for RPM/SRPM builds
	- Fixed typo in SDL_perl.xs

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

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

* Apr 3 2002	David 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 2002	David J. Goehrig <dave@sdlperl.org>
	- Added SDL::Color
	- Added SDL::TTFont
	- Added SDL::App::loop
	- More Documentation

* Mar 31 2002	David 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 2002	David 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 2002	David 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 2002	David 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 2002	David 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 2002	Guillaume Cottenceau <gc@mandrakesoft.com>

	- Fixed a deallocation bug in Sound.pm 

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

	- 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

