Skip to content
This repository was archived by the owner on Dec 5, 2018. It is now read-only.

Commit 78fb70d

Browse files
authored
Merge pull request #10 from spatialos/13.1.0
13.1.0
2 parents 89a32b6 + 036422c commit 78fb70d

21 files changed

+410
-385
lines changed

spatialos.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "your_project_name_here",
33
"project_version": "1.0.0",
4-
"sdk_version": "13.0.0",
4+
"sdk_version": "13.1.0",
55
"dependencies": [
6-
{"name": "standard_library", "version": "13.0.0"}
6+
{"name": "standard_library", "version": "13.1.0"}
77
]
88
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

workers/unity/Assets/Plugins/Improbable/Sdk/Dll/Improbable.WorkerSdkCsharp.Framework.dll.meta

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workers/unity/Assets/Plugins/Improbable/Sdk/Dll/Improbable.WorkerSdkCsharp.Framework.xml

+350-350
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workers/unity/Assets/Plugins/Improbable/Sdk/Dll/Improbable.WorkerSdkCsharp.Framework.xml.meta

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

workers/unity/Assets/Plugins/Improbable/Sdk/Dll/Improbable.WorkerSdkCsharp.dll.meta

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workers/unity/Assets/Plugins/Improbable/Sdk/Dll/Improbable.WorkerSdkCsharp.xml

+36-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workers/unity/Assets/Plugins/Improbable/Sdk/Dll/Improbable.WorkerSdkCsharp.xml.meta

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workers/unity/Assets/Plugins/Improbable/Sdk/Src/Unity/Commands/ComponentCommander.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Improbable.Unity.Core
1313
{
1414
class ComponentCommander : IComponentCommander
1515
{
16-
private const uint DefaultCommandTimeoutMs = 1000;
16+
public const uint DefaultCommandTimeoutMs = 1000;
1717

1818
private readonly HashSet<Type> commandResponseThunksRegistered;
1919
private readonly Dictionary<uint, ICommandCallbackWrapper> requestIdToCallback;
@@ -94,7 +94,7 @@ private Option<uint> SendGenericCommand<TResponse>(CommandCallback<TResponse> ca
9494
return new Option<uint>();
9595
}
9696

97-
var timeoutMs = timeout.HasValue ? (uint) timeout.Value.Milliseconds : DefaultCommandTimeoutMs;
97+
var timeoutMs = timeout.HasValue ? (uint) timeout.Value.TotalMilliseconds : DefaultCommandTimeoutMs;
9898
var requestId = sendRequestWithTimeoutMs(timeoutMs);
9999
requestIdToCallback.Add(requestId, callbackWrapper);
100100
return requestId;
-512 Bytes
Binary file not shown.

workers/unity/Improbable/build_script/spatialos.unity.client.build.experimental.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"--output=.spatialos/generated/std",
1313
"--language=csharp",
1414
"--input=../../build/dependencies/schema/standard_library",
15-
"--version=13.0.0"
15+
"--version=13.1.0"
1616
]
1717
},
1818
{
@@ -25,7 +25,7 @@
2525
"--language=csharp",
2626
"--input=../../schema",
2727
"--repository=../../build/dependencies/schema",
28-
"--version=13.0.0"
28+
"--version=13.1.0"
2929
]
3030
},
3131
{
@@ -37,7 +37,7 @@
3737
"--output=.spatialos/json/std",
3838
"--language=ast_json",
3939
"--input=../../build/dependencies/schema/standard_library",
40-
"--version=13.0.0"
40+
"--version=13.1.0"
4141
]
4242
},
4343
{
@@ -50,7 +50,7 @@
5050
"--language=ast_json",
5151
"--input=../../schema",
5252
"--repository=../../build/dependencies/schema",
53-
"--version=13.0.0"
53+
"--version=13.1.0"
5454
]
5555
},
5656
{

workers/unity/Improbable/build_script/spatialos.unity.client.build.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"--output=.spatialos/generated/std",
1313
"--language=csharp",
1414
"--input=../../build/dependencies/schema/standard_library",
15-
"--version=13.0.0"
15+
"--version=13.1.0"
1616
]
1717
},
1818
{
@@ -25,7 +25,7 @@
2525
"--language=csharp",
2626
"--input=../../schema",
2727
"--repository=../../build/dependencies/schema",
28-
"--version=13.0.0"
28+
"--version=13.1.0"
2929
]
3030
},
3131
{
@@ -37,7 +37,7 @@
3737
"--output=.spatialos/json/std",
3838
"--language=ast_json",
3939
"--input=../../build/dependencies/schema/standard_library",
40-
"--version=13.0.0"
40+
"--version=13.1.0"
4141
]
4242
},
4343
{
@@ -50,7 +50,7 @@
5050
"--language=ast_json",
5151
"--input=../../schema",
5252
"--repository=../../build/dependencies/schema",
53-
"--version=13.0.0"
53+
"--version=13.1.0"
5454
]
5555
},
5656
{

workers/unity/Improbable/build_script/spatialos.unity.worker.build.experimental.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"--output=.spatialos/generated/std",
1313
"--language=csharp",
1414
"--input=../../build/dependencies/schema/standard_library",
15-
"--version=13.0.0"
15+
"--version=13.1.0"
1616
]
1717
},
1818
{
@@ -25,7 +25,7 @@
2525
"--language=csharp",
2626
"--input=../../schema",
2727
"--repository=../../build/dependencies/schema",
28-
"--version=13.0.0"
28+
"--version=13.1.0"
2929
]
3030
},
3131
{
@@ -37,7 +37,7 @@
3737
"--output=.spatialos/json/std",
3838
"--language=ast_json",
3939
"--input=../../build/dependencies/schema/standard_library",
40-
"--version=13.0.0"
40+
"--version=13.1.0"
4141
]
4242
},
4343
{
@@ -50,7 +50,7 @@
5050
"--language=ast_json",
5151
"--input=../../schema",
5252
"--repository=../../build/dependencies/schema",
53-
"--version=13.0.0"
53+
"--version=13.1.0"
5454
]
5555
},
5656
{

workers/unity/Improbable/build_script/spatialos.unity.worker.build.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"--output=.spatialos/generated/std",
1313
"--language=csharp",
1414
"--input=../../build/dependencies/schema/standard_library",
15-
"--version=13.0.0"
15+
"--version=13.1.0"
1616
]
1717
},
1818
{
@@ -25,7 +25,7 @@
2525
"--language=csharp",
2626
"--input=../../schema",
2727
"--repository=../../build/dependencies/schema",
28-
"--version=13.0.0"
28+
"--version=13.1.0"
2929
]
3030
},
3131
{
@@ -37,7 +37,7 @@
3737
"--output=.spatialos/json/std",
3838
"--language=ast_json",
3939
"--input=../../build/dependencies/schema/standard_library",
40-
"--version=13.0.0"
40+
"--version=13.1.0"
4141
]
4242
},
4343
{
@@ -50,7 +50,7 @@
5050
"--language=ast_json",
5151
"--input=../../schema",
5252
"--repository=../../build/dependencies/schema",
53-
"--version=13.0.0"
53+
"--version=13.1.0"
5454
]
5555
},
5656
{

0 commit comments

Comments
 (0)