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.
@@ -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"] = 312248;
12551
+ var ___start_em_js = Module["___start_em_js"] = 312264;
12552
12552
 
12553
- var ___stop_em_js = Module["___stop_em_js"] = 312646;
12553
+ var ___stop_em_js = Module["___stop_em_js"] = 312662;
12554
12554
 
12555
12555
  Module["keepRuntimeAlive"] = keepRuntimeAlive;
12556
12556
 
package/README.md CHANGED
@@ -1,26 +1,15 @@
1
- # Built from changelist ID dade4b6c214908c67e2653ef8e30d84cc4e65fec
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
- - Clients can retrieve the avatar portraits of any user (#357) *(dc34ad2)* [**OB-3254**]
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
- | c58db48 | MAG-AW | Staging 4.15.2 (#263)<br>&bull; [NT-0] feat: Dependencies auto-install on OSX (#253)<br>In the same way we automatically install python dependencies at the<br>start of the project generation process on Windows, we now also<br>invoke the equivalent pip command at the start of OSX project<br>generation.<br>&bull; [NT-0] fix: Fixed call to createSpace in basic web example and updated examples to CSP 4.15.1 (#261)<br>&bull; [NT-0] fix: Update web example createSpace call<br>&bull; [NO-0] refac: Update web examples to CSP 4.15.1<br>&bull; [OB-2323] fix: CSP crashing on M1 macs (#258)<br>[OB-2323] fix: CSP crashing on M1 macs<br>Similar to recent crashes that have been fixed for<br>Quest & Android, mimalloc crashes when CSP is<br>initialized within an application running on an M1 Mac. Disabling mimalloc on osx addresses the issue.<br>&bull; [OF-1094] test: Cancellation token tests (#254)<br>[OF-1094] test: coverage for CancellationToken<br>&bull; Validating cancellation tokens don't support copy & move operators.<br>&bull; Validating repeated cancellation.<br>&bull; Validating cancellation state post-construction.<br>&bull; [OB-3057] fix: fix optional enum regression (#262)<br>---------<br>Co-authored-by: Sam Birley <99482500+MAG-SamBirley@users.noreply.github.com><br>Co-authored-by: Thomas Greenhalgh <111896829+MAG-ThomasGreenhalgh@users.noreply.github.com><br>Co-authored-by: Michael K <99647234+MAG-MichaelK@users.noreply.github.com> |
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>&bull; [OF-1179] refac!: WIP MultiplayerConnection API<br>&bull; [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>&bull; [OF-1179] test: fixed some c# test errors<br>&bull; [OF-1179] refac: added a missing Initialisation<br>&bull; [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>&bull; [OF-1179] refac!: WIP MultiplayerConnection API<br>&bull; [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>&bull; [OF-1179] test: fixed some c# test errors<br>&bull; [OF-1179] refac: added a missing Initialisation<br>&bull; [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>&bull; Login and Connect combined<br>&bull; Logout and Disconnect combined<br>&bull; 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>&bull; Login and Connect combined<br>&bull; Logout and Disconnect combined<br>&bull; tests updated |
26
+ | 60f3b9c | MAG-AW | [OB-3276] fix: Crash on Unity when logging in (#363)<br>&bull; Resolved issues with callback types causing a crash<br>&bull; 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+) |