Files
source/ja2_VS2008.vcproj
T
Wanne 8fa1c2a4e6 Merged Multiplayer UI patch from Zathras:
New Features
- Added hits, misses, accuracy to scoreboard
- Added in-game chat with history
- Added more options from the ini to the host screen, Use NIV and Enable
civillians
bugfixes
- Clients connecting at the same time controlling the wrong client
- Team Deathmatch working again
- Refreshing the player list after a player changes team / edge
- AI is always on for Co-op now
- There is now always a scoreboard in Co-op even when you lose.
- scores on the Co-op scoreboard have been fixed for all deaths including
bleeding
- Start Game button now only appears for server
- Fixed cleaning up game resources on disconnection
- Disabled the 1,2,3,4 keys for connecting / disconnecting
- Fixed victory conditions for all game modes
- Fixed players names getting copied into TeamTurnString each game resulting
in multiple names
- Fixed Assertion bug caused by the game sometimes calling
SetCurrentWorldSector more than once before placement of mercs
- Fixed a bug that was possible when merging items such as M14 and EBR stock
on mapscreen.
- Fixed bug with game starting while a player was in chat, closes chat
window when game is starting
- Fixed bug with game starting while a player was in the options screen, if
the player leaves the mapscreen while ready, they are set to unready
- Team and Spawn direction popups changed to use buttons to open/close them
- Disabled players joining after the laptop has been unlocked, as they would
be out of state with any hires


git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2628 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-03-19 15:31:55 +00:00

