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