Skip to content

Commit f4df0c9

Browse files
author
nitrocaster
committed
Remove GameSpy code from xrGameSpy, link GameSpy library. Close #46.
1 parent 00da9e6 commit f4df0c9

File tree

1,151 files changed

+38
-331611
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,151 files changed

+38
-331611
lines changed

src/Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</PropertyGroup>
3939
<ItemDefinitionGroup>
4040
<ClCompile>
41-
<AdditionalIncludeDirectories>$(SolutionDir);$(ProjectDir);$(xrSdkDir)include;$(DXSDK_DIR)Include;$(SolutionDir)Externals\luajit\src;$(SolutionDir)Externals\luabind;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
41+
<AdditionalIncludeDirectories>$(SolutionDir);$(ProjectDir);$(xrSdkDir)include;$(DXSDK_DIR)Include;$(SolutionDir)Externals\luajit\src;$(SolutionDir)Externals\luabind;$(SolutionDir)Externals\GameSpy\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
4242
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
4343
<!--
4444
4251 : class 'x' needs to have dll-interface to be used by clients of class 'y'

src/xrEngine/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ static int start_year = 1999; // 1999
5151

5252
#ifndef DEDICATED_SERVER
5353

54-
#include "xrGameSpy/gamespy/md5c.c"
54+
#include <GameSpy/md5c.c>
5555
#include <ctype.h>
5656

5757
#define DEFAULT_MODULE_HASH "3CAABCFCFF6F3A810019C6A72180F166"

src/xrGame/Level_network_digest_computer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "stdafx.h"
22
#include "Level.h"
3-
#include "xrGameSpy/gamespy/md5.h"
3+
#include <GameSpy/md5.h>
44

55
extern void GetCDKey_FromRegistry(char* CDKeyStr);
66
char const * ComputeClientDigest(string128& dest)

src/xrGame/awards_store.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "xrCore/Containers/AssociativeVector.hpp"
55
#include "Common/Noncopyable.hpp"
66
#include "profile_data_types.h"
7-
#include "xrGameSpy/GameSpy/sake/sake.h"
7+
#include <GameSpy/sake/sake.h>
88
#include "gsc_dsigned_ltx.h"
99

1010
class CGameSpy_Full;

src/xrGame/best_scores_store.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include "Common/Noncopyable.hpp"
55
#include "xrCore/Containers/AssociativeVector.hpp"
6-
#include "xrGameSpy/GameSpy/sake/sake.h"
6+
#include <GameSpy/sake/sake.h>
77
#include "profile_data_types.h"
88

99
class CGameSpy_Full;

src/xrGame/xrGame.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
</Link>
211211
</ItemDefinitionGroup>
212212
<ItemGroup>
213-
<ClInclude Include="..\xrGameSpy\gamespy\md5.h" />
213+
<ClInclude Include="..\Externals\GameSpy\src\GameSpy\md5.h" />
214214
<ClInclude Include="..\xrServerEntities\ai_sounds.h" />
215215
<ClInclude Include="..\xrServerEntities\alife_human_brain.h" />
216216
<ClInclude Include="..\xrServerEntities\alife_human_brain_inline.h" />
@@ -1671,7 +1671,7 @@
16711671
<ClInclude Include="ZudaArtifact.h" />
16721672
</ItemGroup>
16731673
<ItemGroup>
1674-
<ClCompile Include="..\xrGameSpy\gamespy\md5c.c">
1674+
<ClCompile Include="..\Externals\GameSpy\src\GameSpy\md5c.c">
16751675
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
16761676
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">NotUsing</PrecompiledHeader>
16771677
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>

src/xrGame/xrGame.vcxproj.filters

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4770,9 +4770,6 @@
47704770
<ClInclude Include="Level_network_map_sync.h">
47714771
<Filter>Core\Client\Level\LevelMapSync</Filter>
47724772
</ClInclude>
4773-
<ClInclude Include="..\xrGameSpy\gamespy\md5.h">
4774-
<Filter>Core\Client\Level\ClientDigestComputer</Filter>
4775-
</ClInclude>
47764773
<ClInclude Include="DemoInfo.h">
47774774
<Filter>Core\Client\Level\LevelNetworkDemo</Filter>
47784775
</ClInclude>
@@ -6651,6 +6648,9 @@
66516648
<ClInclude Include="CdkeyDecode\cdkeydecode.h">
66526649
<Filter>Core\Server\CdkeyDecode</Filter>
66536650
</ClInclude>
6651+
<ClInclude Include="..\Externals\GameSpy\src\GameSpy\md5.h">
6652+
<Filter>Core\Client\Level\ClientDigestComputer</Filter>
6653+
</ClInclude>
66546654
</ItemGroup>
66556655
<ItemGroup>
66566656
<ClCompile Include="damage_manager.cpp">
@@ -8165,9 +8165,6 @@
81658165
<ClCompile Include="Level_network_digest_computer.cpp">
81668166
<Filter>Core\Client\Level\ClientDigestComputer</Filter>
81678167
</ClCompile>
8168-
<ClCompile Include="..\xrGameSpy\gamespy\md5c.c">
8169-
<Filter>Core\Client\Level\ClientDigestComputer</Filter>
8170-
</ClCompile>
81718168
<ClCompile Include="DemoInfo.cpp">
81728169
<Filter>Core\Client\Level\LevelNetworkDemo</Filter>
81738170
</ClCompile>
@@ -10160,6 +10157,9 @@
1016010157
<ClCompile Include="CdkeyDecode\cdkeydecode.c">
1016110158
<Filter>Core\Server\CdkeyDecode</Filter>
1016210159
</ClCompile>
10160+
<ClCompile Include="..\Externals\GameSpy\src\GameSpy\md5c.c">
10161+
<Filter>Core\Client\Level\ClientDigestComputer</Filter>
10162+
</ClCompile>
1016310163
</ItemGroup>
1016410164
<ItemGroup>
1016510165
<CustomBuild Include="ai\monsters\chimera\chimera_attack_state.h">

src/xrGameSpy/gamespy/Chat/changelog.txt

Lines changed: 0 additions & 131 deletions
This file was deleted.

0 commit comments

Comments
 (0)