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