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