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