[Scummvm-cvs-logs] scummvm branch-1-3-0 -> ec61a187d5db9c983c795f2a44042b20e300a590

sev- sev at scummvm.org
Wed Jul 6 15:56:14 CEST 2011


This automated email contains information about 56 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
dcfa8fd048 CREDITS: Temporarily retire Jubanka, add CeRiAl
2395889372 WINCE: Update port specific readme
625f6d3b0e WINCE: Update of port-related README
e42e83d303 CREATE_PROJECT: Disable PNG, Theora and OpenGL by default.
afe1a77d57 VS: Disabled libpng, libtheora and opengl in the VS solution files
f8d5744a90 TOON: Fix crash #3308220
9b74ad191b BUILD: Add missing include
784a6f4caa IPHONE: Updated xcode project
a2bb8a02ba IPHONE: Fixed a COMI crash and some minor gfx glitches
c831c7243d AGI: Fix Broken Predictive Text Input.
1e41c47cfe COMMON: Add (another) Eclipse project file to .gitignore
be5b4fad02 SCALERS: Fix for compiling for ARM without using ASM scalers
1dd8d1eb1e ARM: Fix normal2x scaler for width % 4 != 0
05025987cb WINCE: Fix mouse coordinate scaling when ARM scaler support is active
42f8f397f5 OPENPANDORA: Use the SDL plugin provider not the main POSIX one.
60bc0c84df WINCE: Some cleanup (public vs. private scopes), fix freelook
6e48fe2aa3 SCUMM: possible fix for #3315631
89affc9209 WINCE: Add support for language auto-detection in WinCE
ba53696d45 SCALERS: Fix Normal1xAspect scaler bug reported in bug #3313709
187b3770fb AUDIO: fix device detection (missing rom files for MT-32 emu)
247c28e0a2 KYRA: fix audio detection
3c83d9ab1f AUDIO: replace GUIErrorMessage()
cc4809a8cb AUDIO: replaced kDriverName in MidiDriver::detectDevice()
8cc6dad747 AUDIO: cleanup MidiDriver::detectDevice()
eab87fa196 I18N: Make MidiDriver detection errors translatable.
e6b671e659 AUDIO: some more text tweaks
6efc829f3a AUDIO: improved warnings in detectDevice()
ec8e6162c0 AUDIO: Remove dead code
1c9f7fdd01 SCUMM: fix engine destructor
6cb3cd58b6 SCUMM: some cleanup in gfx_towns.cpp
2443bc6d1f SCUMM FM-TOWNS: add number of color check in TownsScreen::updateOutputBuffer()
e2b3e39bc9 SCUMM: fix bug #3316738
d19b9ba8ed SCUMM: hopefully fix 16bit mode support for SCUMM FM-TOWNS games and LOOM PCE on Android
3c26c9b24d SCUMM: change comment in last commit
cc9bcd01d1 SCUMM: slightly changed behavior of 16bit mode detection
d09701e705 SCUMM: fix bug in cb661d63d0cd45d1231435a593b74dfc51872a0f
87e525932c SCUMM: fix FM-TOWNS graphics output for ARM devices
d9f6aea085 NEWS: start 1.3.1 section
6804df0f89 SCUMM: make sure asmDrawStripToScreen is not called in 16bit mode
77571fab08 SCUMM: regenerate 16bit palette after loading a savegame in LOOM PCE
e17a33c81e SCUMM: fix SCUMM3 FM-TOWNS font rendering glitch in Japanese mode
712579f4af TINSEL: Fix/comment CORO_KILL_SELF macro.
ee6765aab9 NEWS: Fix 1.3.1 news entry.
fc5c25e36e NEWS: Mention Tinsel fix.
0568c9540e SCI: Added the Spanish version of EcoQuest 2 (bug #3313962)
4a8bda6461 SCI: Fixed script bug #3313962 - "ECOQUEST2 Spanish: Crash near beginning"
6bfaddd70b WINCE: Hide toolbar when returning to game list
2165c6887a SCI: Added the Mac versions of LSL1, LSL5 and Dr. Brain 1
41359c7f32 SAGA: Fix Bug #3323722 ("IHNM: Crash to desktop in Ellen's Adventure")
7a60ce4040 SAGA: Fix for Bug #3324850 ("ITE (SAGA): crash in dog sewers")
c0c33ea78c MOHAWK: Add a bunch of LB detection entries.
1954c0c8e9 NEWS: Mention SAGA fixes, new Mohawk detection entries.
563a7065e1 SCI: Fixed bug #3325512: "EcoQuest 1: Audio settings are not saved"
de1dbba660 Updated NEWS with the latest SCI changes
cca706126e NEWS: Removed superfluous whitespace
ec61a187d5 Merge branch 'branch-1-3-0' of github.com:scummvm/scummvm into branch-1-3-0


Commit: dcfa8fd0483d05cd4bfd4cab0fe7101db5f6844f
    https://github.com/scummvm/scummvm/commit/dcfa8fd0483d05cd4bfd4cab0fe7101db5f6844f
Author: CeRiAl (ikhatib at gmail.com)
Date: 2011-05-24T15:05:16-07:00

Commit Message:
CREDITS: Temporarily retire Jubanka, add CeRiAl

Changed paths:
    AUTHORS
    COPYRIGHT
    devtools/credits.pl
    gui/credits.h



diff --git a/AUTHORS b/AUTHORS
index ca6342d..ea5311b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -222,7 +222,8 @@ ScummVM Team
 
     PocketPC / WinCE:
        Nicolas Bacca         - (retired)
-       Kostas Nakos
+       Ismail Khatib
+       Kostas Nakos         - (retired)
 
     PlayStation 2:
        Robert Goeffringmann  - (retired)
diff --git a/COPYRIGHT b/COPYRIGHT
index fca1905..c4d592f 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -44,6 +44,7 @@ Willem Jan Palenstijn
 Florian Kagerer
 Filippos Karapetis
 Andreas Karlsson
+Ismail Khatib
 Oliver Kiehl
 Martin Kiewitz
 Pawel Kolodziejski
diff --git a/devtools/credits.pl b/devtools/credits.pl
index c45f16e..02e4b6f 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -747,7 +747,8 @@ begin_credits("Credits");
 	  
 	  begin_section("PocketPC / WinCE");
 		add_person("Nicolas Bacca", "arisme", "(retired)");
-		add_person("Kostas Nakos", "Jubanka", "");
+		add_person("Ismail Khatib", "CeRiAl", "");
+		add_person("Kostas Nakos", "Jubanka", "(retired)");
 	  end_section();
 
 	  begin_section("PlayStation 2");
diff --git a/gui/credits.h b/gui/credits.h
index 7ad4800..df7f1e4 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -246,7 +246,9 @@ static const char *credits[] = {
 "C1""PocketPC / WinCE",
 "C0""Nicolas Bacca",
 "C2""(retired)",
+"C0""Ismail Khatib",
 "C0""Kostas Nakos",
+"C2""(retired)",
 "",
 "C1""PlayStation 2",
 "C0""Robert G\366ffringmann",


Commit: 23958893722f4a99da89465dc53b84921fe2c727
    https://github.com/scummvm/scummvm/commit/23958893722f4a99da89465dc53b84921fe2c727
Author: CeRiAl (ikhatib at gmail.com)
Date: 2011-05-24T15:56:05-07:00

Commit Message:
WINCE: Update port specific readme

Changed paths:
    backends/platform/wince/README-WinCE.txt



diff --git a/backends/platform/wince/README-WinCE.txt b/backends/platform/wince/README-WinCE.txt
index 69abd66..6d3c66f 100644
--- a/backends/platform/wince/README-WinCE.txt
+++ b/backends/platform/wince/README-WinCE.txt
@@ -1,15 +1,25 @@
 ScummVM Windows CE FAQ
-Last updated: $Date$
-Release version: 1.1.0
+Last updated: 2011-05-25
+Release version: 1.3.0
 ------------------------------------------------------------------------
 
 New in this version
 -------------------
 
-1.1.1
+1.3.0:
+This is the first official Windows CE release since 1.1.1, there are no other
+port specific changes.
+
+1.2.1:
+(Note: No official 1.2.1 release)
+
+1.2.0:
+(Note: No official 1.2.0 release)
+
+1.1.1:
 Fix to the Normal2xAspect scaler that was causing crashes.
 
-1.1.0
+1.1.0:
 The TeenAgent engine is now included, but there are no other port specific
 changes since 1.0.0.
 


Commit: 625f6d3b0e04add1694be14eb44ee9aa3bd71fd8
    https://github.com/scummvm/scummvm/commit/625f6d3b0e04add1694be14eb44ee9aa3bd71fd8
Author: CeRiAl (ikhatib at gmail.com)
Date: 2011-05-27T13:21:56-07:00

Commit Message:
WINCE: Update of port-related README

Changed paths:
    backends/platform/wince/README-WinCE.txt



diff --git a/backends/platform/wince/README-WinCE.txt b/backends/platform/wince/README-WinCE.txt
index 6d3c66f..c48d9ca 100644
--- a/backends/platform/wince/README-WinCE.txt
+++ b/backends/platform/wince/README-WinCE.txt
@@ -1,5 +1,5 @@
 ScummVM Windows CE FAQ
-Last updated: 2011-05-25
+Last updated: 2011-05-27
 Release version: 1.3.0
 ------------------------------------------------------------------------
 
@@ -7,8 +7,32 @@ New in this version
 -------------------
 
 1.3.0:
-This is the first official Windows CE release since 1.1.1, there are no other
-port specific changes.
+This is the first official Windows CE release since 1.1.1.
+
+The following new engines are now included (changes since last WinCE release):
+ - Draci Engine (Dragon History)
+ - Hugo Engine (Hugo Trilogy)
+ - Mohawk Engine (Myst, Riven, Living Book games & Where in Time is Carmen
+   Sandiego?)
+ - SCI Engine (Sierra SCI games, see main README for a list of supported games)
+ - Toon Engine (Toonstruck)
+
+Also, there are now 4 binaries in this distribution, a single executable
+which contains all engines (for devices with enough memory) and 3 smaller
+binaries which contain only some of the engines. The following lists all
+executables and the engines they contain:
+
+scummvm.exe:
+ - all supported engines
+scummvm1.exe:
+ - scumm, agi, cruise, draci, lure, queen, sky, sword1, tinsel, touche
+scummvm2.exe:
+ - agos, cine, drascula, gob, groovie, kyra, made, parallaction, saga,
+   teenagent, tucker
+scummvm3.exe:
+ - hugo, mohawk, sci, sword2, toon
+
+There are no other port specific changes.
 
 1.2.1:
 (Note: No official 1.2.1 release)


Commit: e42e83d303b5516c7ce40effcf975ec1d4228bca
    https://github.com/scummvm/scummvm/commit/e42e83d303b5516c7ce40effcf975ec1d4228bca
Author: md5 (md5 at scummvm.org)
Date: 2011-05-29T02:35:11-07:00

Commit Message:
CREATE_PROJECT: Disable PNG, Theora and OpenGL by default.

PNG and Theora are used for the sword25 engine, which isn't stable yet.
OpenGL isn't stable yet.

Changed paths:
    devtools/create_project/create_project.cpp



diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp
index 35f68a1..a48d4df 100644
--- a/devtools/create_project/create_project.cpp
+++ b/devtools/create_project/create_project.cpp
@@ -725,8 +725,8 @@ const Feature s_features[] = {
 	{     "mad",         "USE_MAD", "libmad",           true, "libmad (MP3) support" },
 	{  "vorbis",      "USE_VORBIS", "libvorbisfile_static libvorbis_static libogg_static", true, "Ogg Vorbis support" },
 	{    "flac",        "USE_FLAC", "libFLAC_static",   true, "FLAC support" },
-	{     "png",         "USE_PNG", "libpng",           true, "libpng support" },
-	{  "theora",   "USE_THEORADEC", "libtheora_static", true, "Theora decoding support" },
+	{     "png",         "USE_PNG", "libpng",           false, "libpng support" },
+	{  "theora",   "USE_THEORADEC", "libtheora_static", false, "Theora decoding support" },
 	{   "mpeg2",       "USE_MPEG2", "libmpeg2",         false, "mpeg2 codec for cutscenes" },
 
 	// Feature flags
@@ -735,7 +735,7 @@ const Feature s_features[] = {
 	{       "16bit",   "USE_RGB_COLOR",         "", true, "16bit color support" },
 	{     "mt32emu",     "USE_MT32EMU",         "", true, "integrated MT-32 emulator" },
 	{        "nasm",        "USE_NASM",         "", true, "IA-32 assembly support" }, // This feature is special in the regard, that it needs additional handling.
-	{      "opengl",      "USE_OPENGL", "opengl32", true, "OpenGL support" },
+	{      "opengl",      "USE_OPENGL", "opengl32", false, "OpenGL support" },
 	{      "indeo3",      "USE_INDEO3",         "", true, "Indeo3 codec support"},
 	{ "translation", "USE_TRANSLATION",         "", true, "Translation support" },
 	{      "vkeybd",   "ENABLE_VKEYBD",         "", false, "Virtual keyboard support"},


Commit: afe1a77d573ea15c45848c722732f9e84221c669
    https://github.com/scummvm/scummvm/commit/afe1a77d573ea15c45848c722732f9e84221c669
Author: md5 (md5 at scummvm.org)
Date: 2011-05-29T08:54:04-07:00

Commit Message:
VS: Disabled libpng, libtheora and opengl in the VS solution files

Changed paths:
    dists/msvc10/ScummVM_Global.props
    dists/msvc10/ScummVM_Global64.props
    dists/msvc10/scummvm.vcxproj
    dists/msvc8/ScummVM_Global.vsprops
    dists/msvc8/ScummVM_Global64.vsprops
    dists/msvc8/scummvm.vcproj
    dists/msvc9/ScummVM_Global.vsprops
    dists/msvc9/ScummVM_Global64.vsprops
    dists/msvc9/scummvm.vcproj



diff --git a/dists/msvc10/ScummVM_Global.props b/dists/msvc10/ScummVM_Global.props
index cb9ca4e..c9028e3 100644
--- a/dists/msvc10/ScummVM_Global.props
+++ b/dists/msvc10/ScummVM_Global.props
@@ -14,7 +14,7 @@
 			<DisableLanguageExtensions>true</DisableLanguageExtensions>
 			<DisableSpecificWarnings>4068;4100;4103;4127;4244;4250;4310;4351;4512;4702;4706;4800;4996;6204;6211;6385;6386;;%(DisableSpecificWarnings)</DisableSpecificWarnings>
 			<AdditionalIncludeDirectories>$(SCUMMVM_LIBS)\include;..\..;..\..\engines;$(TargetDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
-			<PreprocessorDefinitions>USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLAC;USE_PNG;USE_THEORADEC;USE_SCALERS;USE_HQ_SCALERS;USE_RGB_COLOR;USE_MT32EMU;USE_NASM;USE_OPENGL;USE_INDEO3;USE_TRANSLATION;USE_DETECTLANG;ENABLE_SCUMM;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_AGI;ENABLE_AGOS;ENABLE_AGOS2;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRACI;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_GROOVIE;ENABLE_HUGO;ENABLE_KYRA;ENABLE_LURE;ENABLE_MADE;ENABLE_MOHAWK;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SCI;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TEENAGENT;ENABLE_TINSEL;ENABLE_TOON;ENABLE_TOUCHE;ENABLE_TUCKER;WIN32;SDL_BACKEND;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+			<PreprocessorDefinitions>USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLAC;USE_SCALERS;USE_HQ_SCALERS;USE_RGB_COLOR;USE_MT32EMU;USE_NASM;USE_INDEO3;USE_TRANSLATION;USE_DETECTLANG;ENABLE_SCUMM;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_AGI;ENABLE_AGOS;ENABLE_AGOS2;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRACI;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_GROOVIE;ENABLE_HUGO;ENABLE_KYRA;ENABLE_LURE;ENABLE_MADE;ENABLE_MOHAWK;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SCI;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TEENAGENT;ENABLE_TINSEL;ENABLE_TOON;ENABLE_TOUCHE;ENABLE_TUCKER;WIN32;SDL_BACKEND;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 			<ExceptionHandling></ExceptionHandling>
 			<RuntimeTypeInfo>false</RuntimeTypeInfo>
 			<WarningLevel>Level4</WarningLevel>
diff --git a/dists/msvc10/ScummVM_Global64.props b/dists/msvc10/ScummVM_Global64.props
index 62d85be..f554fc9 100644
--- a/dists/msvc10/ScummVM_Global64.props
+++ b/dists/msvc10/ScummVM_Global64.props
@@ -14,7 +14,7 @@
 			<DisableLanguageExtensions>true</DisableLanguageExtensions>
 			<DisableSpecificWarnings>4068;4100;4103;4127;4244;4250;4310;4351;4512;4702;4706;4800;4996;6204;6211;6385;6386;;%(DisableSpecificWarnings)</DisableSpecificWarnings>
 			<AdditionalIncludeDirectories>$(SCUMMVM_LIBS)\include;..\..;..\..\engines;$(TargetDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
-			<PreprocessorDefinitions>USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLAC;USE_PNG;USE_THEORADEC;USE_SCALERS;USE_HQ_SCALERS;USE_RGB_COLOR;USE_MT32EMU;USE_OPENGL;USE_INDEO3;USE_TRANSLATION;USE_DETECTLANG;ENABLE_SCUMM;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_AGI;ENABLE_AGOS;ENABLE_AGOS2;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRACI;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_GROOVIE;ENABLE_HUGO;ENABLE_KYRA;ENABLE_LURE;ENABLE_MADE;ENABLE_MOHAWK;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SCI;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TEENAGENT;ENABLE_TINSEL;ENABLE_TOON;ENABLE_TOUCHE;ENABLE_TUCKER;WIN32;SDL_BACKEND;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+			<PreprocessorDefinitions>USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLAC;USE_SCALERS;USE_HQ_SCALERS;USE_RGB_COLOR;USE_MT32EMU;USE_INDEO3;USE_TRANSLATION;USE_DETECTLANG;ENABLE_SCUMM;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_AGI;ENABLE_AGOS;ENABLE_AGOS2;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRACI;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_GROOVIE;ENABLE_HUGO;ENABLE_KYRA;ENABLE_LURE;ENABLE_MADE;ENABLE_MOHAWK;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SCI;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TEENAGENT;ENABLE_TINSEL;ENABLE_TOON;ENABLE_TOUCHE;ENABLE_TUCKER;WIN32;SDL_BACKEND;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 			<ExceptionHandling></ExceptionHandling>
 			<RuntimeTypeInfo>false</RuntimeTypeInfo>
 			<WarningLevel>Level4</WarningLevel>
diff --git a/dists/msvc10/scummvm.vcxproj b/dists/msvc10/scummvm.vcxproj
index 0d59e6b..d5190cb 100644
--- a/dists/msvc10/scummvm.vcxproj
+++ b/dists/msvc10/scummvm.vcxproj
@@ -84,7 +84,7 @@
 		</ClCompile>
 		<Link>
 			<OutputFile>$(OutDir)scummvm.exe</OutputFile>
-			<AdditionalDependencies>zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;libpng.lib;libtheora_static.lib;opengl32.lib;sdl.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
+			<AdditionalDependencies>zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;sdl.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
 		</Link>
 	</ItemDefinitionGroup>
 	<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Analysis|Win32'">
@@ -93,7 +93,7 @@
 		</ClCompile>
 		<Link>
 			<OutputFile>$(OutDir)scummvm.exe</OutputFile>
-			<AdditionalDependencies>zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;libpng.lib;libtheora_static.lib;opengl32.lib;sdl.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
+			<AdditionalDependencies>zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;sdl.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
 		</Link>
 	</ItemDefinitionGroup>
 	<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -102,7 +102,7 @@
 		</ClCompile>
 		<Link>
 			<OutputFile>$(OutDir)scummvm.exe</OutputFile>
-			<AdditionalDependencies>zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;libpng.lib;libtheora_static.lib;opengl32.lib;sdl.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
+			<AdditionalDependencies>zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;sdl.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
 		</Link>
 	</ItemDefinitionGroup>
 	<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@@ -111,7 +111,7 @@
 		</ClCompile>
 		<Link>
 			<OutputFile>$(OutDir)scummvm.exe</OutputFile>
-			<AdditionalDependencies>zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;libpng.lib;libtheora_static.lib;opengl32.lib;sdl.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
+			<AdditionalDependencies>zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;sdl.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
 		</Link>
 	</ItemDefinitionGroup>
 	<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Analysis|x64'">
@@ -120,7 +120,7 @@
 		</ClCompile>
 		<Link>
 			<OutputFile>$(OutDir)scummvm.exe</OutputFile>
-			<AdditionalDependencies>zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;libpng.lib;libtheora_static.lib;opengl32.lib;sdl.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
+			<AdditionalDependencies>zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;sdl.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
 		</Link>
 	</ItemDefinitionGroup>
 	<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -129,7 +129,7 @@
 		</ClCompile>
 		<Link>
 			<OutputFile>$(OutDir)scummvm.exe</OutputFile>
-			<AdditionalDependencies>zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;libpng.lib;libtheora_static.lib;opengl32.lib;sdl.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
+			<AdditionalDependencies>zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;sdl.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
 		</Link>
 	</ItemDefinitionGroup>
 	<ItemGroup>
@@ -487,6 +487,7 @@
 		<ClInclude Include="..\..\backends\graphics\opengl\opengl-graphics.h" />
 		<ClInclude Include="..\..\backends\graphics\openglsdl\openglsdl-graphics.h" />
 		<ClInclude Include="..\..\backends\graphics\openpandora\op-graphics.h" />
+		<ClInclude Include="..\..\backends\graphics\samsungtvsdl\samsungtvsdl-graphics.h" />
 		<ClInclude Include="..\..\backends\graphics\sdl\sdl-graphics.h" />
 		<ClInclude Include="..\..\backends\graphics\symbiansdl\symbiansdl-graphics.h" />
 		<ClInclude Include="..\..\backends\graphics\wincesdl\wincesdl-graphics.h" />
diff --git a/dists/msvc8/ScummVM_Global.vsprops b/dists/msvc8/ScummVM_Global.vsprops
index ef9d02b..7343b3f 100644
--- a/dists/msvc8/ScummVM_Global.vsprops
+++ b/dists/msvc8/ScummVM_Global.vsprops
@@ -11,7 +11,7 @@
 		DisableLanguageExtensions="true"
 		DisableSpecificWarnings="4068;4100;4103;4127;4244;4250;4310;4351;4512;4702;4706;4800;4996;6204;6211;6385;6386;"
 		AdditionalIncludeDirectories="..\..;..\..\engines;$(SCUMMVM_LIBS)\include;$(TargetDir)"
-		PreprocessorDefinitions="USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLAC;USE_PNG;USE_THEORADEC;USE_SCALERS;USE_HQ_SCALERS;USE_RGB_COLOR;USE_MT32EMU;USE_NASM;USE_OPENGL;USE_INDEO3;USE_TRANSLATION;USE_DETECTLANG;ENABLE_SCUMM;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_AGI;ENABLE_AGOS;ENABLE_AGOS2;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRACI;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_GROOVIE;ENABLE_HUGO;ENABLE_KYRA;ENABLE_LURE;ENABLE_MADE;ENABLE_MOHAWK;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SCI;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TEENAGENT;ENABLE_TINSEL;ENABLE_TOON;ENABLE_TOUCHE;ENABLE_TUCKER;WIN32;SDL_BACKEND"
+		PreprocessorDefinitions="USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLAC;USE_SCALERS;USE_HQ_SCALERS;USE_RGB_COLOR;USE_MT32EMU;USE_NASM;USE_INDEO3;USE_TRANSLATION;USE_DETECTLANG;ENABLE_SCUMM;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_AGI;ENABLE_AGOS;ENABLE_AGOS2;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRACI;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_GROOVIE;ENABLE_HUGO;ENABLE_KYRA;ENABLE_LURE;ENABLE_MADE;ENABLE_MOHAWK;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SCI;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TEENAGENT;ENABLE_TINSEL;ENABLE_TOON;ENABLE_TOUCHE;ENABLE_TUCKER;WIN32;SDL_BACKEND"
 		ExceptionHandling="0"
 		RuntimeTypeInfo="false"
 		RuntimeTypeInfo="false"
diff --git a/dists/msvc8/ScummVM_Global64.vsprops b/dists/msvc8/ScummVM_Global64.vsprops
index c0c8376..584534b 100644
--- a/dists/msvc8/ScummVM_Global64.vsprops
+++ b/dists/msvc8/ScummVM_Global64.vsprops
@@ -11,7 +11,7 @@
 		DisableLanguageExtensions="true"
 		DisableSpecificWarnings="4068;4100;4103;4127;4244;4250;4310;4351;4512;4702;4706;4800;4996;6204;6211;6385;6386;"
 		AdditionalIncludeDirectories="..\..;..\..\engines;$(SCUMMVM_LIBS)\include;$(TargetDir)"
-		PreprocessorDefinitions="USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLAC;USE_PNG;USE_THEORADEC;USE_SCALERS;USE_HQ_SCALERS;USE_RGB_COLOR;USE_MT32EMU;USE_OPENGL;USE_INDEO3;USE_TRANSLATION;USE_DETECTLANG;ENABLE_SCUMM;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_AGI;ENABLE_AGOS;ENABLE_AGOS2;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRACI;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_GROOVIE;ENABLE_HUGO;ENABLE_KYRA;ENABLE_LURE;ENABLE_MADE;ENABLE_MOHAWK;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SCI;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TEENAGENT;ENABLE_TINSEL;ENABLE_TOON;ENABLE_TOUCHE;ENABLE_TUCKER;WIN32;SDL_BACKEND"
+		PreprocessorDefinitions="USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLAC;USE_SCALERS;USE_HQ_SCALERS;USE_RGB_COLOR;USE_MT32EMU;USE_INDEO3;USE_TRANSLATION;USE_DETECTLANG;ENABLE_SCUMM;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_AGI;ENABLE_AGOS;ENABLE_AGOS2;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRACI;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_GROOVIE;ENABLE_HUGO;ENABLE_KYRA;ENABLE_LURE;ENABLE_MADE;ENABLE_MOHAWK;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SCI;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TEENAGENT;ENABLE_TINSEL;ENABLE_TOON;ENABLE_TOUCHE;ENABLE_TUCKER;WIN32;SDL_BACKEND"
 		ExceptionHandling="0"
 		RuntimeTypeInfo="false"
 		RuntimeTypeInfo="false"
diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj
index c6ddf8a..fa1dae0 100644
--- a/dists/msvc8/scummvm.vcproj
+++ b/dists/msvc8/scummvm.vcproj
@@ -15,37 +15,37 @@
 		<Configuration Name="Debug|Win32" ConfigurationType="1" InheritedPropertySheets=".\ScummVM_Debug.vsprops">
 			<Tool	Name="VCCLCompilerTool" DisableLanguageExtensions="false" />
 			<Tool	Name="VCLinkerTool" OutputFile="$(OutDir)/scummvm"
-				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib libpng.lib libtheora_static.lib opengl32.lib sdl.lib winmm.lib"
+				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib sdl.lib winmm.lib"
 			/>
 		</Configuration>
 		<Configuration Name="Analysis|Win32" ConfigurationType="1" InheritedPropertySheets=".\ScummVM_Analysis.vsprops">
 			<Tool	Name="VCCLCompilerTool" DisableLanguageExtensions="false" />
 			<Tool	Name="VCLinkerTool" OutputFile="$(OutDir)/scummvm"
-				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib libpng.lib libtheora_static.lib opengl32.lib sdl.lib winmm.lib"
+				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib sdl.lib winmm.lib"
 			/>
 		</Configuration>
 		<Configuration Name="Release|Win32" ConfigurationType="1" InheritedPropertySheets=".\ScummVM_Release.vsprops">
 			<Tool	Name="VCCLCompilerTool" DisableLanguageExtensions="false" />
 			<Tool	Name="VCLinkerTool" OutputFile="$(OutDir)/scummvm"
-				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib libpng.lib libtheora_static.lib opengl32.lib sdl.lib winmm.lib"
+				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib sdl.lib winmm.lib"
 			/>
 		</Configuration>
 		<Configuration Name="Debug|x64" ConfigurationType="1" InheritedPropertySheets=".\ScummVM_Debug64.vsprops">
 			<Tool	Name="VCCLCompilerTool" DisableLanguageExtensions="false" />
 			<Tool	Name="VCLinkerTool" OutputFile="$(OutDir)/scummvm"
-				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib libpng.lib libtheora_static.lib opengl32.lib sdl.lib winmm.lib"
+				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib sdl.lib winmm.lib"
 			/>
 		</Configuration>
 		<Configuration Name="Analysis|x64" ConfigurationType="1" InheritedPropertySheets=".\ScummVM_Analysis64.vsprops">
 			<Tool	Name="VCCLCompilerTool" DisableLanguageExtensions="false" />
 			<Tool	Name="VCLinkerTool" OutputFile="$(OutDir)/scummvm"
-				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib libpng.lib libtheora_static.lib opengl32.lib sdl.lib winmm.lib"
+				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib sdl.lib winmm.lib"
 			/>
 		</Configuration>
 		<Configuration Name="Release|x64" ConfigurationType="1" InheritedPropertySheets=".\ScummVM_Release64.vsprops">
 			<Tool	Name="VCCLCompilerTool" DisableLanguageExtensions="false" />
 			<Tool	Name="VCLinkerTool" OutputFile="$(OutDir)/scummvm"
-				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib libpng.lib libtheora_static.lib opengl32.lib sdl.lib winmm.lib"
+				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib sdl.lib winmm.lib"
 			/>
 		</Configuration>
 	</Configurations>
diff --git a/dists/msvc9/ScummVM_Global.vsprops b/dists/msvc9/ScummVM_Global.vsprops
index ef9d02b..7343b3f 100644
--- a/dists/msvc9/ScummVM_Global.vsprops
+++ b/dists/msvc9/ScummVM_Global.vsprops
@@ -11,7 +11,7 @@
 		DisableLanguageExtensions="true"
 		DisableSpecificWarnings="4068;4100;4103;4127;4244;4250;4310;4351;4512;4702;4706;4800;4996;6204;6211;6385;6386;"
 		AdditionalIncludeDirectories="..\..;..\..\engines;$(SCUMMVM_LIBS)\include;$(TargetDir)"
-		PreprocessorDefinitions="USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLAC;USE_PNG;USE_THEORADEC;USE_SCALERS;USE_HQ_SCALERS;USE_RGB_COLOR;USE_MT32EMU;USE_NASM;USE_OPENGL;USE_INDEO3;USE_TRANSLATION;USE_DETECTLANG;ENABLE_SCUMM;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_AGI;ENABLE_AGOS;ENABLE_AGOS2;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRACI;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_GROOVIE;ENABLE_HUGO;ENABLE_KYRA;ENABLE_LURE;ENABLE_MADE;ENABLE_MOHAWK;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SCI;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TEENAGENT;ENABLE_TINSEL;ENABLE_TOON;ENABLE_TOUCHE;ENABLE_TUCKER;WIN32;SDL_BACKEND"
+		PreprocessorDefinitions="USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLAC;USE_SCALERS;USE_HQ_SCALERS;USE_RGB_COLOR;USE_MT32EMU;USE_NASM;USE_INDEO3;USE_TRANSLATION;USE_DETECTLANG;ENABLE_SCUMM;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_AGI;ENABLE_AGOS;ENABLE_AGOS2;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRACI;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_GROOVIE;ENABLE_HUGO;ENABLE_KYRA;ENABLE_LURE;ENABLE_MADE;ENABLE_MOHAWK;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SCI;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TEENAGENT;ENABLE_TINSEL;ENABLE_TOON;ENABLE_TOUCHE;ENABLE_TUCKER;WIN32;SDL_BACKEND"
 		ExceptionHandling="0"
 		RuntimeTypeInfo="false"
 		RuntimeTypeInfo="false"
diff --git a/dists/msvc9/ScummVM_Global64.vsprops b/dists/msvc9/ScummVM_Global64.vsprops
index c0c8376..584534b 100644
--- a/dists/msvc9/ScummVM_Global64.vsprops
+++ b/dists/msvc9/ScummVM_Global64.vsprops
@@ -11,7 +11,7 @@
 		DisableLanguageExtensions="true"
 		DisableSpecificWarnings="4068;4100;4103;4127;4244;4250;4310;4351;4512;4702;4706;4800;4996;6204;6211;6385;6386;"
 		AdditionalIncludeDirectories="..\..;..\..\engines;$(SCUMMVM_LIBS)\include;$(TargetDir)"
-		PreprocessorDefinitions="USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLAC;USE_PNG;USE_THEORADEC;USE_SCALERS;USE_HQ_SCALERS;USE_RGB_COLOR;USE_MT32EMU;USE_OPENGL;USE_INDEO3;USE_TRANSLATION;USE_DETECTLANG;ENABLE_SCUMM;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_AGI;ENABLE_AGOS;ENABLE_AGOS2;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRACI;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_GROOVIE;ENABLE_HUGO;ENABLE_KYRA;ENABLE_LURE;ENABLE_MADE;ENABLE_MOHAWK;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SCI;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TEENAGENT;ENABLE_TINSEL;ENABLE_TOON;ENABLE_TOUCHE;ENABLE_TUCKER;WIN32;SDL_BACKEND"
+		PreprocessorDefinitions="USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLAC;USE_SCALERS;USE_HQ_SCALERS;USE_RGB_COLOR;USE_MT32EMU;USE_INDEO3;USE_TRANSLATION;USE_DETECTLANG;ENABLE_SCUMM;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_AGI;ENABLE_AGOS;ENABLE_AGOS2;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRACI;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_GROOVIE;ENABLE_HUGO;ENABLE_KYRA;ENABLE_LURE;ENABLE_MADE;ENABLE_MOHAWK;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SCI;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TEENAGENT;ENABLE_TINSEL;ENABLE_TOON;ENABLE_TOUCHE;ENABLE_TUCKER;WIN32;SDL_BACKEND"
 		ExceptionHandling="0"
 		RuntimeTypeInfo="false"
 		RuntimeTypeInfo="false"
diff --git a/dists/msvc9/scummvm.vcproj b/dists/msvc9/scummvm.vcproj
index d6d1738..ebabab4 100644
--- a/dists/msvc9/scummvm.vcproj
+++ b/dists/msvc9/scummvm.vcproj
@@ -16,37 +16,37 @@
 		<Configuration Name="Debug|Win32" ConfigurationType="1" InheritedPropertySheets=".\ScummVM_Debug.vsprops">
 			<Tool	Name="VCCLCompilerTool" DisableLanguageExtensions="false" />
 			<Tool	Name="VCLinkerTool" OutputFile="$(OutDir)/scummvm"
-				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib libpng.lib libtheora_static.lib opengl32.lib sdl.lib winmm.lib"
+				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib sdl.lib winmm.lib"
 			/>
 		</Configuration>
 		<Configuration Name="Analysis|Win32" ConfigurationType="1" InheritedPropertySheets=".\ScummVM_Analysis.vsprops">
 			<Tool	Name="VCCLCompilerTool" DisableLanguageExtensions="false" />
 			<Tool	Name="VCLinkerTool" OutputFile="$(OutDir)/scummvm"
-				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib libpng.lib libtheora_static.lib opengl32.lib sdl.lib winmm.lib"
+				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib sdl.lib winmm.lib"
 			/>
 		</Configuration>
 		<Configuration Name="Release|Win32" ConfigurationType="1" InheritedPropertySheets=".\ScummVM_Release.vsprops">
 			<Tool	Name="VCCLCompilerTool" DisableLanguageExtensions="false" />
 			<Tool	Name="VCLinkerTool" OutputFile="$(OutDir)/scummvm"
-				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib libpng.lib libtheora_static.lib opengl32.lib sdl.lib winmm.lib"
+				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib sdl.lib winmm.lib"
 			/>
 		</Configuration>
 		<Configuration Name="Debug|x64" ConfigurationType="1" InheritedPropertySheets=".\ScummVM_Debug64.vsprops">
 			<Tool	Name="VCCLCompilerTool" DisableLanguageExtensions="false" />
 			<Tool	Name="VCLinkerTool" OutputFile="$(OutDir)/scummvm"
-				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib libpng.lib libtheora_static.lib opengl32.lib sdl.lib winmm.lib"
+				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib sdl.lib winmm.lib"
 			/>
 		</Configuration>
 		<Configuration Name="Analysis|x64" ConfigurationType="1" InheritedPropertySheets=".\ScummVM_Analysis64.vsprops">
 			<Tool	Name="VCCLCompilerTool" DisableLanguageExtensions="false" />
 			<Tool	Name="VCLinkerTool" OutputFile="$(OutDir)/scummvm"
-				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib libpng.lib libtheora_static.lib opengl32.lib sdl.lib winmm.lib"
+				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib sdl.lib winmm.lib"
 			/>
 		</Configuration>
 		<Configuration Name="Release|x64" ConfigurationType="1" InheritedPropertySheets=".\ScummVM_Release64.vsprops">
 			<Tool	Name="VCCLCompilerTool" DisableLanguageExtensions="false" />
 			<Tool	Name="VCLinkerTool" OutputFile="$(OutDir)/scummvm"
-				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib libpng.lib libtheora_static.lib opengl32.lib sdl.lib winmm.lib"
+				AdditionalDependencies=" zlib.lib libmad.lib libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib libFLAC_static.lib sdl.lib winmm.lib"
 			/>
 		</Configuration>
 	</Configurations>


Commit: f8d5744a90e2b58861080056b903feb5b28145ab
    https://github.com/scummvm/scummvm/commit/f8d5744a90e2b58861080056b903feb5b28145ab
Author: sylvaintv (sylvaintv at gmail.com)
Date: 2011-06-02T07:29:41-07:00

Commit Message:
TOON: Fix crash #3308220

Bug #3308220: "Crashes"
Added clipping to magnifier effect
(cherry picked from commit 3429a14c119752daa8d17c499dbffb27a3fe23a5)

Changed paths:
    engines/toon/toon.cpp




Commit: 9b74ad191b46283f477fb02ffe2576646f76ecc4
    https://github.com/scummvm/scummvm/commit/9b74ad191b46283f477fb02ffe2576646f76ecc4
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2011-06-04T06:50:34-07:00

Commit Message:
BUILD: Add missing include

This is in the mpeg2 player, so was completely unused and harmless.
Still fixing it to avoid confusion should we do a 1.3.1. (Bug #3311446)

Changed paths:
    video/mpeg_player.cpp




Commit: 784a6f4caa73ea1bba416d38af57c5f5da6651be
    https://github.com/scummvm/scummvm/commit/784a6f4caa73ea1bba416d38af57c5f5da6651be
Author: Oystein Eftevaag (oystein at geheb.com)
Date: 2011-06-04T20:33:58-07:00

Commit Message:
IPHONE: Updated xcode project

Changed paths:
    dists/iphone/scummvm.xcodeproj/project.pbxproj




Commit: a2bb8a02ba6529c0299c2e955a4b81b2df67bd5d
    https://github.com/scummvm/scummvm/commit/a2bb8a02ba6529c0299c2e955a4b81b2df67bd5d
Author: Oystein Eftevaag (oystein at geheb.com)
Date: 2011-06-04T20:34:12-07:00

Commit Message:
IPHONE: Fixed a COMI crash and some minor gfx glitches

Changed paths:
    backends/platform/iphone/iphone_video.h
    backends/platform/iphone/iphone_video.m
    backends/platform/iphone/osys_video.cpp




Commit: c831c7243d34e61d234ea622bea0e81f6ae5cf7a
    https://github.com/scummvm/scummvm/commit/c831c7243d34e61d234ea622bea0e81f6ae5cf7a
Author: D G Turner (digitall at scummvm.org)
Date: 2011-06-07T19:24:47-07:00

Commit Message:
AGI: Fix Broken Predictive Text Input.

This was a regression introduced by
4b2f92b5e56a1fc273c8c8d2e69b747f938ea92f (r55135)

Changed paths:
    engines/agi/predictive.cpp




Commit: 1e41c47cfe119694d6204d1f16b21b101662c80f
    https://github.com/scummvm/scummvm/commit/1e41c47cfe119694d6204d1f16b21b101662c80f
Author: CeRiAl (ikhatib at gmail.com)
Date: 2011-06-10T12:36:29-07:00

Commit Message:
COMMON: Add (another) Eclipse project file to .gitignore

Changed paths:
    .gitignore




Commit: be5b4fad02d73b5c3840fb42726335050c38bf16
    https://github.com/scummvm/scummvm/commit/be5b4fad02d73b5c3840fb42726335050c38bf16
Author: CeRiAl (ikhatib at gmail.com)
Date: 2011-06-10T12:37:10-07:00

Commit Message:
SCALERS: Fix for compiling for ARM without using ASM scalers

Changed paths:
    graphics/scaler/downscaler.cpp




Commit: 1dd8d1eb1ef53d16e47faf4d141a3e67bc13ce59
    https://github.com/scummvm/scummvm/commit/1dd8d1eb1ef53d16e47faf4d141a3e67bc13ce59
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2011-06-10T12:37:26-07:00

Commit Message:
ARM: Fix normal2x scaler for width % 4 != 0

The first jump to 'thin:' didn't leave r14 (remaining width)
in the right state.

Changed paths:
    graphics/scaler/Normal2xARM.s




Commit: 05025987cb614b274e08e4eca78dd2d2a6aee1c1
    https://github.com/scummvm/scummvm/commit/05025987cb614b274e08e4eca78dd2d2a6aee1c1
Author: CeRiAl (ikhatib at gmail.com)
Date: 2011-06-10T13:50:42-07:00

Commit Message:
WINCE: Fix mouse coordinate scaling when ARM scaler support is active

Changed paths:
    backends/graphics/wincesdl/wincesdl-graphics.cpp




Commit: 42f8f397f537a29bba7965cb9e4d63a27c723b0d
    https://github.com/scummvm/scummvm/commit/42f8f397f537a29bba7965cb9e4d63a27c723b0d
Author: David-John Willis (John.Willis at Distant-earth.com)
Date: 2011-06-11T09:15:26-07:00

Commit Message:
OPENPANDORA: Use the SDL plugin provider not the main POSIX one.

Changed paths:
    backends/platform/openpandora/op-main.cpp




Commit: 60bc0c84df05f134ab728910524b15cc25fcdae7
    https://github.com/scummvm/scummvm/commit/60bc0c84df05f134ab728910524b15cc25fcdae7
Author: CeRiAl (ikhatib at gmail.com)
Date: 2011-06-11T14:26:51-07:00

Commit Message:
WINCE: Some cleanup (public vs. private scopes), fix freelook

Changed paths:
    backends/events/wincesdl/wincesdl-events.cpp
    backends/events/wincesdl/wincesdl-events.h
    backends/graphics/wincesdl/wincesdl-graphics.cpp
    backends/graphics/wincesdl/wincesdl-graphics.h
    backends/platform/wince/CEActionsPocket.cpp
    backends/platform/wince/CEActionsPocket.h
    backends/platform/wince/CEActionsSmartphone.cpp
    backends/platform/wince/CEActionsSmartphone.h
    backends/platform/wince/wince-sdl.cpp




Commit: 6e48fe2aa3f5b41b5d24879bce54562b5539871d
    https://github.com/scummvm/scummvm/commit/6e48fe2aa3f5b41b5d24879bce54562b5539871d
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-13T12:52:10-07:00

Commit Message:
SCUMM: possible fix for #3315631

While I can't reproduce that particular bug (no default music in INDY4 FM-TOWNS) with the release build, I have removed the MDT_TOWNS flags from the INDY4 and MONKEY2 detection entries, since the FM-TOWNS midi driver is not part of the 1.3.0 release anyway.

Changed paths:
    engines/scumm/detection_tables.h




Commit: 89affc920970b4c822ecead59ee30e5cd53234f8
    https://github.com/scummvm/scummvm/commit/89affc920970b4c822ecead59ee30e5cd53234f8
Author: CeRiAl (ikhatib at gmail.com)
Date: 2011-06-14T13:48:30-07:00

Commit Message:
WINCE: Add support for language auto-detection in WinCE

Changed paths:
    backends/platform/sdl/sdl.cpp
    backends/platform/wince/wince-sdl.cpp
    backends/platform/wince/wince-sdl.h
    configure




Commit: ba53696d458d320c0ca58319503c378ae4779cc4
    https://github.com/scummvm/scummvm/commit/ba53696d458d320c0ca58319503c378ae4779cc4
Author: CeRiAl (ikhatib at gmail.com)
Date: 2011-06-14T13:48:53-07:00

Commit Message:
SCALERS: Fix Normal1xAspect scaler bug reported in bug #3313709

Changed paths:
    graphics/scaler/aspect.cpp




Commit: 187b3770fbfde45d6344191a2972b417e06f6275
    https://github.com/scummvm/scummvm/commit/187b3770fbfde45d6344191a2972b417e06f6275
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-14T14:50:19-07:00

Commit Message:
AUDIO: fix device detection (missing rom files for MT-32 emu)

This is an attempt to fix the problem Max described in his devel mail.
The presence of the rom files will now be checked in detectDevice().
In case of failure there will be fallback attempts.
The user will get notified of the detection failure if he has expressly selected the device that failed.

Please test with your platform / engine (with or without rom files).

Changed paths:
    audio/mididrv.cpp
    audio/mididrv.h
    audio/musicplugin.h
    audio/softsynth/mt32.cpp




Commit: 247c28e0a204362f67c450bf78fc8d3934e0dcf7
    https://github.com/scummvm/scummvm/commit/247c28e0a204362f67c450bf78fc8d3934e0dcf7
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-14T14:50:19-07:00

Commit Message:
KYRA: fix audio detection

Don't attempt to detect PC devices for non-PC versions of the game, because this might trigger unnecessary detection failure messages.

Changed paths:
    engines/kyra/kyra_v1.cpp




Commit: 3c83d9ab1f67c8e3007c64a96a4b41f8f01b4c58
    https://github.com/scummvm/scummvm/commit/3c83d9ab1f67c8e3007c64a96a4b41f8f01b4c58
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-14T14:50:20-07:00

Commit Message:
AUDIO: replace GUIErrorMessage()

GUIErrorMessage() shouldn't be used since it changes the window caption and resets the graphics mode.

Changed paths:
    audio/mididrv.cpp




Commit: cc4809a8cb7afc4678b27ebcc2ed76de66eee1cf
    https://github.com/scummvm/scummvm/commit/cc4809a8cb7afc4678b27ebcc2ed76de66eee1cf
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-14T14:50:20-07:00

Commit Message:
AUDIO: replaced kDriverName in MidiDriver::detectDevice()

(This is irrelevant for the MT-32 emulator, but makes sense for plugins which really have more than one device)

Changed paths:
    audio/mididrv.cpp
    audio/mididrv.h




Commit: 8cc6dad747d331ac270c9d5380e584b52695e478
    https://github.com/scummvm/scummvm/commit/8cc6dad747d331ac270c9d5380e584b52695e478
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-14T14:50:21-07:00

Commit Message:
AUDIO: cleanup MidiDriver::detectDevice()

(wrong enum usage)

Changed paths:
    audio/mididrv.cpp




Commit: eab87fa1967ed03ac4ad14568073917ca6ebd2f3
    https://github.com/scummvm/scummvm/commit/eab87fa1967ed03ac4ad14568073917ca6ebd2f3
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-06-14T14:50:21-07:00

Commit Message:
I18N: Make MidiDriver detection errors translatable.

Changed paths:
    audio/mididrv.cpp
    po/POTFILES
    po/scummvm.pot




Commit: e6b671e6590de5a06f88e93efb6f8bb9884cb016
    https://github.com/scummvm/scummvm/commit/e6b671e6590de5a06f88e93efb6f8bb9884cb016
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-14T14:50:22-07:00

Commit Message:
AUDIO: some more text tweaks

Changed paths:
    audio/mididrv.cpp
    audio/softsynth/mt32.cpp




Commit: 6efc829f3a7df3673abfa5ff3e357edffb181668
    https://github.com/scummvm/scummvm/commit/6efc829f3a7df3673abfa5ff3e357edffb181668
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-14T14:50:23-07:00

Commit Message:
AUDIO: improved warnings in detectDevice()

Silent fallback would occur if the user expressly selected a formerly available audio device which now has become unavailable (switched off, disconnected, no longer compiled in, etc.). A warning dialogue will now be displayed, before the fallback takes place.

Changed paths:
    audio/mididrv.cpp




Commit: ec8e6162c0570973970225869d76848a2701e1b7
    https://github.com/scummvm/scummvm/commit/ec8e6162c0570973970225869d76848a2701e1b7
Author: Max Horn (max at quendi.de)
Date: 2011-06-14T14:50:23-07:00

Commit Message:
AUDIO: Remove dead code

Changed paths:
    audio/mididrv.cpp




Commit: 1c9f7fdd01fba450ba15a0f4eaab3ca02d1b6993
    https://github.com/scummvm/scummvm/commit/1c9f7fdd01fba450ba15a0f4eaab3ca02d1b6993
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-14T14:50:24-07:00

Commit Message:
SCUMM: fix engine destructor

(This is relevant for cases where the engine errors out early, before certain arrays get initialized).

Changed paths:
    engines/scumm/scumm.cpp




Commit: 6cb3cd58b646f18c37a4de01d2e4f7573fada3b5
    https://github.com/scummvm/scummvm/commit/6cb3cd58b646f18c37a4de01d2e4f7573fada3b5
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-14T14:50:24-07:00

Commit Message:
SCUMM: some cleanup in gfx_towns.cpp

Changed paths:
    engines/scumm/gfx_towns.cpp




Commit: 2443bc6d1f3450ea044533cdc8ff7cc64522f177
    https://github.com/scummvm/scummvm/commit/2443bc6d1f3450ea044533cdc8ff7cc64522f177
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-14T14:50:25-07:00

Commit Message:
SCUMM FM-TOWNS: add number of color check in TownsScreen::updateOutputBuffer()

Although the 16 color surface is normally not on bottom, there could (theoretically?) be cases in 8bit fallback mode where this becomes relevant.

Changed paths:
    engines/scumm/gfx_towns.cpp




Commit: e2b3e39bc998ce24fd708070fd44a331b47699a8
    https://github.com/scummvm/scummvm/commit/e2b3e39bc998ce24fd708070fd44a331b47699a8
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-15T08:38:43-07:00

Commit Message:
SCUMM: fix bug #3316738

This provides fallback to 8bit color mode for SCUMM3 FM-TOWNS games on platforms which set the USE_RGB_COLOR define even though that color mode is not being fully implemented for that platform.

Changed paths:
    engines/scumm/cursor.cpp
    engines/scumm/palette.cpp
    engines/scumm/scumm.cpp




Commit: d19b9ba8ed7f32423e03284899858f59ca36878f
    https://github.com/scummvm/scummvm/commit/d19b9ba8ed7f32423e03284899858f59ca36878f
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-15T13:59:55-07:00

Commit Message:
SCUMM: hopefully fix 16bit mode support for SCUMM FM-TOWNS games and LOOM PCE on Android

This mostly reverts 5b7754e3f095eb8a469dd4b7de5a6379f8e13c27. Instead, we try to use other 16bit modes  after 555 fails.

Changed paths:
    engines/scumm/cursor.cpp
    engines/scumm/gfx.cpp
    engines/scumm/gfx.h
    engines/scumm/gfx_towns.cpp
    engines/scumm/palette.cpp
    engines/scumm/saveload.cpp
    engines/scumm/scumm.cpp
    engines/scumm/scumm.h




Commit: 3c26c9b24d21e169a50f4b2cde9d202676f4ac1b
    https://github.com/scummvm/scummvm/commit/3c26c9b24d21e169a50f4b2cde9d202676f4ac1b
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-15T13:59:56-07:00

Commit Message:
SCUMM: change comment in last commit

Changed paths:
    engines/scumm/scumm.cpp




Commit: cc9bcd01d1b799819034afb8d38ef5f0d4602d53
    https://github.com/scummvm/scummvm/commit/cc9bcd01d1b799819034afb8d38ef5f0d4602d53
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-17T15:10:11-07:00

Commit Message:
SCUMM: slightly changed behavior of 16bit mode detection

(another attempt to fix SCUMM FM-TOWNS for ANDROID)

Changed paths:
    engines/scumm/charset.cpp
    engines/scumm/scumm.cpp




Commit: d09701e705247507038521d20f17b23ebd8630f1
    https://github.com/scummvm/scummvm/commit/d09701e705247507038521d20f17b23ebd8630f1
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-17T15:10:12-07:00

Commit Message:
SCUMM: fix bug in cb661d63d0cd45d1231435a593b74dfc51872a0f

Changed paths:
    engines/scumm/scumm.cpp




Commit: 87e525932c0803b98216d5c83fbd6bf72e692740
    https://github.com/scummvm/scummvm/commit/87e525932c0803b98216d5c83fbd6bf72e692740
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-17T15:10:14-07:00

Commit Message:
SCUMM: fix FM-TOWNS graphics output for ARM devices

(changed behavior of USE_ARM_GFX_ASM define)

Changed paths:
    engines/scumm/gfx.cpp
    engines/scumm/gfx_towns.cpp




Commit: d9f6aea085adaa8318e1b3e71fda15f7174e4e83
    https://github.com/scummvm/scummvm/commit/d9f6aea085adaa8318e1b3e71fda15f7174e4e83
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-18T04:14:51-07:00

Commit Message:
NEWS: start 1.3.1 section

Changed paths:
    NEWS




Commit: 6804df0f89438d12eb4876c12f64df6966f985da
    https://github.com/scummvm/scummvm/commit/6804df0f89438d12eb4876c12f64df6966f985da
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-18T04:15:29-07:00

Commit Message:
SCUMM: make sure asmDrawStripToScreen is not called in 16bit mode

(fixes possible issue in LOOM PCE)

Changed paths:
    engines/scumm/gfx.cpp




Commit: 77571fab08d3817fe5c93acf7435f6008584d269
    https://github.com/scummvm/scummvm/commit/77571fab08d3817fe5c93acf7435f6008584d269
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-18T10:54:50-07:00

Commit Message:
SCUMM: regenerate 16bit palette after loading a savegame in LOOM PCE

(this avoids isssues when using savegames from different ports with different 16bit color modes)

Changed paths:
    engines/scumm/saveload.cpp




Commit: e17a33c81e679aeddcc2f9fb6f923b428ff7c8a9
    https://github.com/scummvm/scummvm/commit/e17a33c81e679aeddcc2f9fb6f923b428ff7c8a9
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-19T05:49:03-07:00

Commit Message:
SCUMM: fix SCUMM3 FM-TOWNS font rendering glitch in Japanese mode

(Wrong character height for non-SJIS chars which messed up the inventory scrolling arrows)

Changed paths:
    engines/scumm/charset.cpp




Commit: 712579f4afde04fe734e064621c35db36b04f6ff
    https://github.com/scummvm/scummvm/commit/712579f4afde04fe734e064621c35db36b04f6ff
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-06-20T08:56:13-07:00

Commit Message:
TINSEL: Fix/comment CORO_KILL_SELF macro.

This reverts 9573b1d2f54818f9bdac4a91e0a90b306ade7810, which changed
the behaviour of (among other things) NewScene, which made Discworld
uncompletable. Thanks to digitall for bisection/reproduction.

Changed paths:
    engines/tinsel/coroutine.h




Commit: ee6765aab9cb670bd60f5428a0eae29593c2739d
    https://github.com/scummvm/scummvm/commit/ee6765aab9cb670bd60f5428a0eae29593c2739d
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-06-21T04:54:59-07:00

Commit Message:
NEWS: Fix 1.3.1 news entry.

Changed paths:
    NEWS




Commit: fc5c25e36ed26e1a4c0861ae4d6fae3123084fab
    https://github.com/scummvm/scummvm/commit/fc5c25e36ed26e1a4c0861ae4d6fae3123084fab
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-06-22T09:36:46-07:00

Commit Message:
NEWS: Mention Tinsel fix.

Changed paths:
    NEWS




Commit: 0568c9540e43da6fe1c98aed8743b1665b55405c
    https://github.com/scummvm/scummvm/commit/0568c9540e43da6fe1c98aed8743b1665b55405c
Author: md5 (md5 at scummvm.org)
Date: 2011-06-24T01:15:04-07:00

Commit Message:
SCI: Added the Spanish version of EcoQuest 2 (bug #3313962)

(cherry picked from commit 1f0f0595c46cc083dc2c6f00be1abf7f55a7b175)

Changed paths:
    engines/sci/detection_tables.h




Commit: 4a8bda64615232c9c0816852160e51f62c958ae6
    https://github.com/scummvm/scummvm/commit/4a8bda64615232c9c0816852160e51f62c958ae6
Author: md5 (md5 at scummvm.org)
Date: 2011-06-24T01:15:06-07:00

Commit Message:
SCI: Fixed script bug #3313962 - "ECOQUEST2 Spanish: Crash near beginning"

(cherry picked from commit ece449298d5c34db763ae78b370842de17af17ef)

Changed paths:
    engines/sci/engine/workarounds.cpp




Commit: 6bfaddd70bee191a6668dffa345bec091362781e
    https://github.com/scummvm/scummvm/commit/6bfaddd70bee191a6668dffa345bec091362781e
Author: CeRiAl (ikhatib at gmail.com)
Date: 2011-06-24T16:11:36-07:00

Commit Message:
WINCE: Hide toolbar when returning to game list

Changed paths:
    backends/graphics/wincesdl/wincesdl-graphics.cpp
    backends/graphics/wincesdl/wincesdl-graphics.h
    backends/platform/wince/CELauncherDialog.cpp




Commit: 2165c6887a8395c02731ba2401e00e349b7a402a
    https://github.com/scummvm/scummvm/commit/2165c6887a8395c02731ba2401e00e349b7a402a
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-06-25T01:05:43-07:00

Commit Message:
SCI: Added the Mac versions of LSL1, LSL5 and Dr. Brain 1

Taken from bug reports #3328251, #3328262 and #3328257.
Thanks to omer_mor for reporting these

Changed paths:
    engines/sci/detection_tables.h




Commit: 41359c7f32b2ffeb6fe08054444daa6e784c8b0d
    https://github.com/scummvm/scummvm/commit/41359c7f32b2ffeb6fe08054444daa6e784c8b0d
Author: D G Turner (digitall at scummvm.org)
Date: 2011-06-25T01:28:10-07:00

Commit Message:
SAGA: Fix Bug #3323722 ("IHNM: Crash to desktop in Ellen's Adventure")

Thanks to fuzzie for this fix.
IHNM and ITE should be retested.

Changed paths:
    engines/saga/actor.cpp




Commit: 7a60ce40400cb74c2445f7119453f9052f3defa8
    https://github.com/scummvm/scummvm/commit/7a60ce40400cb74c2445f7119453f9052f3defa8
Author: D G Turner (digitall at scummvm.org)
Date: 2011-06-25T01:28:10-07:00

Commit Message:
SAGA: Fix for Bug #3324850 ("ITE (SAGA): crash in dog sewers")

This read of 1 byte past the end of the buffer has existed since
the dragonMove() function was implemented, but since the change
in bfb0986c to use ByteArray, this now causes an assertion due to
the stricter bounds checking.

This commit corrects the original issue.
Thanks to fuzzie for this fix.

Changed paths:
    engines/saga/actor_walk.cpp




Commit: c0c33ea78c1c67801f008dfdade47fc3dce30772
    https://github.com/scummvm/scummvm/commit/c0c33ea78c1c67801f008dfdade47fc3dce30772
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-06-25T01:28:10-07:00

Commit Message:
MOHAWK: Add a bunch of LB detection entries.

Changed paths:
    engines/mohawk/detection_tables.h




Commit: 1954c0c8e98bacf8abb97e89dc129bce0577e803
    https://github.com/scummvm/scummvm/commit/1954c0c8e98bacf8abb97e89dc129bce0577e803
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-06-25T01:28:10-07:00

Commit Message:
NEWS: Mention SAGA fixes, new Mohawk detection entries.

Changed paths:
    NEWS




Commit: 563a7065e152ba98b3cebd76e0e5d2c568fe217f
    https://github.com/scummvm/scummvm/commit/563a7065e152ba98b3cebd76e0e5d2c568fe217f
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-06-25T02:50:32-07:00

Commit Message:
SCI: Fixed bug #3325512: "EcoQuest 1: Audio settings are not saved"

Changed paths:
    engines/sci/sci.cpp




Commit: de1dbba660e365e9f881837084f43c11d6cd2e6f
    https://github.com/scummvm/scummvm/commit/de1dbba660e365e9f881837084f43c11d6cd2e6f
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-06-25T02:54:48-07:00

Commit Message:
Updated NEWS with the latest SCI changes

Changed paths:
    NEWS




Commit: cca706126e9dee314d548853e3bfce5e433d4201
    https://github.com/scummvm/scummvm/commit/cca706126e9dee314d548853e3bfce5e433d4201
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-06-25T03:49:38-07:00

Commit Message:
NEWS: Removed superfluous whitespace

Thanks to salty-horse for pointing it out

Changed paths:
    NEWS




Commit: ec61a187d5db9c983c795f2a44042b20e300a590
    https://github.com/scummvm/scummvm/commit/ec61a187d5db9c983c795f2a44042b20e300a590
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2011-07-04T05:06:45-07:00

Commit Message:
Merge branch 'branch-1-3-0' of github.com:scummvm/scummvm into branch-1-3-0

Changed paths:
    backends/platform/psp/README.PSP
    base/internal_version.h
    dists/android/AndroidManifest.xml
    dists/android/plugin-manifest.xml
    dists/iphone/Info.plist
    dists/irix/scummvm.spec
    dists/macosx/Info.plist
    dists/redhat/scummvm-tools.spec
    dists/redhat/scummvm.spec
    dists/scummvm.rc
    dists/slackware/scummvm.SlackBuild
    dists/wii/meta.xml








More information about the Scummvm-git-logs mailing list