Skip to content

Commit 7820c59

Browse files
author
nitrocaster
committed
Move xrGame/gamespy/CdkeyDecode -> xrGame/CdkeyDecode.
1 parent 3bca1e2 commit 7820c59

File tree

7 files changed

+28
-26
lines changed

7 files changed

+28
-26
lines changed
File renamed without changes.
File renamed without changes.

src/xrGame/MainMenu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include "gamespy/GameSpy_Full.h"
1515
#include "gamespy/GameSpy_HTTP.h"
1616
#include "gamespy/GameSpy_Available.h"
17-
#include "gamespy/CdkeyDecode/cdkeydecode.h"
17+
#include "CdkeyDecode/cdkeydecode.h"
1818
#include "string_table.h"
1919
#include "xrCore/os_clipboard.h"
2020

src/xrGame/xrGame.vcxproj

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,8 @@
778778
<ClInclude Include="CarLights.h" />
779779
<ClInclude Include="CarWeapon.h" />
780780
<ClInclude Include="car_memory.h" />
781+
<ClInclude Include="CdkeyDecode\base32.h" />
782+
<ClInclude Include="CdkeyDecode\cdkeydecode.h" />
781783
<ClInclude Include="cdkey_ban_list.h" />
782784
<ClInclude Include="CharacterPhysicsSupport.h" />
783785
<ClInclude Include="character_community.h" />
@@ -892,8 +894,6 @@
892894
<ClInclude Include="GalantineArtifact.h" />
893895
<ClInclude Include="GameObject.h" />
894896
<ClInclude Include="GamePersistent.h" />
895-
<ClInclude Include="gamespy\CdkeyDecode\base32.h" />
896-
<ClInclude Include="gamespy\CdkeyDecode\cdkeydecode.h" />
897897
<ClInclude Include="gamespy\GameSpy_ATLAS.h" />
898898
<ClInclude Include="GameSpy\GameSpy_Available.h" />
899899
<ClInclude Include="GameSpy\GameSpy_Base_Defs.h" />
@@ -2309,6 +2309,16 @@
23092309
<ClCompile Include="CarWeapon.cpp" />
23102310
<ClCompile Include="CarWheels.cpp" />
23112311
<ClCompile Include="car_memory.cpp" />
2312+
<ClCompile Include="CdkeyDecode\base32.c">
2313+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
2314+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">NotUsing</PrecompiledHeader>
2315+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
2316+
</ClCompile>
2317+
<ClCompile Include="CdkeyDecode\cdkeydecode.c">
2318+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
2319+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">NotUsing</PrecompiledHeader>
2320+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
2321+
</ClCompile>
23122322
<ClCompile Include="cdkey_ban_list.cpp" />
23132323
<ClCompile Include="CharacterPhysicsSupport.cpp" />
23142324
<ClCompile Include="character_community.cpp" />
@@ -2457,14 +2467,6 @@
24572467
<PrecompiledHeaderFile>pch_script.h</PrecompiledHeaderFile>
24582468
<PrecompiledHeaderOutputFile>$(IntDir)$(ProjectName)_script.pch</PrecompiledHeaderOutputFile>
24592469
</ClCompile>
2460-
<ClCompile Include="gamespy\CdkeyDecode\base32.c">
2461-
<PrecompiledHeader>
2462-
</PrecompiledHeader>
2463-
</ClCompile>
2464-
<ClCompile Include="gamespy\CdkeyDecode\cdkeydecode.c">
2465-
<PrecompiledHeader>
2466-
</PrecompiledHeader>
2467-
</ClCompile>
24682470
<ClCompile Include="gamespy\GameSpy_ATLAS.cpp" />
24692471
<ClCompile Include="GameSpy\GameSpy_Available.cpp" />
24702472
<ClCompile Include="GameSpy\GameSpy_Browser.cpp" />

