diff options
Diffstat (limited to 'dists')
-rw-r--r-- | dists/engine-data/kyra.dat | bin | 257322 -> 257348 bytes | |||
-rw-r--r-- | dists/msvc8/ScummVM_Global.vsprops | 2 | ||||
-rw-r--r-- | dists/msvc8/agos.vcproj | 3 | ||||
-rw-r--r-- | dists/msvc9/ScummVM_Global.vsprops | 2 | ||||
-rw-r--r-- | dists/msvc9/agos.vcproj | 3 |
5 files changed, 8 insertions, 2 deletions
diff --git a/dists/engine-data/kyra.dat b/dists/engine-data/kyra.dat Binary files differindex c945b7863b..da57e2ce2a 100644 --- a/dists/engine-data/kyra.dat +++ b/dists/engine-data/kyra.dat diff --git a/dists/msvc8/ScummVM_Global.vsprops b/dists/msvc8/ScummVM_Global.vsprops index be8e9df17f..dc45440e62 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_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;ENABLE_KEYMAPPER" + 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;ENABLE_KEYMAPPER" ExceptionHandling="0" RuntimeTypeInfo="false" WarningLevel="4" diff --git a/dists/msvc8/agos.vcproj b/dists/msvc8/agos.vcproj index 5d6fe215b2..9dab1b3110 100644 --- a/dists/msvc8/agos.vcproj +++ b/dists/msvc8/agos.vcproj @@ -35,6 +35,7 @@ <File RelativePath="..\..\engines\agos\gfx.cpp" /> <File RelativePath="..\..\engines\agos\icons.cpp" /> <File RelativePath="..\..\engines\agos\input.cpp" /> + <File RelativePath="..\..\engines\agos\input_pn.cpp" /> <File RelativePath="..\..\engines\agos\intern.h" /> <File RelativePath="..\..\engines\agos\items.cpp" /> <File RelativePath="..\..\engines\agos\menus.cpp" /> @@ -60,8 +61,10 @@ <File RelativePath="..\..\engines\agos\sound.cpp" /> <File RelativePath="..\..\engines\agos\sound.h" /> <File RelativePath="..\..\engines\agos\string.cpp" /> + <File RelativePath="..\..\engines\agos\string_pn.cpp" /> <File RelativePath="..\..\engines\agos\subroutine.cpp" /> <File RelativePath="..\..\engines\agos\verb.cpp" /> + <File RelativePath="..\..\engines\agos\verb_pn.cpp" /> <File RelativePath="..\..\engines\agos\vga.cpp" /> <File RelativePath="..\..\engines\agos\vga.h" /> <File RelativePath="..\..\engines\agos\vga_e2.cpp" /> diff --git a/dists/msvc9/ScummVM_Global.vsprops b/dists/msvc9/ScummVM_Global.vsprops index 7ba00aac7b..afcfab102b 100644 --- a/dists/msvc9/ScummVM_Global.vsprops +++ b/dists/msvc9/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_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" ExceptionHandling="0" RuntimeTypeInfo="false" WarningLevel="4" diff --git a/dists/msvc9/agos.vcproj b/dists/msvc9/agos.vcproj index b352dff3e1..bcd2d98aec 100644 --- a/dists/msvc9/agos.vcproj +++ b/dists/msvc9/agos.vcproj @@ -36,6 +36,7 @@ <File RelativePath="..\..\engines\agos\gfx.cpp" /> <File RelativePath="..\..\engines\agos\icons.cpp" /> <File RelativePath="..\..\engines\agos\input.cpp" /> + <File RelativePath="..\..\engines\agos\input_pn.cpp" /> <File RelativePath="..\..\engines\agos\intern.h" /> <File RelativePath="..\..\engines\agos\items.cpp" /> <File RelativePath="..\..\engines\agos\menus.cpp" /> @@ -61,8 +62,10 @@ <File RelativePath="..\..\engines\agos\sound.cpp" /> <File RelativePath="..\..\engines\agos\sound.h" /> <File RelativePath="..\..\engines\agos\string.cpp" /> + <File RelativePath="..\..\engines\agos\string_pn.cpp" /> <File RelativePath="..\..\engines\agos\subroutine.cpp" /> <File RelativePath="..\..\engines\agos\verb.cpp" /> + <File RelativePath="..\..\engines\agos\verb_pn.cpp" /> <File RelativePath="..\..\engines\agos\vga.cpp" /> <File RelativePath="..\..\engines\agos\vga.h" /> <File RelativePath="..\..\engines\agos\vga_e2.cpp" /> |