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