src/xrGame/xrGame.vcxproj.filters

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1831,9 +1831,6 @@
18311831
<Filter Include="Core\Server\GameSpy">
18321832
<UniqueIdentifier>{0e29aa42-d79c-425a-994b-c18169f076de}</UniqueIdentifier>
18331833
</Filter>
1834-
<Filter Include="Core\Server\GameSpy\CdkeyDecode">
1835-
<UniqueIdentifier>{1e260ced-c32e-4b46-a3cc-a5fd5d7c6109}</UniqueIdentifier>
1836-
</Filter>
18371834
<Filter Include="Core\Server\ID_Generator">
18381835
<UniqueIdentifier>{896c2566-b777-4505-acd6-792e19f54026}</UniqueIdentifier>
18391836
</Filter>
@@ -2287,6 +2284,9 @@
22872284
<Filter Include="ScriptClasses\ScriptSound">
22882285
<UniqueIdentifier>{7461340c-f13a-4ba4-a432-e8aeca7393cf}</UniqueIdentifier>
22892286
</Filter>
2287+
<Filter Include="Core\Server\CdkeyDecode">
2288+
<UniqueIdentifier>{43eeb848-b66f-495c-8120-ea477ba14632}</UniqueIdentifier>
2289+
</Filter>
22902290
</ItemGroup>
22912291
<ItemGroup>
22922292
<ClInclude Include="mt_config.h">
@@ -5940,12 +5940,6 @@
59405940
<ClInclude Include="gamespy\GameSpy_SAKE.h">
59415941
<Filter>Core\Server\GameSpy</Filter>
59425942
</ClInclude>
5943-
<ClInclude Include="gamespy\CdkeyDecode\base32.h">
5944-
<Filter>Core\Server\GameSpy\CdkeyDecode</Filter>
5945-
</ClInclude>
5946-
<ClInclude Include="gamespy\CdkeyDecode\cdkeydecode.h">
5947-
<Filter>Core\Server\GameSpy\CdkeyDecode</Filter>
5948-
</ClInclude>
59495943
<ClInclude Include="id_generator.h">
59505944
<Filter>Core\Server\ID_Generator</Filter>
59515945
</ClInclude>
@@ -6693,6 +6687,12 @@
66936687
<ClInclude Include="LevelGraphDebugRender.hpp">
66946688
<Filter>AI\ADebug</Filter>
66956689
</ClInclude>
6690+
<ClInclude Include="CdkeyDecode\base32.h">
6691+
<Filter>Core\Server\CdkeyDecode</Filter>
6692+
</ClInclude>
6693+
<ClInclude Include="CdkeyDecode\cdkeydecode.h">
6694+
<Filter>Core\Server\CdkeyDecode</Filter>
6695+
</ClInclude>
66966696
</ItemGroup>
66976697
<ItemGroup>
66986698
<ClCompile Include="damage_manager.cpp">
@@ -9353,12 +9353,6 @@
93539353
<ClCompile Include="gamespy\GameSpy_SAKE.cpp">
93549354
<Filter>Core\Server\GameSpy</Filter>
93559355
</ClCompile>
9356-
<ClCompile Include="gamespy\CdkeyDecode\base32.c">
9357-
<Filter>Core\Server\GameSpy\CdkeyDecode</Filter>
9358-
</ClCompile>
9359-
<ClCompile Include="gamespy\CdkeyDecode\cdkeydecode.c">
9360-
<Filter>Core\Server\GameSpy\CdkeyDecode</Filter>
9361-
</ClCompile>
93629356
<ClCompile Include="..\xrServerEntities\gametype_chooser.cpp">
93639357
<Filter>Core\Server\ServerEntities</Filter>
93649358
</ClCompile>
@@ -10235,6 +10229,12 @@
1023510229
<ClCompile Include="LevelGraphDebugRender.cpp">
1023610230
<Filter>AI\ADebug</Filter>
1023710231
</ClCompile>
10232+
<ClCompile Include="CdkeyDecode\base32.c">
10233+
<Filter>Core\Server\CdkeyDecode</Filter>
10234+
</ClCompile>
10235+
<ClCompile Include="CdkeyDecode\cdkeydecode.c">
10236+
<Filter>Core\Server\CdkeyDecode</Filter>
10237+
</ClCompile>
1023810238
</ItemGroup>
1023910239
<ItemGroup>
1024010240
<CustomBuild Include="ai\monsters\chimera\chimera_attack_state.h">

0 commit comments

Comments
 (0)