diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2023-01-04 00:36:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-04 00:36:51 +0000 |
commit | 4fb1ae07d8f078e7abde99900c6a8286148a380a (patch) | |
tree | 56014eed36f16df79aab2c5cee527303dd70662d /NorthstarDLL/NorthstarDLL.vcxproj | |
parent | a4aab8da64eded240867fbe51d272aa44a180a26 (diff) | |
download | NorthstarLauncher-4fb1ae07d8f078e7abde99900c6a8286148a380a.tar.gz NorthstarLauncher-4fb1ae07d8f078e7abde99900c6a8286148a380a.zip |
generally cleanup authentication code and fix client state issues with rejection from local server (#360)
* generally cleanup authentication code and fix client state issues with
rejection from local server
* fix formatting
* fix formatting
* use client-provided uid for logging disconnect failure as it won't be
copied to player if authentication fails
* support loading savegame and use more reliable method for fixing
client rejection issues
* oops forgot to add rejectconnectionfixes.cpp
* fixup formatting
Diffstat (limited to 'NorthstarDLL/NorthstarDLL.vcxproj')
-rw-r--r-- | NorthstarDLL/NorthstarDLL.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDLL/NorthstarDLL.vcxproj b/NorthstarDLL/NorthstarDLL.vcxproj index 4615a0f5..265debf2 100644 --- a/NorthstarDLL/NorthstarDLL.vcxproj +++ b/NorthstarDLL/NorthstarDLL.vcxproj @@ -456,6 +456,7 @@ <ClCompile Include="client\clientauthhooks.cpp" />
<ClCompile Include="client\clientruihooks.cpp" />
<ClCompile Include="client\clientvideooverrides.cpp" />
+ <ClCompile Include="client\rejectconnectionfixes.cpp" />
<ClCompile Include="client\debugoverlay.cpp" />
<ClCompile Include="client\demofixes.cpp" />
<ClCompile Include="client\diskvmtfixes.cpp" />
|