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