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