initial state of Pong tutorial
[sdlgit/SDL_perl.git] / CHANGELOG
CommitLineData
bfd90409 1Revision history for Perl extension SDL_perl.
039b5b1f 2
c4191b5a 3* v2.2.3.1 Sept 29 2009 Kartik Thakore <thakore.kartik@gmail.com>
4 - Critical Build.PL fix for META.yml
5 - Doc fix
6
630ffc1b 7* v2.2.3 Sept 29 2009 Kartik Thakore <thakore.kartik@gmail.com>
8 - More Docs
9 - Experimental Mac version
10
b76930e6 11* Sept 11 2009 Kartik Thakore <thakore.kartik@gmail.com>
12 - Moved Debian patches upstream
13 - http://packages.debian.org/changelogs/pool/main/s/sdlperl/current/changelog
14 - credit goes to Ryan Niebur and Daniel Burr
15
16* Sept 1 2009 Kartik Thakore <thakore.kartik@gmail.com>
039b5b1f 17 - Made Alien::SDL 0.3 dependency
18 - Updated MANIFEST
19* Aug 31 2009 Kartik Thakore <thakore.kartik@gmail.com>
20 - Fixed broken mixer test on FreeBSD
63ebaa68 21* Aug 27 2009 Kartik Thakore <thakore.kartik@gmail.com>
22 -Made App loop() faster https://rt.cpan.org/Public/Bug/Display.html?id=16988
23 -Patched support for add support for gluquadric* sub https://rt.cpan.org/Public/Bug/Display.html?id=25598
24 -Made App init slimer https://rt.cpan.org/Public/Bug/Display.html?id=16987
25 -Added faster SDL::Color alternative https://rt.cpan.org/Public/Bug/Display.html?id=17975
26 -Added better error reporting for TTFont errors
27 -Added win32 support https://rt.cpan.org/Ticket/Display.html?id=49003
28
49541593 29* Aug 22 2009 Kartik Thakore <thakore.kartik@gmail.com>
30 -Added no index
31 -Added james's openbsd.pm
32
5e06109c 33* Aug 18 2009 Kartik Thakore <thakore.kartik@gmail.com>
34 -Fixed constants with help from arodland
35 -Added warning instead of die for frozenbubble's sake
36 -Made a build script for Solaris
37
4e31cef5 38* Aug 17 2009 Gabor Szabo <szabgab@gmail.com>
39 - Small fixes in the tutorials
40
8bde7712 41* Aug 15 2009 Kartik Thakore <thakore.kartik@gmail.com>
42 - fixed undef access to blit in Surface
43 - made sdl font strict acceptable
44 - added cygwin build fix
45
3a32e86d 46* Aug 7 2009 David J. Goehrig <dgoehrig@cpan.org>
47 - fixed Darwin build breakage
48 - added support for Mac Ports policies
49 - updated the name of the bundle
50 - added Darwin action ./Build bundle to create SDLPerl.app
51 - fixed SDLPerl.app compilation
52 - added .spl file type for SDLPerl applications!
53
ecc8d76b 54* Aug 5 2009 Kartik Thakore <thakore.kartik@gmail.com>
55 - fixed build after Module::Build breakage
56 - fixed openGL header problems
57 - merged darwin app droper builder
58
bfd90409 59* Jul 8 2006 David J. Goehrig <dgoehrig@cpan.org>
60 - finished embedding data in example scripts
61 - fixed Mac OS X file associations
62
63* Mar 15 2006 David J. Goehrig <dgoehrig@cpan.org>
64 - fixed OpenGL examples to work under MacOS X using the SDL Perl.app bundle
65
66* Oct 12 2005 David J. Goehrig <dgoehrig@cpan.org>
67 - Fixed bug where SDL::App frees underlying Surface via DESTROY
68 - Added SDL_svg support
69 - cleaned up SDL_gfx support in SDL.xs
70 - cleaned up smpeg support in SDL.xs
71 - Added more SDL_sound support
72 - Added basic SDL_RWops support (TODO - perl callback for user defined)
73
74* Oct 6 2005 David J. Goehrig <dgoehrig@cpan.org>
75 - Changed constructors to die upon invalid initialization
76
77* Oct 5 2005 David J. Goehrig <dgoehrig@cpan.org>
78 - Updated the copyright notices as per the LGPL guidelines
79
80* Oct 4 2005 David J. Goehrig <dgoehrig@cpan.org>
81 - Patched Cygwin.pm
82 - Fixed SDL::Rect documentation
83 - Fixed Freebsd build module package designation
84 - Fixed compile and link argument splitting in make/lib/Build.pm
85 - Added Module::Build to MEAT.yml
86
87* Sep 23 2004 David J. Goehrig <dgoehrig@cpan.org>
88 - added SDL::Config tests for SDL_gfx support to test/testgfxroto.pl
89 test/testgfxprim.pl and SDL::Tool::Graphic.pm
90 - removed exists test form SDL::Config::has()
91 - added SDL::PushEvent
92 - added SDL::SetEventType
93 - renamed SDL::OpenGL::glReadPixel(s)
94 - added error message for SDL::OpenGL::glLightModel
95 - cleaned up some formatting issues in OpenGL.xs
96 - fixed bug in SDL::Cdrom (referencing a scalar as a hashref)
97 - added some more documentation to SDL::Color
98 - added SDL::Event::push (Andy Bakun)
99 - fixed documentation and usage of SDL::Event::set
100 - added SDL::Event::type([type]) setting parameter
101 - updated Pod::ToDemo recommends in Build.PL
102 - added chromatic's OpenGL version checks
103 - added GL_ALL_CLIENT_ATTRIB_BITS (in addition to GL_CLIENT_ATTRIB_BITS)
104 - added chromatic's SDL::Build::Cygwin.pm and SDL::Build::Win32.pm
105 - applied chromatic's patches to SDL::Tutorial, etc. for updated Pod::ToDemo
106
107
108* Sep 21 2004 David J. Goehrig <dgoehrig@cpan.org>
109 - added thread check to SDL::Constants.pm (prevent unsafe SelfLoader)
110 - applied Andy Bakun <sdlperl@thwartedefforts.org>'s patches
111 to SDL::CreateRGBSurfaceFrom, SDL::SurfaceCopy, and
112 SDL::FreeSurface
113 - applied GLint* to typemap patch
114 - applied glRenderMode patch
115 - applied gluPickMatrix patch
116 - fixed SDL::Surface::blit typo bug
117 - applied glGet patch by Luke (enumerating them all!)
118 - fixed typo bug in make/lib/SDL/Build/Darwin.pm
119
120
121* Feb 23 2004 David J. Goehrig <dgoehrig@cpan.org>
122 - fixed OpenGL exporting & bootstrapping
123 - added ifdefs in OpenGL for NURBS and GLUTesslator
124 - updated the test scripts to use SDL::Config
125 - added OpenGL test
126 - modified SDL::Config->has to use grep instead
127 - fixed SDL::Cdrom::status
128 - added tests for SDL::Video and SDL::MPEG
129 - fixed gluPerspective in test1.pl & test2.pl
130 - moved SDL::OpenGL::Cube code into test2.pl
131 - released SDL_Perl-2.1.0
132
133* Feb 7 2004 David J. Goehrig <dgoehrig@cpan.org>
134 - added more SMPEG support
135 - added SDL::Video.pm and SDL::MPEG
136
137* Feb 6 2004 David J. Goehrig <dgoehrig@cpan.org>
138 - removed old build stuff
139 - added SDL::GetAppState
140 - added SDL::GetMouseState and SDL::GetRelativeMouseState
141 - added SDL Perl logo files
142 - Finalized 2.0.5 release
143
144* Feb 6 2004 chromatic
145 - added SDL::Tutorial
146 - added SDL::Tutorial::Animation
147 - added SDL::Tutorial::Drawing
148 - added SDL::Tutorial::Images
149
150* Feb 5 2004 David J. Goehrig <dgoehrig@cpan.org>
151 - port chromatic's Module::Build changes to 2.0.4
152 - moved SDL_TEXTWIDTH to SDL.pm (where EXPORTS BELONG in SDL.pm)
153 - applied chromatic's test directory change to testfonttool.pl
154 - fixed near/far in OpenGL.xs
155 - fixed checkkeys.pl to work with new event structure
156 - fixed testjoystick.pl to use new constants
157 - fixed USE_THREADS issue in build system
158 - fixed typo-bugs in SDL::Tool::Graphic.pm
159 - Updated MANIFEST
160 - fixed SFont support added SDL::SFont.pm
161 - removed SDL::Mixer and SDL::Event constants checks, no export
162
163* Dec 21 2003 chromatic
164 - added glDeleteLists
165 - added glReadPixels
166 - added glReadPixel
167
168* Sept 2 2003 David J. Goehrig <dave@sdlperl.org>
169 - fixed SDL::Music and SDL::Sound usage in SDL::Mixer
170
171* Aug 28 2003 Stephane Desneux <sdx@desneux.com>
172 - added SDL_VIDEOEXPOSE constant in SDL::Constants
173
174* Aug 26 2003 Stephane Desneux <sdx@desneux.com>
175 - modified Makefile.linux to remove debug unless $ENV{DEBUG} is defined
176 - added scripts/GL/gl.h header (OpenGL 1.4 header from Linux NVidia driver)
177 - modified gl_const.pl to generate SDL::OpenGL::Constants.pm using scripts/GL/gl.h
178 OpenGL constants now uses Exporter and SelfLoader
179 - modified sdl_const.pl to generate SDL::Constants
180 SDL constants now uses Exporter and SelfLoader
181 - modified SDL.pm to export constants from SDL::Constants
182 - modified SDL/OpenGL.pm to export constants from SDL::OpenGL::Constants
183 - changed all function names in OpenGL.xs (xxx replaced by glxxx or gluxxx)
184 changed export in SDL/OpenGL.pm accordingly
185 - removed warning in SDL::Surface::new()
186
187* Aug 21 2003 David J. Goehrig <dave@sdlperl.org>
188 - applied Thomas Tongue's MacOS X support patches
189
190* Aug 20 2003 David J. Goehrig <dave@sdlperl.org>
191 - fixed SDL::Event bug
192
193* Aug 17 2003 David J. Goehrig <dave@sdlperl.org>
194 - applied Tels' call list patches
195 - fixed some general boneheadedness with use strict
196 - got tests really working
197 - applied Russell's SDL::Tool::Graphic::grayScale patch
198 - added glLightModel
199
200* Aug 16 2003 David J. Goehrig <dave@sdlperl.org>
201 - applied morgoth.666's patch for glGetdv & others
202 - released 2.0 last week :)
203
204* May 23 2003 David J. Goehrig <dave@sdlperl.org>
205 - applied Ryan Hanlon's patch for SDL::TTFont::width
206
207* May 22 2003 David J. Goehrig <dave@sdlperl.org>
208 - fixed typemap
209 - changed SDL::Cdrom to use scalar refs
210 - changed SDL::Console to use scalar refs
211 - changed SDL::Event to use scalar refs
212 - changed SDL::Cursor to use scalar refs
213 - changed SDL::Font to use scalar refs
214 - changed SDL::Music to use scalar refs
215 - changed SDL::Palette to use scalar refs
216 - changed SDL::Sound to use scalar refs
217
218* May 20 2003 David J. Goehrig <dave@sdlperl.org>
219 - added more OpenGL constants
220 - added OpenGL name & Feedback functions
221 - ported documentation from the website to distro
222
223* Mar 13 2003 David J. Goehrig <dave@sdlperl.org>
224 - cleaned up OpenGL constants exportation
225 - fixed glColor alpha
226 - fixed all tests & the causes of failure
227 - fixed TTFont.pm color bug
228 - fixed SDL::Tool::Graphic
229
230* Mar 11 2003 David J. Goehrig <dave@sdlperl.org>
231 - changed USE_THREAD support because perl5.8 usually builds with it
232 - added SDL::Constants & SDL::OpenGL::Constants
233 - removed constant functions from XS code (going easier on the linker)
234 - changed version to SDL_perl-2.0-beta1 Way Too much is Broken release
235 - Moved Opt/* to regular & fixing as found broken
236 - 27% of tests now fail!
237
238* Feb 25 2003 David J. Goehrig <dave@sdlperl.org>
239 - resized the testmenu.pl script
240
241* Jan 6 2003 Wayne Keenan <tripixuk@yahoo.co.uk>
242 - fixed testjoystick.pl
243
244* Jan 4 2003 David J. Goehrig <dave@sdlperl.org>
245 - Added test suite, Thanks Tels
246 - Added SDL::SurfaceCopy finally
247 - Added SDL::Surface::new -surface && -copy constructors
248 - Changed SDL::Tool::Graphic::* to return a new SDL::Surface object
249 - Added SDL::Event::resize_w && SDL::Event::resize_h
250
251* Jan 3 2003 David J. Goehrig <dave@sdlperl.org>
252 - SDL_perl-1.20.0 release
253 - fixed default pitch value in SDL::Surface
254 - fixed test/OpenGL/tutorials/*, removed nasty -flags options
255
256* Jan 2 2003 David J. Goehrig <dave@sdlperl.org>
257 - Changed SDL::SurfacePixel to work as documented returns SDL_Color*
258 - Changed SDL::Surface::pixel to return SDL::Color object
259 - Changed SDL::SetColorKey to take SDL_Color*
260 - Changed SDL::Surface::set_color_key to take SDL_Color*,SDL::Color, && (x,y)
261 - Added test/testcolor.pl
262 - Fixed SDL::Opt::Surface::pixel to return SDL::Opt::Color objects
263 - Fixed test/testsprite.pl (must call display_format before set_color_key)
264 - removed use strict from test/testmenu.pl
265 - Added SDL::INIT_TIMER
266
267* Jan 1 2003 David J. Goehrig <dave@sdlperl.org>
268 - Added a lot of documentation stubs
269 - Added SDL_PREALLOC support
270 - Added SDL_VIDEORESIZE event type
271 - Moved SDL_* SDL_Surface flags EXPORT to SDL::Surface
272 - Added SDL::App::resize & -resizeable tag
273 - Updated README
274 - Added SDL::Opt::Surface, SDL::Opt::Rect, SDL::Opt::Color
275
276* Dec 30 2002 David J. Goehrig <dave@sdlperl.org>
277 - Cleaned SDL::App a little more
278 - Patch release SDL_perl-1.19.2
279
280* Dec 29 2002 Tels <http://www.bloodgate.com>
281 - Patched SDL::Font includes
282 - Optimized SDL::Rect
283
284* Dec 28 2002 Tels <http://www.bloodgate.com>
285 - Removed miscelaneous typos
286 - Rewrote utility function SDL::in
287
288* Dec 25 2002 Tels <http://www.bloodgate.com>
289 - Patched SDL::Timer documentation
290 - Patched SDL::Event documentation
291 - Patched SDL::Cdrom documentation
292 - Patched mail address in Readme
293
294* Dec 20 2002 Michael Lamertz <mike@perl-ronin.de>
295 - Fixed wrong spelling of XS call to SDL::App::grab_input function
296
297* Oct 14 2002 David J. Goehrig <dave@sdlperl.org>
298 - Altered usage message printing behavior for Guillaume
299 - Added Guillaume Cottenceau's <gc@mandrakesoft.com>
300 64 bit support patch.
301 - Patch release SDL_perl-1.19.1
302
303* Oct 13 2002 David J. Goehrig <dave@sdlperl.org>
304 - Added ConvertRGB and ConvertRGBA functions, useful
305 for creating OpenGL textures from arbitrary images.
306 - Updated documentation for SDL::Cursor
307
308* Oct 11 2002 David J. Goehrig <dave@sdlperl.org>
309 - Added library disable configure options for linux
310 - Released SDL_perl-1.19.0
311
312* Sept 28 2002 David J. Goehrig <dave@sdlperl.org>
313 - Fixed some prototypes (OpenGL happier on Debian)
314
315* Sept 5 2002 David J. Goehrig <dave@sdlperl.org>
316 - Optimizaiton in SDL::App::loop,
317 now syncs app only if action called
318 - Added test/testmenu.pl (precursor to a menu class)
319
320* Sept 4 2002 Russell Valentine <russ_allegro@yahoo.com>
321 - Added SDL::GraphicTool and testgraphictool.pl
322
323* Aug 31 2002 David J. Goehrig <dave@sdlperl.org>
324 - Removed redundant variable in SDL::Mixer::fade_in_music
325 Thanks to Peter BARABAS <z0d@artifact.hu> for finding it
326
327* Aug 30 2002 David J. Goehrig <dave@sdlperl.org>
328 - Altered examples to use 16 bit color
329 - Fixed OpenGL/tutorial gluPerspective bugs
330
331* Jun 14 2002 David J. Goehrig <dave@sdlperl.org>
332 - Finished color table and convolution support
333 - Added more GLUtesselator support
334
335* Jun 10 2002 David J. Goehrig <dave@sdlperl.org>
336 - Added configure script, gnuish build environemnt
337
338* Jun 8 2002 David J. Goehrig <dave@sdlperl.org>
339 - Applied Wayne Keenan's win32 build patches
340
341* Jun 5 2002 David J. Goehrig <dave@sdlperl.org>
342 - Simply defines GL_ALL_CLIENT_ATTRIB_BITS 0xffffffff
343 - SDL::TTFont added font metric query methods
344
345* Jun 4 2002 David J. Goehrig <dave@sdlperl.org>
346 - Fixed GL_ALL_CLIENT_BITS Mesa bug again...
347 It appears to have disappeared after 1.17.2,
348 Thanks Seemant Kulleen & Chris Moeller for
349 pointing it out.
350
351* May 28 2002 David J. Goehrig <dave@sdlperl.org>
352 - Added tutorials 7 & 8 to test/OpenGL/tutorial
353
354* May 27 2002 David J. Goehrig <dave@sdlperl.org>
355 - Fixed SDL::OpenGL::TexCoordPointer
356
357* May 26 2002 David J. Goehrig <dave@sdlperl.org>
358 - SDL_perl-1.18
359
360* May 25 2002 David J. Goehrig <dave@sdlperl.org>
361 - Fixed include paths under linux
362 - Added SDL::Shell.pm and test/testshell.pl
363
364* May 24 2002 David J. Goehrig <dave@sdlperl.org>
365 - Fixed more OpenGL GLU tesselator code
366 - Added HAVE_SDL_MIXER around callbacks
367
368* May 23 2002 Benedikt Meurer <bmeurer@fwdn.de>
369 - Added FreeBSD support
370
371* May 21 2002 David J. Goehrig <dave@sdlperl.org>
372 - Fixed typo in SDL::App:iconify
373
374* May 3 2002 David J. Goehrig <dave@sdlperl.org>
375 - Added still more OpenGL support (errors and textures)
376 - Ported old OpenGL tutorials 2-6
377 - Fixed more bugs, improved SDL::SurfacePixels
378 - Added support for glu* and GLU_* exportation
379 - Added OpenGLU Nurbs support
380 - Added Nurbs example test/OpenGL/test5.pl
381 - Added more OpenGL projection and color code
382
383* May 1 2002 David J. Goehrig <dave@sdlperl.org>
384 - Fixed -Wall (added prototypes, fixed typos, etc)
385 - Improved Makefile, added GLU version detection
386 - Added OpenGL 1.2 dependent feature detection
387 - Added one and two dimension evaluators for OpenGL
388 - Added OpenGL test3.pl and test4.pl
389
390* Apr 30 2002 Wayne Keenan <wayne@metaverse.fsnet.co.uk>
391 - updated Makefile.win32
392
393* Apr 29 2002 Guillaume Cottenceau <gc@mandrakesoft.com>
394 - updated Makefile.linux
395
396* Apr 27 2002 David J. Goehrig <dave@sdlperl.org>
397 - SDL_perl-1.17 release made
398 - updated MANIFEST, etc.
399
400* Apr 26 2002 David J. Goehrig <dave@sdlperl.org>
401 - Added more OpenGL support
402
403* Apr 23 2002 David J. Goehrig <dave@sdlperl.org>
404 - fixed SFont and SDL_Console support
405 - Added SDL::FontTool
406 - Added test/testfonttool.pl
407
408* Apr 19 2002 David J. Goehrig <dave@sdlperl.org>
409 - Added proper SDL_mixer callback support
410 - Broke out linux makefile
411 - Begun OpenGL support
412 - fixed test/testgfxprim.pl screen update bug
413 - fixed test/testgfxroto.pl alpha blits
414 - Added test/logo.png
415
416* Apr 16 2002 Wayne Keenan <wayne@metaverse.fsnet.co.uk>
417 - Added SDL_Console support
418 - Added test/testconsole.pl
419 - Added SDL_gfx support
420 - Added test/testgfxroto.pl and test/testgfxprim.pl
421 - Updated Makefile
422
423* Apr 11 2002 David J. Goehrig <dave@sdlperl.org>
424 - Fixed SDL::ColorB typo
425 - Altered SDL::FillRect and SDL::Pixel to use SDL_Color* sources
426 - Documented SDL::Surface, SDL::Color
427 - Added automagic Surface, Color, and Rect support throughout OO layer
428 - Fixed testsprite.pl, graywin.pl to use above classes
429 - Brokeout Win32 Makefile.PL
430 - Fixed SMPEG a little bit
431
432* Apr 11 2002 Wayne Keenan <wayne@metaverse.fsnet.co.uk>
433 - Added SMPEG support
434 - Added test/testsprite.pl
435
436* Apr 10 2002 Wayne Keenan <wayne@metaverse.fsnet.co.uk>
437 - Added Win32 threading support in callbacks
438 - Added SDL_GetKeyState
439
440* Apr 8 2002 Wayne Keenan <wayne@metaverse.fsnet.co.uk>
441 - Added joystick hat constants
442 - Added joystick hat constants to test/testjoystick.pl
443
444* Apr 5 2002 David J. Goehrig <dave@sdlperl.org>
445 - Fixed SDL_perl.spec according to most of Guillaume's suggestions
446 - Expanded the build_rpms script to upload to sdlperl.org
447 - Added SDL::Timer.pm for timer objects
448 - Added test/testtimer.pl
449
450* Apr 4 2002 David J. Goehrig <dave@sdlperl.org>
451 - Added SDL_perl.spec for RPM/SRPM builds
452 - Fixed typo in SDL_perl.xs
453
454* Apr 4 2002 Wayne Keenan <wayne@metaverse.fsnet.co.uk>
455 - Fixed Makefile.PL for Win32 builds
456
457* Apr 4 2002 Russell Valentine <russ_allegro@yahoo.com>
458 - Added test/testjoystick.pl
459
460* Apr 3 2002 David J. Goehrig <dave@sdlperl.org>
461 - Fixed SDL::TTFont support
462 - Fixed SDL::Color support
463 - Applied Wayne's changes for Win32 support
464 - Moved XS code to SDL_perl.xs
465 - Created SDL_perl.pm
466 - Altered SDL.pm to use SDL_perl.pm
467
468* Apr 1 2002 David J. Goehrig <dave@sdlperl.org>
469 - Added SDL::Color
470 - Added SDL::TTFont
471 - Added SDL::App::loop
472 - More Documentation
473
474* Mar 31 2002 David J. Goehrig <dave@sdlperl.org>
475 - Upgraded SFont to version 1.5 <http://www.linux-games.com/sfont>
476 - Removed old examples and began porting SDL test programs to perl
477 - Updated key state modifier code
478 - Added audio processing callbacks and driver interrogation
479
480* Mar 14 2002 David J. Goehrig <dave@sdlperl.org>
481
482 - Added YUV Overlay support
483 - Added more WM support (toggle fullscreen,grab input,iconify window)
484 - Added Resize Event support
485 - Added Joystick Events support
486 - Added audio status query support
487 - Removed TrackListing
488
489* Mar 9 2002 David J. Goehrig <dave@sdlperl.org>
490
491 - Generated sdlpl compatability layer ( known to be buggy )
492 - Bug fixes in OO modules, frozen-bubble now runs under 1.14
493 - Added patches directory to contain fixes for other people's programs
494 - Added some Set/GetClipRect support
495 - More Documentation
496 - Began SDL_ttf support
497 - Began SDL_net support
498
499* Feb 28 2002 David J. Goehrig <dave@sdlperl.org>
500
501 - Fixed-up OO modules to use new API
502 - Added AddTimer and RemoveTimer Support
503 - Added Joystick Support
504 - Added full Init/Quit support for subsystems
505 - Began Documentation Rewrite
506 - Began 1.12 compatability layer
507
508* Feb 26 2002 David J. Goehrig <dave@sdlperl.org>
509
510 - Altered API / Simplified namespace
511 - Removed SDL_Image, SDL_Mixer, and OpenGL dependencies
512 - Added extension autodetection to config process
513
514* Jan 28 2002 Guillaume Cottenceau <gc@mandrakesoft.com>
515
516 - Fixed a deallocation bug in Sound.pm
517
518* Jan 22 2002 Guillaume Cottenceau <gc@mandrakesoft.com>
519
520 - Fixed a deallocation bug in Music.pm
521
522* Dec 18 2000 David J. Goehrig
523
524 - Removed clipping fuctions
525 - Updated Readme
526 - Moved more to sourceforge
527
528* Aug 5 2000 Wayne Keenan
529
530 - Open GL support
531 - OpenGL Glut like Application framework
532 - more video flags
533 - creating Surface from pre-allocated memory
534 - BMP screen dump
535 - added state dumpers as an debugging aid
536 - bug fixes
537
538* May 26 2000 David J. Goehrig
539
540 - Added SFont support.
541
542* May 22 2000 David J. Goehrig
543
544 - Finished the first release
545