Skip to content

Commit a9eea47

Browse files
committed
Update EOS 1.17.1.3 CL 44532354
Add P2P connection state tracking and handshake protocol, Multibyte character fix for Windows dllmain.cpp, EAC Fix
1 parent cd4aca8 commit a9eea47

File tree

1,253 files changed

+34708
-55390
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,253 files changed

+34708
-55390
lines changed

Assets/Plugins/Linux/Core/LinuxPlatformSpecifics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public override void LoadDelegatesWithEOSBindingAPI()
6565
{
6666
#if EOS_DYNAMIC_BINDINGS || UNITY_EDITOR
6767
// TODO: This code does not appear to do anything...
68-
const string EOSBinaryName = Epic.OnlineServices.Config.LibraryName;
68+
const string EOSBinaryName = Epic.OnlineServices.Common.LIBRARY_NAME;
6969
var eosLibraryHandle = EOSManager.EOSSingleton.LoadDynamicLibrary(EOSBinaryName);
7070
#endif
7171
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:13cfd9edf7058c4b110cb7c34b312dcbd894fffe038e8181d048555b76c105d5
3-
size 85024
2+
oid sha256:a6eb6f166c2a542468fa64ed57ffcc4a6bc71a601e01eef84dc1216c98637c35
3+
size 78736

Assets/Plugins/Linux/libDynamicLibraryLoaderHelper.so.meta

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:5d06b940d1d67736db2df3ce81520424b55b1fc0924bfc2f88ef7c06dc3c8a5c
3-
size 28493432
2+
oid sha256:d2b76ae303f74cfdba1efec9a5042d2e389e2767c543dc9878d9e7674396d49d
3+
size 25978880

Assets/Plugins/Windows/Core/WindowsPlatformSpecifics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public override void LoadDelegatesWithEOSBindingAPI()
9595
{
9696
// In the editor, EOS needs to be dynamically bound.
9797
#if EOS_DYNAMIC_BINDINGS || UNITY_EDITOR
98-
const string EOSBinaryName = Epic.OnlineServices.Config.LibraryName;
98+
const string EOSBinaryName = Epic.OnlineServices.Common.LIBRARY_NAME;
9999
var eosLibraryHandle = EOSManager.EOSSingleton.LoadDynamicLibrary(EOSBinaryName);
100100
Epic.OnlineServices.WindowsBindings.Hook<DLLHandle>(eosLibraryHandle, (DLLHandle handle, string functionName) => {
101101
return handle.LoadFunctionAsIntPtr(functionName);
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:9d8f034fe2e08482bc0a131702fd9a4066337fc5149527c8b1877a870b6ac9a4
3-
size 122880
2+
oid sha256:3948df12ae0a2e1283b67b784e023c0a5252c54b5a53b73c7b7753db7d73f730
3+
size 125440
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:47261706ef55eca3df8ff2fef22937c77c7e1cc8e98f3171a8562c47005d781b
3-
size 18235920
2+
oid sha256:0eec2f7f47c4a991010caf3d5240d41237a1fa25967d3f711cad34e30534179f
3+
size 19035600
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:71d77cd8cb1d153472ab5d01e9ae62f7415c95c0baa8c4e54cc856fc2842e758
3-
size 604672
2+
oid sha256:06ed9b3325bac475ccfa8c59a8baa3a87e108b0904dfefc3512c91cccb0e36d9
3+
size 637952
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:cb8494abca7f617353dd1e1f900ead28a1de316dc84779b63bcf74efcd83ef74
3-
size 87040
2+
oid sha256:806cdbe2de2a9b2937a8d1981ce3ba6552812974258277a9843f19acf2411261
3+
size 110592
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:bfb79a75e72454b68f5d546e833936cb4c74804d67f58e1af232a49a425aa697
3-
size 14016528
2+
oid sha256:1a65b69e12bdf3f2cb6285eb64a0ec169cd36c81ee1aaf2783c09e60cdea2d6f
3+
size 14765008

0 commit comments

Comments
 (0)