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