connected-spaces-platform.web 4.22.0 → 4.22.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Debug/ConnectedSpacesPlatform_WASM.js +2 -2
- package/Debug/ConnectedSpacesPlatform_WASM.wasm +0 -0
- package/Debug/ConnectedSpacesPlatform_WASM.wasm.debug.wasm +0 -0
- package/README.md +3 -24
- package/Release/ConnectedSpacesPlatform_WASM.js +1 -1
- package/Release/ConnectedSpacesPlatform_WASM.wasm +0 -0
- package/package.json +1 -1
|
@@ -12548,9 +12548,9 @@ var ___thrown_object_from_unwind_exception = Module["___thrown_object_from_unwin
|
|
|
12548
12548
|
|
|
12549
12549
|
var ___get_exception_message = Module["___get_exception_message"] = createExportWrapper("__get_exception_message");
|
|
12550
12550
|
|
|
12551
|
-
var ___start_em_js = Module["___start_em_js"] =
|
|
12551
|
+
var ___start_em_js = Module["___start_em_js"] = 312264;
|
|
12552
12552
|
|
|
12553
|
-
var ___stop_em_js = Module["___stop_em_js"] =
|
|
12553
|
+
var ___stop_em_js = Module["___stop_em_js"] = 312662;
|
|
12554
12554
|
|
|
12555
12555
|
Module["keepRuntimeAlive"] = keepRuntimeAlive;
|
|
12556
12556
|
|
|
Binary file
|
|
Binary file
|
package/README.md
CHANGED
|
@@ -1,26 +1,15 @@
|
|
|
1
|
-
# Built from changelist ID
|
|
1
|
+
# Built from changelist ID 4af842282c7a002cb53bc8d94cd700c8290c6fb6
|
|
2
2
|
|
|
3
3
|
<br>
|
|
4
4
|
|
|
5
5
|
## Summary Lists
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
### 🔥 ❗ Breaking Changes
|
|
9
|
-
|
|
10
|
-
- Combined connect calls (#358) *(d84fcef)* [**OF-1248**]
|
|
11
|
-
- Combined connect calls (#358) *(3ce6704)* [**OF-1248**]
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
### 🍰 🙌 New Features
|
|
15
|
-
|
|
16
|
-
- Recent spaces storage increased to 50 (#354) *(67eaec2)* [**OF-1213**]
|
|
17
|
-
- Recent spaces storage increased to 50 (#354) *(79f6a1a)* [**OF-1213**]
|
|
18
8
|
|
|
19
9
|
|
|
20
10
|
### 🐛 🔨 Bug Fixes
|
|
21
11
|
|
|
22
|
-
-
|
|
23
|
-
- Clients can retrieve the avatar portraits of any user (#357) *(16cf0fa)* [**OB-3254**]
|
|
12
|
+
- Crash on Unity when logging in (#363) *(60f3b9c)* [**OB-3276**]
|
|
24
13
|
|
|
25
14
|
|
|
26
15
|
|
|
@@ -34,14 +23,4 @@
|
|
|
34
23
|
|
|
35
24
|
| Change ID | Author | Description |
|
|
36
25
|
| --------- | ------ | ----------- |
|
|
37
|
-
|
|
|
38
|
-
| 7c2927b | dependabot[bot] | build(deps): bump pyyaml from 5.3.1 to 5.4 in /teamcity (#347)<br>[NT-0] fix: bump pyyaml from 5.3.1 to 5.4 in /teamcity |
|
|
39
|
-
| 67eaec2 | Sam Birley | [OF-1213] feat: recent spaces storage increased to 50 (#354)<br>Users can now store up to the fifty most recent spaces that they have visited. Previously this value was ten. |
|
|
40
|
-
| c4e3eaf | MAG-AW | Of 1179 multiplayer connection refactor (#350)<br>• [OF-1179] refac!: WIP MultiplayerConnection API<br>• [OF-1179] refac!: Reorder of MP API call flow<br>- InitialiseConnection has been removed.<br>Most of this functionality now lives in EnterSpace, which also sets<br>scopes and retrieves the spaces entities now.<br>- Creating a MultiplayerConnection is now no longer needed.<br>- MultiplayerConnection and SpaceEntitySystem are now managed by the<br>SystemsManager and can be retrieved from there.<br>- Many tests have been refactored to use the new flow.<br>• [OF-1179] test: fixed some c# test errors<br>• [OF-1179] refac: added a missing Initialisation<br>• [OF-1179] test: fixed shutdowns failing tests |
|
|
41
|
-
| 46c994e | dependabot[bot] | build(deps): bump pyyaml from 5.3.1 to 5.4 in /teamcity (#347)<br>[NT-0] fix: bump pyyaml from 5.3.1 to 5.4 in /teamcity |
|
|
42
|
-
| 79f6a1a | Sam Birley | [OF-1213] feat: recent spaces storage increased to 50 (#354)<br>Users can now store up to the fifty most recent spaces that they have visited. Previously this value was ten. |
|
|
43
|
-
| 6787acb | MAG-AW | Of 1179 multiplayer connection refactor (#350)<br>• [OF-1179] refac!: WIP MultiplayerConnection API<br>• [OF-1179] refac!: Reorder of MP API call flow<br>- InitialiseConnection has been removed.<br>Most of this functionality now lives in EnterSpace, which also sets<br>scopes and retrieves the spaces entities now.<br>- Creating a MultiplayerConnection is now no longer needed.<br>- MultiplayerConnection and SpaceEntitySystem are now managed by the<br>SystemsManager and can be retrieved from there.<br>- Many tests have been refactored to use the new flow.<br>• [OF-1179] test: fixed some c# test errors<br>• [OF-1179] refac: added a missing Initialisation<br>• [OF-1179] test: fixed shutdowns failing tests |
|
|
44
|
-
| dc34ad2 | Sam Birley | [OB-3254] fix: Clients can retrieve the avatar portraits of any user (#357)<br>CSP client applications can retrieve the avatar portraits for users other than the one that is currently signed in. |
|
|
45
|
-
| d84fcef | MAG-AW | [OF-1248] refac!: combined connect calls (#358)<br>• Login and Connect combined<br>• Logout and Disconnect combined<br>• tests updated |
|
|
46
|
-
| 16cf0fa | Sam Birley | [OB-3254] fix: Clients can retrieve the avatar portraits of any user (#357)<br>CSP client applications can retrieve the avatar portraits for users other than the one that is currently signed in. |
|
|
47
|
-
| 3ce6704 | MAG-AW | [OF-1248] refac!: combined connect calls (#358)<br>• Login and Connect combined<br>• Logout and Disconnect combined<br>• tests updated |
|
|
26
|
+
| 60f3b9c | MAG-AW | [OB-3276] fix: Crash on Unity when logging in (#363)<br>• Resolved issues with callback types causing a crash<br>• Refactored the Unity Example to use the new multiplayer flow, the<br>examples will need to be updated to use the package next produced<br>following this commit. (4.22.1+) |
|