661 lines
13 KiB
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
Name="ja2"
ProjectGUID="{B112F6BA-AF32-489C-B405-916C0F182D10}"
RootNamespace="ja2"
Keyword="Win32Proj"
TargetFrameworkVersion="196613"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="\games\jagged alliance 2"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
InheritedPropertySheets=".\ja2_VS2008.vsprops;.\ja2_VS2008Debug.vsprops;.\ja2_VS2008Linker.vsprops;.\ja2_VS2008Libs.vsprops"
CharacterSet="0"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="Winmm.lib RakNetLibStatic.lib ws2_32.lib"
OutputFile="$(OutDir)\ja2_debug_2445_en.exe"
LinkIncremental="2"
AdditionalLibraryDirectories="Multiplayer\raknet"
IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
SubSystem="2"
RandomizedBaseAddress="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="\games\jagged alliance 2"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
InheritedPropertySheets=".\ja2_VS2008.vsprops;.\ja2_VS2008Linker.vsprops;.\ja2_VS2008Libs.vsprops"
CharacterSet="0"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="Winmm.lib RakNetLibStatic.lib ws2_32.lib"
OutputFile="$(OutDir)\ja2_release_2445_en.exe"
LinkIncremental="1"
AdditionalLibraryDirectories="Multiplayer\raknet"
GenerateDebugInformation="false"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="MapEditor|Win32"
OutputDirectory="\games\jagged alliance 2"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
InheritedPropertySheets=".\ja2_VS2008.vsprops;.\ja2_VS2008Linker.vsprops;.\ja2_VS2008Libs.vsprops;.\ja2_VS2008Editor.vsprops"
CharacterSet="0"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="Winmm.lib RakNetLibStatic.lib ws2_32.lib"
OutputFile="$(OutDir)\Map Editor_2389_en.exe"
LinkIncremental="1"
AdditionalLibraryDirectories="Multiplayer\raknet"
GenerateDebugInformation="false"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="MapEditorD|Win32"
OutputDirectory="\games\jagged alliance 2"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
InheritedPropertySheets=".\ja2_VS2008.vsprops;.\ja2_VS2008Linker.vsprops;.\ja2_VS2008Libs.vsprops;.\ja2_VS2008Editor.vsprops"
CharacterSet="0"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="Winmm.lib RakNetLibStatic.lib ws2_32.lib"
OutputFile="$(OutDir)\Map EditorD_2389_en.exe"
LinkIncremental="2"
AdditionalLibraryDirectories="Multiplayer\raknet"
IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
SubSystem="2"
RandomizedBaseAddress="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath="builddefines.h"
>
</File>
<File
RelativePath="Cheats.h"
>
</File>
<File
RelativePath="Credits.h"
>
</File>
<File
RelativePath="Fade Screen.h"
>
</File>
<File
RelativePath="GameInitOptionsScreen.h"
>
</File>
<File
RelativePath="gameloop.h"
>
</File>
<File
RelativePath="gamescreen.h"
>
</File>
<File
RelativePath="GameSettings.h"
>
</File>
<File
RelativePath="GameVersion.h"
>
</File>
<File
RelativePath="HelpScreen.h"
>
</File>
<File
RelativePath="HelpScreenText.h"
>
</File>
<File
RelativePath="Init.h"
>
</File>
<File
RelativePath="Intro.h"
>
</File>
<File
RelativePath="JA2 All.h"
>
</File>
<File
RelativePath="JA2 Demo Ads.h"
>
</File>
<File
RelativePath="JA2 Splash.h"
>
</File>
<File
RelativePath="ja2.h"
>
</File>
<File
RelativePath="JA2Prototypes.h"
>
</File>
<File
RelativePath="jascreens.h"
>
</File>
<File
RelativePath="Language Defines.h"
>
</File>
<File
RelativePath="Loading Screen.h"
>
</File>
<File
RelativePath="local.h"
>
</File>
<File
RelativePath="mainmenuscreen.h"
>
</File>
<File
RelativePath="MessageBoxScreen.h"
>
</File>
<File
RelativePath=".\MPChatScreen.h"
>
</File>
<File
RelativePath=".\MPHostScreen.h"
>
</File>
<File
RelativePath=".\MPJoinScreen.h"
>
</File>
<File
RelativePath=".\MPScoreScreen.h"
>
</File>
<File
RelativePath="Options Screen.h"
>
</File>
<File
RelativePath="profiler.h"
>
</File>
<File
RelativePath="SaveLoadGame.h"
>
</File>
<File
RelativePath="SaveLoadScreen.h"
>
</File>
<File
RelativePath="screenids.h"
>
</File>
<File
RelativePath="SCREENS.H"
>
</File>
<File
RelativePath="Sys Globals.h"
>
</File>
<File
RelativePath="VtuneApi.h"
>
</File>
</Filter>
<Filter
Name="Multiplayer"
>
<Filter
Name="Header Files"
>
<File
RelativePath="Multiplayer\connect.h"
>
</File>
<File
RelativePath="Multiplayer\fresh_header.h"
>
</File>
<File
RelativePath="Multiplayer\network.h"
>
</File>
<File
RelativePath="Multiplayer\test_space.h"
>
</File>
</Filter>
<Filter
Name="Source Files"
>
<File
RelativePath="Multiplayer\client.cpp"
>
</File>
<File
RelativePath="Multiplayer\server.cpp"
>
</File>
<File
RelativePath="Multiplayer\test_space.cpp"
>
</File>
</Filter>
</Filter>
<Filter
Name="Resource Files"
>
<File
RelativePath="Res\ja2.rc"
>
</File>
<File
RelativePath="Res\jagged3.ico"
>
</File>
<File
RelativePath="Res\resource.h"
>
</File>
</Filter>
<Filter
Name="Source Files"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath="aniviewscreen.cpp"
>
</File>
<File
RelativePath="Credits.cpp"
>
</File>
<File
RelativePath="Fade Screen.cpp"
>
</File>
<File
RelativePath="GameInitOptionsScreen.cpp"
>
</File>
<File
RelativePath="gameloop.cpp"
>
</File>
<File
RelativePath="gamescreen.cpp"
>
</File>
<File
RelativePath="GameSettings.cpp"
>
</File>
<File
RelativePath="GameVersion.cpp"
>
</File>
<File
RelativePath="HelpScreen.cpp"
>
</File>
<File
RelativePath="Init.cpp"
>
</File>
<File
RelativePath="Intro.cpp"
>
</File>
<File
RelativePath="JA2 Splash.cpp"
>
</File>
<File
RelativePath="jascreens.cpp"
>
</File>
<File
RelativePath="Language Defines.cpp"
>
</File>
<File
RelativePath="Loading Screen.cpp"
>
</File>
<File
RelativePath="MainMenuScreen.cpp"
>
</File>
<File
RelativePath="MessageBoxScreen.cpp"
>
</File>
<File
RelativePath=".\MPChatScreen.cpp"
>
</File>
<File
RelativePath=".\MPHostScreen.cpp"
>
</File>
<File
RelativePath=".\MPJoinScreen.cpp"
>
</File>
<File
RelativePath=".\MPScoreScreen.cpp"
>
</File>
<File
RelativePath="Options Screen.cpp"
>
</File>
<File
RelativePath="profiler.cpp"
>
</File>
<File
RelativePath="SaveLoadGame.cpp"
>
</File>
<File
RelativePath="SaveLoadScreen.cpp"
>
</File>
<File
RelativePath="SCREENS.cpp"
>
</File>
<File
RelativePath="Sys Globals.cpp"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>