Release Name: 0.2
Notes:
== Ruby-SDL-FFI 0.2
* The values of SDL::AUDIO_U16SYS and SDL::AUDIO_S16SYS are now
correct on both big-endian and little-endian systems.
* SDL::Gfx::arcRGBA is now considered optional (as it should have been
in version 0.1). Loading will continue even if it is not available,
such as when using older versions of SDL_gfx.
* The minimum supported version of SDL_gfx is now 2.0.13. It was
2.0.17 before.
* SDL::Gfx::rotozoomSurfaceXY and SDL::Gfx::rotozoomSurfaceSizeXY are
no longer considered optional, because they are available in all
supported versions of SDL_gfx (2.0.13 and higher).
Changes:
------------------------------------------------------------
Author: John Croisant <jacius@gmail.com>
Date: Fri Oct 30 18:29:33 2009 -0500
Ruby-SDL-FFI 0.2 released.
M README.rdoc
M ruby-sdl-ffi.gemspec
------------------------------------------------------------
Author: John Croisant <jacius@gmail.com>
Date: Fri Oct 30 18:28:17 2009 -0500
Updated ruby-sdl-ffi.gemspec.
Include all rdoc files, lowered SDL_gfx required version.
Fixed rubyforge_project.
M ruby-sdl-ffi.gemspec
------------------------------------------------------------
Author: John Croisant <jacius@gmail.com>
Date: Fri Oct 30 18:25:06 2009 -0500
Added NEWS.rdoc (release notes).
A NEWS.rdoc
------------------------------------------------------------
Author: John Croisant <jacius@gmail.com>
Date: Thu Oct 29 16:39:26 2009 -0500
Updated README.rdoc.
M README.rdoc
------------------------------------------------------------
Author: John Croisant <jacius@gmail.com>
Date: Thu Oct 29 16:26:17 2009 -0500
rotozoomSurfaceXY and rotozoomSurfaceSizeXY don't need to be optional.
They both exist in SDL_gfx 2.0.13, the minimum supported version.
M lib/ruby-sdl-ffi/gfx/rotozoom.rb
------------------------------------------------------------
Author: John Croisant <jacius@gmail.com>
Date: Thu Oct 29 16:10:54 2009 -0500
Reordered gfx/primitives.rb a bit.
M lib/ruby-sdl-ffi/gfx/primitives.rb
------------------------------------------------------------
Author: John Croisant <jacius@gmail.com>
Date: Thu Oct 29 16:04:35 2009 -0500
SDL_gfx's arcRGBA should be optfunc like arcColor.
M lib/ruby-sdl-ffi/gfx/primitives.rb
------------------------------------------------------------
Author: John Croisant <jacius@gmail.com>
Date: Thu Oct 29 16:00:23 2009 -0500
AUDIO_U16SYS/AUDIO_S16SYS vary depending on byte order.
M lib/ruby-sdl-ffi/sdl/audio.rb
|