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