Announcing SDL 1.2.2

Announcing SDL 1.2.2:
http://www.libsdl.org/download.html

This is a general improvement release, featuring great MacOS X
support, improved X11 fullscreen handling and numerous BeOS fixes.

Here are the major changes for this release:

  • Fixed crash when quitting fullscreen mode on MacOS X
  • Fixed fullscreen mouse events on MacOS X
  • Now returns an error if unable to open audio on BeOS
  • Fixed keyboard input translation on WinCE (thanks Rainer!)
  • Now gets correct keyboard state when starting up on X11
  • Improved the DGA 2.0 and framebuffer console drivers
  • Improved the OpenBSD port (native audio default, etc.)
  • Improved OSS audio driver support, thanks to 4Front Tech.
  • Improved X11 fullscreen support, works better with KDE
  • Improved SDL_GetTicks() resolution on W2K (thanks Holger!)
  • Added FreeBSD VGL video driver from FreeBSD ports

Enjoy!
-Sam Lantinga, Lead Programmer, Loki Software, Inc._______________________________________________
SDL-announce mailing list
SDL-announce at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl-announce

Hi Sam,
Same thing again. I was just wondering if there have been any changes
made to the headers or are these internal implementation changes?

Thanks,

Dominique
http://www.DelphiGamer.com

Sam Lantinga wrote:> Announcing SDL 1.2.2:

http://www.libsdl.org/download.html

This is a general improvement release, featuring great MacOS X
support, improved X11 fullscreen handling and numerous BeOS fixes.

Here are the major changes for this release:

  • Fixed crash when quitting fullscreen mode on MacOS X
  • Fixed fullscreen mouse events on MacOS X
  • Now returns an error if unable to open audio on BeOS
  • Fixed keyboard input translation on WinCE (thanks Rainer!)
  • Now gets correct keyboard state when starting up on X11
  • Improved the DGA 2.0 and framebuffer console drivers
  • Improved the OpenBSD port (native audio default, etc.)
  • Improved OSS audio driver support, thanks to 4Front Tech.
  • Improved X11 fullscreen support, works better with KDE
  • Improved SDL_GetTicks() resolution on W2K (thanks Holger!)
  • Added FreeBSD VGL video driver from FreeBSD ports

Enjoy!
-Sam Lantinga, Lead Programmer, Loki Software, Inc.


SDL-announce mailing list
SDL-announce at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl-announce


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

Hi Sam,
Same thing again. I was just wondering if there have been any changes
made to the headers or are these internal implementation changes?

These are just internal implementation changes. This should be true
in general for the SDL 1.2 series.

See ya,
-Sam Lantinga, Lead Programmer, Loki Software, Inc.

Hmm, it seems to Parachute now when I use SDL_DOUBLEBUF with
SDL_VIDEODRIVER=dga under Linux.

marcoOn Tuesday 24 July 2001 11:06, Sam Lantinga wrote:

Hi Sam,
Same thing again. I was just wondering if there have been any changes
made to the headers or are these internal implementation changes?

These are just internal implementation changes. This should be true
in general for the SDL 1.2 series.

See ya,
-Sam Lantinga, Lead Programmer, Loki Software, Inc.


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

allow: post

Sam Lantinga wrote:

Announcing SDL 1.2.2:
http://www.libsdl.org/download.html

This is a general improvement release, featuring great MacOS X
support, improved X11 fullscreen handling and numerous BeOS fixes.
[…]

  • Added FreeBSD VGL video driver from FreeBSD ports

There were some problems with the original vgl patch for configure.in

  • misspelled field name and CheckVGL() call in BSDi section instead of
    FreeBSD one (my fault), please apply attached patch. Other than that
    1.2.2 works on FreeBSD like a charm. Thank you!

-Maxim
-------------- next part --------------

$FreeBSD: ports/devel/sdl12/files/patch-configure.in,v 1.3 2001/07/25 08:58:12 sobomax Exp $

configure.in 2001/07/25 08:10:33 1.1
+++ configure.in 2001/07/25 08:11:38
@@ -775,7 +775,7 @@
#include <vgl.h>
],[
VGLBitmap bitmap;

  •     exit(bitmap.PyxelBytes);
    
  •     exit(bitmap.PixelBytes);
       ],[
       video_vgl=yes
       ])
    

@@ -1257,7 +1257,6 @@
CheckX11
CheckDGA
CheckSVGA

  •    CheckVGL
       CheckAAlib
       CheckOpenGL
       CheckPTHREAD
    

@@ -1294,6 +1293,7 @@
ARCH=freebsd
CheckDummyVideo
CheckDiskAudio

  •    CheckVGL
       CheckNASM
       CheckOSS
       CheckARTSC