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