From b20848a700fd0769b4a61d9792403be01fc28351 Mon Sep 17 00:00:00 2001 From: ghaushe Date: Mon, 3 Feb 2003 16:33:32 +0000 Subject: [PATCH] Added '-a' switch to go between OpenAL and MixSDL at runtime git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@656 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 3 ++- sc2/TODO | 1 - sc2/doc/users/manual.txt | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index b84d37044..c33280d30 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,6 +1,7 @@ Changes towards version 0.2: +- Added '-a' switch to go between OpenAL and MixSDL at runtime -PBlue - Melnorme will pronounce numbers now -fOSSiL -- Added icons to win32 builds (MSVC only for now) +- Added icons to win32 builds (MSVC and mingw) -fOSSiL - Removed the GraphicStrength code, since all that is handled with an arithmetic blit routine outside of the drawing thread - Added an improved version of biadapt scaling filter, diff --git a/sc2/TODO b/sc2/TODO index bcd61fb40..ffb2b2494 100644 --- a/sc2/TODO +++ b/sc2/TODO @@ -101,7 +101,6 @@ Implementation bugs (low priority): vux001.ogg utwig072.ogg umgah027.ogg talkp068.ogg spaho007.ogg syree012.ogg syree021.ogg syree028.ogg syree069.ogg orz000.ogg - black041.ogg is wrong (identical to black042.ogg) - - Using arrow keys with SDL_mixer will not work. - More work should be done to better sync the text we have. - Slider doesn't track the audio very well diff --git a/sc2/doc/users/manual.txt b/sc2/doc/users/manual.txt index 9ec18f75e..f2074fd0c 100644 --- a/sc2/doc/users/manual.txt +++ b/sc2/doc/users/manual.txt @@ -38,6 +38,12 @@ combine with -r 320x240. Use OpenGL drivers. This produces higher-quality graphics, and may be faster as well -- but it also may not work on older cards. + -a (or --openal) + +Use OpenAL drivers. This may produce higher-quality sound, but +it is not very stable on linux platforms, and may not work well +with some sound cards. + -c (or --scale=mode) Graphics scaling mode (bilinear, sai or supersai). Default is none.