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

Commit

Permalink
Merge pull request #18 from spatialos/13.1.0
Browse files Browse the repository at this point in the history
13.1.0
  • Loading branch information
oblm authored Jul 6, 2018
2 parents fe31599 + 4fcf67e commit 32e285b
Show file tree
Hide file tree
Showing 23 changed files with 428 additions and 385 deletions.
4 changes: 2 additions & 2 deletions spatialos.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "your_project_name_here",
"project_version": "1.0.0",
"sdk_version": "13.0.1",
"sdk_version": "13.1.0",
"dependencies": [
{"name": "standard_library", "version": "13.0.1"}
{"name": "standard_library", "version": "13.1.0"}
]
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Improbable.Unity.Core
{
class ComponentCommander : IComponentCommander
{
private const uint DefaultCommandTimeoutMs = 1000;
public const uint DefaultCommandTimeoutMs = 1000;

private readonly HashSet<Type> commandResponseThunksRegistered;
private readonly Dictionary<uint, ICommandCallbackWrapper> requestIdToCallback;
Expand Down Expand Up @@ -94,7 +94,7 @@ private Option<uint> SendGenericCommand<TResponse>(CommandCallback<TResponse> ca
return new Option<uint>();
}

var timeoutMs = timeout.HasValue ? (uint) timeout.Value.Milliseconds : DefaultCommandTimeoutMs;
var timeoutMs = timeout.HasValue ? (uint) timeout.Value.TotalMilliseconds : DefaultCommandTimeoutMs;
var requestId = sendRequestWithTimeoutMs(timeoutMs);
requestIdToCallback.Add(requestId, callbackWrapper);
return requestId;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified workers/unity/Improbable/bin/UnityCodeGenerator.exe
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"--output=.spatialos/generated/std",
"--language=csharp",
"--input=../../build/dependencies/schema/standard_library",
"--version=13.0.0"
"--version=13.1.0"
]
},
{
Expand All @@ -25,7 +25,7 @@
"--language=csharp",
"--input=../../schema",
"--repository=../../build/dependencies/schema",
"--version=13.0.0"
"--version=13.1.0"
]
},
{
Expand All @@ -37,7 +37,7 @@
"--output=.spatialos/json/std",
"--language=ast_json",
"--input=../../build/dependencies/schema/standard_library",
"--version=13.0.0"
"--version=13.1.0"
]
},
{
Expand All @@ -50,7 +50,7 @@
"--language=ast_json",
"--input=../../schema",
"--repository=../../build/dependencies/schema",
"--version=13.0.0"
"--version=13.1.0"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"--output=.spatialos/generated/std",
"--language=csharp",
"--input=../../build/dependencies/schema/standard_library",
"--version=13.0.0"
"--version=13.1.0"
]
},
{
Expand All @@ -25,7 +25,7 @@
"--language=csharp",
"--input=../../schema",
"--repository=../../build/dependencies/schema",
"--version=13.0.0"
"--version=13.1.0"
]
},
{
Expand All @@ -37,7 +37,7 @@
"--output=.spatialos/json/std",
"--language=ast_json",
"--input=../../build/dependencies/schema/standard_library",
"--version=13.0.0"
"--version=13.1.0"
]
},
{
Expand All @@ -50,7 +50,7 @@
"--language=ast_json",
"--input=../../schema",
"--repository=../../build/dependencies/schema",
"--version=13.0.0"
"--version=13.1.0"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"--output=.spatialos/generated/std",
"--language=csharp",
"--input=../../build/dependencies/schema/standard_library",
"--version=13.0.0"
"--version=13.1.0"
]
},
{
Expand All @@ -25,7 +25,7 @@
"--language=csharp",
"--input=../../schema",
"--repository=../../build/dependencies/schema",
"--version=13.0.0"
"--version=13.1.0"
]
},
{
Expand All @@ -37,7 +37,7 @@
"--output=.spatialos/json/std",
"--language=ast_json",
"--input=../../build/dependencies/schema/standard_library",
"--version=13.0.0"
"--version=13.1.0"
]
},
{
Expand All @@ -50,7 +50,7 @@
"--language=ast_json",
"--input=../../schema",
"--repository=../../build/dependencies/schema",
"--version=13.0.0"
"--version=13.1.0"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"--output=.spatialos/generated/std",
"--language=csharp",
"--input=../../build/dependencies/schema/standard_library",
"--version=13.0.0"
"--version=13.1.0"
]
},
{
Expand All @@ -25,7 +25,7 @@
"--language=csharp",
"--input=../../schema",
"--repository=../../build/dependencies/schema",
"--version=13.0.0"
"--version=13.1.0"
]
},
{
Expand All @@ -37,7 +37,7 @@
"--output=.spatialos/json/std",
"--language=ast_json",
"--input=../../build/dependencies/schema/standard_library",
"--version=13.0.0"
"--version=13.1.0"
]
},
{
Expand All @@ -50,7 +50,7 @@
"--language=ast_json",
"--input=../../schema",
"--repository=../../build/dependencies/schema",
"--version=13.0.0"
"--version=13.1.0"
]
},
{
Expand Down

0 comments on commit 32e285b

Please sign in to comment.