connected-spaces-platform.web 4.19.0 → 4.20.0

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.
@@ -12560,9 +12560,9 @@ var ___thrown_object_from_unwind_exception = Module["___thrown_object_from_unwin
12560
12560
 
12561
12561
  var ___get_exception_message = Module["___get_exception_message"] = createExportWrapper("__get_exception_message");
12562
12562
 
12563
- var ___start_em_js = Module["___start_em_js"] = 311720;
12563
+ var ___start_em_js = Module["___start_em_js"] = 311736;
12564
12564
 
12565
- var ___stop_em_js = Module["___stop_em_js"] = 312118;
12565
+ var ___stop_em_js = Module["___stop_em_js"] = 312134;
12566
12566
 
12567
12567
  Module["keepRuntimeAlive"] = keepRuntimeAlive;
12568
12568
 
package/README.md CHANGED
@@ -1,54 +1,22 @@
1
- # Built from changelist ID 1da5a6619f6c7059566dd09ad19de16e7321f46e
1
+ # Built from changelist ID 97c71cd21b5536392810686c81239d9b12be56cd
2
2
 
3
3
  <br>
4
4
 
5
5
  ## Summary Lists
6
6
 
7
7
 
8
- ### 🔥 ❗ Breaking Changes
9
-
10
- - Refactor Authentication results *(64c2ba6)* [**No Ticket**]
11
- - Merge asset collection get functions *(3acf6ba)* [**OF-498**]
12
- - Modify SettingsSystem API *(29e548a)* [**OF-1226**]
13
- - Make Systems dtors private *(5a2e8a2)* [**OF-998**]
14
-
15
-
16
- ### 🍰 🙌 New Features
17
-
18
- - Copying asset collections from one space to another (#299) *(e855213)* [**No Ticket**]
19
8
 
20
9
 
21
10
  ### 🐛 🔨 Bug Fixes
22
11
 
23
- - Remove Distutils dependency (#319) *(5a98376)* [**No Ticket**]
24
- - Remove distutils dependency (#320) *(0dab944)* [**No Ticket**]
25
- - FileAssetDataSource bad path (#314) *(2229200)* [**OB-953**]
26
- - IsModifiable flag impl (#324) *(19b5b59)* [**OF-627**]
27
- - Ensure const `Map` is immutable *(4162163)* [**OB-3073**]
28
- - Disable import.meta in TS wrapper *(801531f)* [**OF-1165**]
29
- - Check for non-existant AvatarInfo *(21660e4)* [**OB-3197**]
30
- - Check for non-existant AvatarInfo *(d312119)* [**OB-3197**]
31
- - Logging arg fix *(87b3c5b)* [**No Ticket**]
32
- - More logging fixes *(c8ec6b3)* [**No Ticket**]
33
- - Even more logging fixes *(a202154)* [**No Ticket**]
34
- - Logging arg fix *(244fab5)* [**No Ticket**]
35
- - More logging fixes *(b0dff63)* [**No Ticket**]
36
- - Even more logging fixes *(df9c14d)* [**No Ticket**]
37
- - Fix readme gen for GH commits *(5be4aac)* [**No Ticket**]
38
-
39
-
40
-
41
- ### 💫 💥 Code Refactors
42
-
43
- - Asset Uris encoded (#326) *(0f36d35)* [**OF-1215**]
44
- - Ensure allocator created first *(b3854e3)* [**OF-940**]
45
- - Errors on bad calls to metadata (#328) *(3a24c33)* [**OB-2626**]
12
+ - Fix SetCustomProperty not sending changes to clients (#345) *(c66a157)* [**OB-3203**]
13
+ - Bump gitpython from 3.1.32 to 3.1.41 *(4fdc213)* [**No Ticket**]
14
+ - Entity names emitted in log messages (#348) *(8435f72)* [**OF-687**]
15
+ - Fix spline waypoints in script *(6a14178)* [**OB-3227**]
46
16
 
47
17
 
48
18
 
49
- ### 📖 ✍ Documentation Changes
50
19
 
51
- - Datetime string ctor docmentation (#321) *(197e956)* [**OF-1103**]
52
20
 
53
21
 
54
22
 
@@ -58,28 +26,8 @@
58
26
 
59
27
  | Change ID | Author | Description |
60
28
  | --------- | ------ | ----------- |
61
- | 5a98376 | AdamThorn | [NT-0] fix: remove Distutils dependency (#319) |
62
- | 0dab944 | AdamThorn | [NT-0] fix: Remove distutils dependency (#320)<br>The build agents have been updated to Python 3.12<br>and support distutils has been removed with that release.<br>Updating the script to use shutil.copy_tree instead. |
63
- | dd056f6 | AdamThorn | Staging 4.18.0 (#322)<br>[NT-0] fix: Remove distutils dependency<br>The build agents have been updated to Python 3.12<br>and support distutils has been removed with that release.<br>Updating the script to use shutil.copy_tree instead. |
64
- | 197e956 | Sam Birley | [OF-1103] doc: datetime string ctor docmentation (#321)<br>The DateTime constructor accepting a string argument includes inline comments that document the expected format of the string being passed in. |
65
- | 2229200 | MAG-AW | [OB-953] fix: FileAssetDataSource bad path (#314)<br>CSP now gracefully handles cases where bad paths are provided to upload asset data. When a file cannot be found at the given path, an error will be emitted to the log. Tests have been added to validate the behaviour. |
66
- | e855213 | Sam Birley | [NT-0] feat: Copying asset collections from one space to another (#299)<br>CSP client applications can copy asset collections from one space to another via new API in the `AssetSystem`. The API expects that all asset collections provided by the client application all belong to the same space. |
67
- | 64c2ba6 | Michael K | [NT-0] refac!: Refactor Authentication results<br>Some result types have been refactored to reduce the number of public<br>result types, and to make the return value type more apparent.<br>BREAKING CHANGES:<br>&bull; `UserSystem::LogOut` now takes `NullResultCallback` instead of<br> `LogoutResultCallback`. `LogoutResultCallback` is now private.<br>&bull; `UserSystem::GetAgoraUserToken` now takes `StringResultCallback`<br> instead of `UserTokenResultCallback`. `UserTokenResultCallback` is<br> now private.<br>&bull; `UserSystem::GetCustomerPortalUrl` now takes `StringResultCallback`<br> instead of `CustomerPortalUrlResultCallback`.<br> `CustomerPortalUrlResultCallback` is now private.<br>&bull; `UserSystem::GetCheckoutSessionUrl` now takes `StringResultCallback`<br> instead of `CheckoutSessionUrlResultCallback`.<br> `CheckoutSessionUrlResultCallback` is now private.<br>&bull; `UserSystem::Ping` now takes a `NullResultCallback` instead of a<br> `PingResponseReceivedCallback`. `PingResponseReceivedCallback` has<br> been removed.<br>&bull; `LoginTokenReceived` has been renamed `LoginTokenInfoResult`.<br>&bull; `NewLoginTokenReceivedCallback` has been renamed<br> `LoginTokenInfoResultCallback`,<br>&bull; Non-const versions of result types' `GetX` members have been removed. |
68
- | 0f36d35 | TY | [OF-1215] refac: asset Uris encoded (#326) |
69
- | 3acf6ba | Michael K | [OF-498] refac!: merge asset collection get functions<br>This change merges `GetAssetCollectionsById` and<br>`GetAssetCollectionsByCriteria` into the function<br>`FindAssetCollections` |
70
- | 19b5b59 | MAG-AW | [OF-627] fix: IsModifiable flag impl (#324)<br>&bull; [OF-627] fix: IsModifiable flag impl<br>&bull; [OF-627] test: refactored tests for Serialisation<br>&bull; Tests needed a rework to account for property setting needing to<br>know information from the MultiplayerConnection.<br>&bull; [OF-627] refac: pr feedback refactoring<br>&bull; [OF-627] test: revert test changes<br>&bull; [OF-627] fix: disable modifiable check for offline |
71
- | b3854e3 | Michael K | [OF-940] refac: ensure allocator created first |
72
- | 29e548a | Michael K | [OF-1226] refac!: Modify SettingsSystem API<br>BREAKING CHANGE: This change removes the `UserId` parameter from all<br>public `SettingsSystem` functions. |
73
- | 4162163 | Michael K | [OB-3073] fix: ensure const `Map` is immutable<br>Indexing into a const `Map` with a key that is not already present will<br>no longer cause an allocation and will instead throw. |
74
- | 3a24c33 | MAG-AW | [OB-2626] refac: errors on bad calls to metadata (#328)<br>- Added error handling for calls to metadata request functions<br>where the passed SpaceId param is empty. |
75
- | 5a2e8a2 | Michael K | [OF-998] refac!: make Systems dtors private<br>BREAKING CHANGE: Systems classes no longer expose their destructors. If<br>you were calling `delete` (C++), `.Dispose()` (C#), or `.delete()` (JS)<br>you will need to remove these calls. |
76
- | 801531f | Michael K | [OF-1165] fix: disable import.meta in TS wrapper |
77
- | 21660e4 | Michael K | [OB-3197] fix: check for non-existant AvatarInfo |
78
- | d312119 | Michael K | [NT-0] fix: revert import.meta change |
79
- | 87b3c5b | Michael K | [NT-0] fix: logging arg fix<br>Fixes an issue where we were passing a String instead<br>of a C-String to CSP_LOG_&bull;. |
80
- | c8ec6b3 | Michael K | [NT-0] fix: more logging fixes<br>Fixes an issue where we were passing a String instead<br>of a C-String to CSP_LOG_&bull;. |
81
- | a202154 | Michael K | [NT-0] fix: even more logging fixes<br>Fixes an issue where we were passing a String instead<br>of a C-String to CSP_LOG_&bull;. |
82
- | 244fab5 | Michael K | [NT-0] fix: logging arg fix<br>Fixes an issue where we were passing a String instead<br>of a C-String to CSP_LOG_&bull;. |
83
- | b0dff63 | Michael K | [NT-0] fix: more logging fixes<br>Fixes an issue where we were passing a String instead<br>of a C-String to CSP_LOG_&bull;. |
84
- | df9c14d | Michael K | [NT-0] fix: even more logging fixes<br>Fixes an issue where we were passing a String instead<br>of a C-String to CSP_LOG_&bull;. |
85
- | 5be4aac | Michael K | [NT-0] fix: fix readme gen for GH commits<br>This change fixes an issue where commit message parsing fails for<br>commits authored from the GitHub UI, as no newline character exists.<br>It also fixes an issue with summary lists breaking the string case of<br>commit descriptions. |
29
+ | c66a157 | MAG-me | [OB-3203] fix: fix SetCustomProperty not sending changes to clients (#345)<br>&bull; [OB-3197] fix: Add call to SendPropertyUpdate<br>&bull; [OB-3203] fix: Add call to SendPropertyUpdate |
30
+ | 4fdc213 | dependabot[bot] | [NT-0] fix: bump gitpython from 3.1.32 to 3.1.41<br>Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.32 to 3.1.41.<br>- [Release notes](https://github.com/gitpython-developers/GitPython/releases)<br>- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)<br>- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.32...3.1.41)<br>---<br>updated-dependencies:<br>- dependency-name: gitpython<br> dependency-type: direct:production<br>...<br>Signed-off-by: dependabot[bot] <support@github.com><br>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
31
+ | 8435f72 | Sam Birley | [OF-687] fix: entity names emitted in log messages (#348)<br>When an entity's properties cannot be mutated due to the local user not having permissions to change the values, CSP emits a log message which now includes the entity's name in the message. |
32
+ | 6a14178 | Michael K | [OB-3227] fix: fix spline waypoints in script<br>This change fixes an issue with SplineSpaceComponentScriptInterface<br>only returning a third of waypoints. |
33
+ | dd90337 | Sam Birley | [NT-0] VisionOS Support for CSP (#351)<br>[NT-0] feat: VisionOS support for CSP.<br>Notable changes include:<br>&bull; A new shell script for generating VisionOS xcodeprojects: `generate_solution_visionos.sh`. Run this, open the project and build to create visionos-compatible CSP libraries.<br>&bull; Since premake does not yet support the device, the approach taken is to instruct premake to build for iOS, with an additional argument flagging that it should actually generate a project targeting visionos. Responding to this argument is primarily handled within the `premake5_helpers.lua` script.<br>&bull; Some refactorings have been made around the Unity package generation pipeline to allow for Unity-compatible packages to be generated via MacOS. This greatly helps with local debugging and iteration.<br>&bull; Mimalloc has been disabled for iOS and VisionOS. Whilst this has not been reported to be an issue on iOS, it causes problems on VIsionOS similar to what we have seen in the past for Android and WASM. I would recommend we strip it out entirely in the near future.<br>&bull; A fix for a MacOS bug in our project generation scripts which always led to a loose file named '142' being created at the root directory level. |