connected-spaces-platform.web 4.31.0 → 5.0.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.
- package/README.md +2 -3
- package/connectedspacesplatform.d.ts +11079 -11079
- package/connectedspacesplatform.js +27327 -27327
- package/connectedspacesplatform.js.map +1 -1
- package/connectedspacesplatform.ts +4 -1
- package/package.json +1 -1
- package/ConnectedSpacesPlatform_WASM.d.ts +0 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Built from changelist ID
|
|
1
|
+
# Built from changelist ID 13d044bfb0f96935048aa3c0ce7801e1af829934
|
|
2
2
|
|
|
3
3
|
<br>
|
|
4
4
|
|
|
@@ -18,5 +18,4 @@
|
|
|
18
18
|
## Revision Change Details
|
|
19
19
|
|
|
20
20
|
| Change ID | Author | Description |
|
|
21
|
-
| --------- | ------ | ----------- |
|
|
22
|
-
| 13d044b | MAG-IY | Staging/4.31.0 (#455)<br>• [NT-0] test: Updating CSP tests to comply with new EventBrite data formatting requirements<br>EventBrite have made a services change that now rejects data that does not match their expected schema.<br>We have addressed this in CSP tests by changing the data passed into CSP to match the EventBrite schema.<br>We have also refactored the eticketing tests to all rely on a single set of test variables, to simplify updates in the future.<br>• [OF-1324] fix: path validation for CartId <br>GetCheckoutInformation now checks CartId for forward and backward slashes and early-outs with an error message in the log if found.<br>• [OF-1359] refac: Update the hotspot component type properties<br>OF-1359 refac: Update the hotspot component type properties<br>• Removed the hotspot space component get/set hotspot type methods and associated property<br>• Removed the enum for HotspotType<br>• Added get/set IsTeleportPoint and IsSpawnPoint methods both storing their values in boolean properties<br>• Updated the hotspot space component script interface<br>• Updated the hostspot space component tests<br>• [OF-1334] feat: Sequence System - Generic system for storing shared sorted lists. (#441)<br>• [OF-1334] feat: add sequence system<br>• [OF-1334] refac: PR changes<br>• [OF-1334] doc: update comments<br>• [OF-1334] refac: add additional test + comments<br>• [OB-3650] fix: reverse shutdown order (#446)<br>Systems must be shut down in reverse order to CreateSystems() to ensure that any dependencies continue to exist until each system is successfully shut down.<br>This resolves a potential crash on shutdown, as it prevents the script system from being deleted before script entities.<br>• [OF-596] refac: Replace GetProfilesByUserId with GetBasicProfilesByUserId<br>• [OB-3653] fix: Crash when tearing down the multiplayer connection for Unity-based clients.<br>Using the callback to block the thread until the disconnection is complete, ensuring that any callbacks fired during the shutdown process are completely handled before the system is destroyed.<br>• [NT-0] feat: Querying for local POIs by type (#450)<br>Discovered whilst writing spatial services documentation for CSP, there was a client-application-level feature missing, where whilst the client app is able to associate a POI with a space using the UpdateSpaceGeoLocation method on SpaceSystem, they had no affordance via the POISystem to later query for POIs associated with spaces.<br>In fact, the POISystem was deliberately filtering out POIs that were associated with spaces, and only ever returning DEFAULT type POIs.<br>This change introduces a new optional parameter to the POI System, Type, which allows the client to query for only POIs of a certain type.<br>If all types are desired to be included in the returned results, the optional value should not be specified.<br>If the previous behaviour of CSP when returning results is preferred, please pass in the DEFAULT type.<br>If the application wishes to filter for only spaces of type SPACE, please pass this as the argument.<br>The change also addresses some technical debt, where the strings denoting default and space type POIs were previously hard-coded in several methods. They have all been unified to rely on a single set of type/string conversion helper functions.<br>• [OF-1378] fix: update sequence API (#454)<br>Updated Sequence result doxygen comments<br>Added ASYNC macro to sequence API<br>Removed optional constraint from API<br>updated sentinal check in SequenceSystem<br>Updated test to consume new API<br>Added better error reporting to wrapper gen<br>---------<br>Co-authored-by: Sam Birley <99482500+MAG-SamBirley@users.noreply.github.com><br>Co-authored-by: MAG-AW <99488940+MAG-AW@users.noreply.github.com><br>Co-authored-by: MAG-me <115081336+MAG-ME@users.noreply.github.com><br>Co-authored-by: MAG-mv <109593178+MAG-mv@users.noreply.github.com><br>Co-authored-by: David Swift <david.swift@magnopus.com> |
|
|
21
|
+
| --------- | ------ | ----------- |
|