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