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