diff options
author | Jody Northup | 2009-08-21 09:37:51 +0000 |
---|---|---|
committer | Jody Northup | 2009-08-21 09:37:51 +0000 |
commit | 3084919b32771d43d17fdd5d584505cd31d20b72 (patch) | |
tree | 3f42b5e0cb69f340ccd30fad96f6ee4e51e260cf /dists | |
parent | cba2897cc8f7b70d27fc75ca8b8d55cde4738e4a (diff) | |
parent | 89d7fea4e619cd44d5ce16eee1e46ad417e26c9c (diff) | |
download | scummvm-rg350-3084919b32771d43d17fdd5d584505cd31d20b72.tar.gz scummvm-rg350-3084919b32771d43d17fdd5d584505cd31d20b72.tar.bz2 scummvm-rg350-3084919b32771d43d17fdd5d584505cd31d20b72.zip |
Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/
svn-id: r43577
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc8/ScummVM_Global.vsprops | 2 | ||||
-rw-r--r-- | dists/msvc8/groovie.vcproj | 262 | ||||
-rw-r--r-- | dists/msvc8/sci.vcproj | 2 | ||||
-rw-r--r-- | dists/msvc8/scumm.vcproj | 2 | ||||
-rw-r--r-- | dists/msvc8/scummvm.vcproj | 9 |
5 files changed, 240 insertions, 37 deletions
diff --git a/dists/msvc8/ScummVM_Global.vsprops b/dists/msvc8/ScummVM_Global.vsprops index afcfab102b..4da6748645 100644 --- a/dists/msvc8/ScummVM_Global.vsprops +++ b/dists/msvc8/ScummVM_Global.vsprops @@ -10,7 +10,7 @@ Name="VCCLCompilerTool" DisableSpecificWarnings="4068;4100;4103;4121;4127;4189;4201;4221;4244;4250;4310;4351;4355;4510;4511;4512;4610;4701;4702;4706;4800;4996" AdditionalIncludeDirectories="../..;../../engines" - PreprocessorDefinitions="USE_NASM;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_MT32EMU;ENABLE_AGI;ENABLE_AGOS;ENABLE_AGOS2;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_IGOR;ENABLE_KYRA;ENABLE_LOL;ENABLE_LURE;ENABLE_M4;ENABLE_MADE;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SAGA2;ENABLE_SCI;ENABLE_SCUMM;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TOUCHE;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_TINSEL;ENABLE_TUCKER;ENABLE_GROOVIE" + PreprocessorDefinitions="USE_NASM;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_MT32EMU;ENABLE_AGI;ENABLE_AGOS;ENABLE_AGOS2;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_IGOR;ENABLE_KYRA;ENABLE_LOL;ENABLE_LURE;ENABLE_M4;ENABLE_MADE;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SAGA2;ENABLE_SCI;ENABLE_SCUMM;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TOUCHE;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_TINSEL;ENABLE_TUCKER;ENABLE_GROOVIE;;ENABLE_RGB_COLOR" ExceptionHandling="0" RuntimeTypeInfo="false" WarningLevel="4" diff --git a/dists/msvc8/groovie.vcproj b/dists/msvc8/groovie.vcproj index 5404803ae9..cc8f060b06 100644 --- a/dists/msvc8/groovie.vcproj +++ b/dists/msvc8/groovie.vcproj @@ -1,48 +1,244 @@ <?xml version="1.0" encoding="windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="8,00" + Version="8.00" Name="groovie" ProjectGUID="{2C1EA540-0B09-11DD-BD00-000000000000}" RootNamespace="groovie" Keyword="Win32Proj" > <Platforms> - <Platform Name="Win32" /> + <Platform + Name="Win32" + /> </Platforms> + <ToolFiles> + </ToolFiles> <Configurations> - <Configuration Name="Debug|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Debug.vsprops" /> - <Configuration Name="Release|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Release.vsprops" /> + <Configuration + Name="Debug|Win32" + ConfigurationType="4" + InheritedPropertySheets=".\ScummVM_Debug.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + PreprocessorDefinitions="GROOVIE_EXPERIMENTAL" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + ConfigurationType="4" + InheritedPropertySheets=".\ScummVM_Release.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> </Configurations> + <References> + </References> <Files> - <File RelativePath="..\..\engines\groovie\cell.cpp" /> - <File RelativePath="..\..\engines\groovie\cell.h" /> - <File RelativePath="..\..\engines\groovie\cursor.cpp" /> - <File RelativePath="..\..\engines\groovie\cursor.h" /> - <File RelativePath="..\..\engines\groovie\debug.cpp" /> - <File RelativePath="..\..\engines\groovie\debug.h" /> - <File RelativePath="..\..\engines\groovie\detection.cpp" /> - <File RelativePath="..\..\engines\groovie\font.cpp" /> - <File RelativePath="..\..\engines\groovie\font.h" /> - <File RelativePath="..\..\engines\groovie\graphics.cpp" /> - <File RelativePath="..\..\engines\groovie\graphics.h" /> - <File RelativePath="..\..\engines\groovie\groovie.cpp" /> - <File RelativePath="..\..\engines\groovie\groovie.h" /> - <File RelativePath="..\..\engines\groovie\lzss.cpp" /> - <File RelativePath="..\..\engines\groovie\lzss.h" /> - <File RelativePath="..\..\engines\groovie\music.cpp" /> - <File RelativePath="..\..\engines\groovie\music.h" /> - <File RelativePath="..\..\engines\groovie\player.cpp" /> - <File RelativePath="..\..\engines\groovie\player.h" /> - <File RelativePath="..\..\engines\groovie\resource.cpp" /> - <File RelativePath="..\..\engines\groovie\resource.h" /> - <File RelativePath="..\..\engines\groovie\roq.cpp" /> - <File RelativePath="..\..\engines\groovie\roq.h" /> - <File RelativePath="..\..\engines\groovie\saveload.cpp" /> - <File RelativePath="..\..\engines\groovie\saveload.h" /> - <File RelativePath="..\..\engines\groovie\script.cpp" /> - <File RelativePath="..\..\engines\groovie\script.h" /> - <File RelativePath="..\..\engines\groovie\vdx.cpp" /> - <File RelativePath="..\..\engines\groovie\vdx.h" /> + <File + RelativePath="..\..\engines\groovie\cell.cpp" + > + </File> + <File + RelativePath="..\..\engines\groovie\cell.h" + > + </File> + <File + RelativePath="..\..\engines\groovie\cursor.cpp" + > + </File> + <File + RelativePath="..\..\engines\groovie\cursor.h" + > + </File> + <File + RelativePath="..\..\engines\groovie\debug.cpp" + > + </File> + <File + RelativePath="..\..\engines\groovie\debug.h" + > + </File> + <File + RelativePath="..\..\engines\groovie\detection.cpp" + > + </File> + <File + RelativePath="..\..\engines\groovie\font.cpp" + > + </File> + <File + RelativePath="..\..\engines\groovie\font.h" + > + </File> + <File + RelativePath="..\..\engines\groovie\graphics.cpp" + > + </File> + <File + RelativePath="..\..\engines\groovie\graphics.h" + > + </File> + <File + RelativePath="..\..\engines\groovie\groovie.cpp" + > + </File> + <File + RelativePath="..\..\engines\groovie\groovie.h" + > + </File> + <File + RelativePath="..\..\engines\groovie\lzss.cpp" + > + </File> + <File + RelativePath="..\..\engines\groovie\lzss.h" + > + </File> + <File + RelativePath="..\..\engines\groovie\music.cpp" + > + </File> + <File + RelativePath="..\..\engines\groovie\music.h" + > + </File> + <File + RelativePath="..\..\engines\groovie\player.cpp" + > + </File> + <File + RelativePath="..\..\engines\groovie\player.h" + > + </File> + <File + RelativePath="..\..\engines\groovie\resource.cpp" + > + </File> + <File + RelativePath="..\..\engines\groovie\resource.h" + > + </File> + <File + RelativePath="..\..\engines\groovie\roq.cpp" + > + </File> + <File + RelativePath="..\..\engines\groovie\roq.h" + > + </File> + <File + RelativePath="..\..\engines\groovie\saveload.cpp" + > + </File> + <File + RelativePath="..\..\engines\groovie\saveload.h" + > + </File> + <File + RelativePath="..\..\engines\groovie\script.cpp" + > + </File> + <File + RelativePath="..\..\engines\groovie\script.h" + > + </File> + <File + RelativePath="..\..\engines\groovie\vdx.cpp" + > + </File> + <File + RelativePath="..\..\engines\groovie\vdx.h" + > + </File> </Files> + <Globals> + </Globals> </VisualStudioProject> diff --git a/dists/msvc8/sci.vcproj b/dists/msvc8/sci.vcproj index 4a9862d7f6..eab736cd4c 100644 --- a/dists/msvc8/sci.vcproj +++ b/dists/msvc8/sci.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="8,00" + Version="8.00" Name="sci" ProjectGUID="{53F17B2B-0412-4EC3-A999-ED0537BB5223}" RootNamespace="sci" diff --git a/dists/msvc8/scumm.vcproj b/dists/msvc8/scumm.vcproj index e71317ac16..e99fdae790 100644 --- a/dists/msvc8/scumm.vcproj +++ b/dists/msvc8/scumm.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="8,00" + Version="8.00" Name="scumm" ProjectGUID="{B6AFD548-63D2-40CD-A652-E87095AFCBAF}" RootNamespace="scumm" diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index 27e37add0b..fd02ba0023 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="8,00" + Version="8.00" Name="scummvm" ProjectGUID="{8434CB15-D08F-427D-9E6D-581AE5B28440}" RootNamespace="scummvm" @@ -47,6 +47,9 @@ <File RelativePath="..\..\common\debug.h" /> <File RelativePath="..\..\common\endian.h" /> <File RelativePath="..\..\common\error.h" /> + <File RelativePath="..\..\common\EventDispatcher.cpp" /> + <File RelativePath="..\..\common\EventRecorder.cpp" /> + <File RelativePath="..\..\common\EventRecorder.h" /> <File RelativePath="..\..\common\events.h" /> <File RelativePath="..\..\common\file.cpp" /> <File RelativePath="..\..\common\file.h" /> @@ -347,6 +350,8 @@ </Filter> <Filter Name="graphics"> <File RelativePath="..\..\graphics\colormasks.h" /> + <File RelativePath="..\..\graphics\conversion.cpp" /> + <File RelativePath="..\..\graphics\conversion.h" /> <File RelativePath="..\..\graphics\cursorman.cpp" /> <File RelativePath="..\..\graphics\cursorman.h" /> <File RelativePath="..\..\graphics\dither.cpp" /> @@ -357,6 +362,8 @@ <File RelativePath="..\..\graphics\fontman.h" /> <File RelativePath="..\..\graphics\iff.cpp" /> <File RelativePath="..\..\graphics\iff.h" /> + <File RelativePath="..\..\graphics\jpeg.cpp" /> + <File RelativePath="..\..\graphics\jpeg.h" /> <File RelativePath="..\..\graphics\imagedec.cpp" /> <File RelativePath="..\..\graphics\imagedec.h" /> <File RelativePath="..\..\graphics\pixelformat.h" /> |