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