connected-spaces-platform.web 4.17.0 → 4.18.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/Debug/ConnectedSpacesPlatform_WASM.js +59 -33
- package/Debug/ConnectedSpacesPlatform_WASM.wasm +0 -0
- package/Debug/ConnectedSpacesPlatform_WASM.wasm.debug.wasm +0 -0
- package/README.md +47 -50
- package/Release/ConnectedSpacesPlatform_WASM.js +1 -1
- package/Release/ConnectedSpacesPlatform_WASM.wasm +0 -0
- package/connectedspacesplatform.d.ts +304 -440
- package/connectedspacesplatform.js +465 -488
- package/connectedspacesplatform.js.map +1 -1
- package/connectedspacesplatform.ts +766 -620
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Built from changelist ID
|
|
1
|
+
# Built from changelist ID 8b94eb8d4af160ad5a400d3e39e64316ec23f0e0
|
|
2
2
|
|
|
3
3
|
<br>
|
|
4
4
|
|
|
@@ -7,55 +7,51 @@
|
|
|
7
7
|
|
|
8
8
|
### 🔥 ❗ Breaking Changes
|
|
9
9
|
|
|
10
|
-
-
|
|
11
|
-
-
|
|
10
|
+
- Rename `loginwithtoken` *(27016b9)* [**OF-1047**]
|
|
11
|
+
- Expose multiplayer errors *(0e1a844)* [**OB-3069**]
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
### 🍰 🙌 New Features
|
|
15
15
|
|
|
16
|
-
- Add
|
|
17
|
-
-
|
|
18
|
-
- Parse emailnotconfirmed failure *(bf8e610)* [**OF-865**]
|
|
19
|
-
- Add stripe endpoints (#277) *(c0e8232)* [**OF-1198**]
|
|
16
|
+
- Add avatar info settings *(485b064)* [**OF-793**]
|
|
17
|
+
- Wrap `[[deprecated]]` in wrappers *(7e8b589)* [**OF-665**]
|
|
20
18
|
|
|
21
19
|
|
|
22
20
|
### 🐛 🔨 Bug Fixes
|
|
23
21
|
|
|
24
|
-
-
|
|
25
|
-
-
|
|
26
|
-
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
- Csp crashing on m1 macs (#258) *(2c981cb)* [**OB-2323**]
|
|
32
|
-
- Fix optional enum regression (#262) *(25f9f87)* [**OB-3057**]
|
|
33
|
-
- Added invalid enum val (#269) *(a52866b)* [**OF-1192**]
|
|
34
|
-
- Release notes on web (#259) *(b3f3e5a)* [**OF-1148**]
|
|
35
|
-
- Example environment set to ostage (#278) *(b3ef9e0)* [**OB-2917**]
|
|
22
|
+
- Add getuniquestring (#288) *(3272e6a)* [**OF-1066**]
|
|
23
|
+
- Update unity examples (#293) *(00a231e)* [**OSB-10**]
|
|
24
|
+
- Remove c style casting (#295) *(bb0f889)* [**OF-1196**]
|
|
25
|
+
- Fix .clangformat for latest clang ver *(704cb1f)* [**No Ticket**]
|
|
26
|
+
- Python preq installation *(40004a7)* [**No Ticket**]
|
|
27
|
+
- More interface implementations *(ebe4ab1)* [**No Ticket**]
|
|
28
|
+
- Update module dependencies (#315) *(beb8fa8)* [**No Ticket**]
|
|
36
29
|
|
|
37
30
|
|
|
38
31
|
|
|
39
32
|
### 💫 💥 Code Refactors
|
|
40
33
|
|
|
41
|
-
-
|
|
42
|
-
-
|
|
34
|
+
- Update c++ basicframework example to 4.17.1 (#292) *(d098dc3)* [**OF-1205**]
|
|
35
|
+
- Update web examples to 4.17.1 (#291) *(6a182cf)* [**OW-1567**]
|
|
36
|
+
- Remove generatereadme (#294) *(c5b155f)* [**OF-1189**]
|
|
37
|
+
- Optimise header transform *(d152116)* [**OF-1166**]
|
|
38
|
+
- Removing `entitysystemversion` (#301) *(60dffa1)* [**OF-955**]
|
|
39
|
+
- Component update documentation (#303) *(b6c9055)* [**OF-1185**]
|
|
40
|
+
- Implement transform interfaces *(31bf625)* [**OF-1214**]
|
|
41
|
+
- Export all `logsystem` functions *(cdaf2cd)* [**OF-1155**]
|
|
43
42
|
|
|
44
43
|
|
|
45
44
|
### 🙈 🙉 🙊 Test Changes
|
|
46
45
|
|
|
47
|
-
-
|
|
46
|
+
- Coverage of usersystem (#290) *(86aa2b9)* [**OF-1083**]
|
|
47
|
+
- Add tests for apiresponsebase (#300) *(320bcb3)* [**OF-1086**]
|
|
48
48
|
|
|
49
49
|
|
|
50
50
|
### 📖 ✍ Documentation Changes
|
|
51
51
|
|
|
52
|
-
-
|
|
52
|
+
- Documenting our approach to updating the examples (#287) *(49f2614)* [**No Ticket**]
|
|
53
53
|
|
|
54
54
|
|
|
55
|
-
### 🧩 Miscellaneous Changes
|
|
56
|
-
|
|
57
|
-
- Create new quota system (#240) *(41806a4)* [**OF-1180**]
|
|
58
|
-
|
|
59
55
|
|
|
60
56
|
<br>
|
|
61
57
|
|
|
@@ -63,26 +59,27 @@
|
|
|
63
59
|
|
|
64
60
|
| Change ID | Author | Description |
|
|
65
61
|
| --------- | ------ | ----------- |
|
|
66
|
-
|
|
|
67
|
-
|
|
|
68
|
-
|
|
|
69
|
-
|
|
|
70
|
-
|
|
|
71
|
-
|
|
|
72
|
-
|
|
|
73
|
-
|
|
|
74
|
-
|
|
|
75
|
-
|
|
|
76
|
-
|
|
|
77
|
-
|
|
|
78
|
-
|
|
|
79
|
-
|
|
|
80
|
-
|
|
|
81
|
-
|
|
|
82
|
-
|
|
|
83
|
-
|
|
|
84
|
-
|
|
|
85
|
-
|
|
|
86
|
-
|
|
|
87
|
-
|
|
|
88
|
-
|
|
|
62
|
+
| 49f2614 | Sam Birley | [NT-0] doc: Documenting our approach to updating the examples (#287)<br>Updating the readme to call out that the examples are guaranteed to be updated with each major version update of CSP. |
|
|
63
|
+
| 3272e6a | Mag-JB | [OF-1066] fix: Add GetUniqueString (#288)<br>• [OF-1066] fix: Add GetUniqueString<br>• [OF-1066] fix: Add alphanumeric func |
|
|
64
|
+
| d098dc3 | AdamThorn | [OF-1205] refac: Update C++ BasicFramework example to 4.17.1 (#292)<br>Updated the C++ BasicFramework example to use CSP 4.17.1. |
|
|
65
|
+
| 6a182cf | Thomas Greenhalgh | [OW-1567] refac: Update web examples to 4.17.1 (#291) |
|
|
66
|
+
| 00a231e | Mag-JB | [OSB-10] fix: update unity examples (#293) |
|
|
67
|
+
| c5b155f | Mag-JB | [OF-1189] refac: remove GenerateReadMe (#294) |
|
|
68
|
+
| bb0f889 | Mag-JB | [OF-1196] fix: Remove C style casting (#295) |
|
|
69
|
+
| 86aa2b9 | MAG-AW | [OF-1083] test: coverage of UserSystem (#290)<br>• [OF-1083] test: coverage of UserSystem<br>• [OF-1083] test: fixed invalid test case<br>• [OF-1083] test: Changed test name |
|
|
70
|
+
| 27016b9 | Michael K | [OF-1047] refac!: rename `LoginWithToken`<br>BREAKING CHANGE: `UserSystem::LoginWithToken` has been renamed to<br>`UserSystem::RefreshSession`. Parameter types have not changed. |
|
|
71
|
+
| 704cb1f | Michael K | [NT-0] fix: fix .clangformat for latest clang ver |
|
|
72
|
+
| 0e1a844 | Michael K | [OB-3069] refac!: Expose multiplayer errors<br>This change addresses a lack of error handling in our multiplayer code.<br>A lot of calls return values were being ignored, which resulted in<br>internal errors that weren't properly handled. It also exposes a way<br>for the user to handle errors.<br>BREAKING CHANGE: This changes a lot of `MultiplayerConnection`<br>endpoints to take an `ErrorCodeCallbackHandler` instead of a<br>`CallbackHandler`. This callback type gets an `ErrorCode` instead of a<br>`bool` passed as the only parameter. This value should be compared to<br>`ErrorCode::None` to ensure the call succeeded. |
|
|
73
|
+
| d152116 | Michael K | [OF-1166] refac: optimise header transform<br>This change removes an extra allocation in the code that transforms<br>header keys and values to lower-case in `EmscriptenWebClient`. To<br>support this, a new `String::ToLower` function was added which returns<br>a copy of the string converted to lower-case. |
|
|
74
|
+
| 60dffa1 | Sam Birley | [OF-955] refac: removing `EntitySystemVersion` (#301)<br>This API variable still exists from an old versioning pass which has<br>been removed.<br>While we do want to do this versioning style in future,<br>we are removing this from the code base now to prevent<br>confusion down the line. |
|
|
75
|
+
| 40004a7 | Sam Birley | [NT-0] fix: python preq installation<br>On windows, the python prerequisites installed during at the start of solution generation now invokes the same python commands as on OSX. |
|
|
76
|
+
| 320bcb3 | MAG-AW | [OF-1086] test: Add tests for APIResponseBase (#300) |
|
|
77
|
+
| b6c9055 | MAG-AW | [OF-1185] refac: Component Update documentation (#303)<br>• [OF-1185] refac: Component Update documentation<br>- Improved comments for Component Update flow<br>- Removed redundant property info class which is unused.<br>- Removed commented references to it also.<br>• [OF-1185] refac: removed unneeded template |
|
|
78
|
+
| 485b064 | Michael K | [OF-793] feat: add Avatar info settings<br>This change adds `SettingsSystem::SetAvatarInfo()` and<br>`SettingsSystem::GetAvatarInfo()` to allow clients to set persistent<br>Avatar values that can be retrieved outside of the Multiplayer system. |
|
|
79
|
+
| ebe4ab1 | Michael K | [NT-0] fix: more interface implementations<br>This change implements `ITransformComponent` for `ImageSpaceComponent`<br>and `IPositionComponent` for `AudioSpaceComponent`. |
|
|
80
|
+
| 31bf625 | Michael K | [OF-1214] refac: implement transform interfaces |
|
|
81
|
+
| 7e8b589 | Michael K | [OF-665] feat: wrap `[[deprecated]]` in wrappers |
|
|
82
|
+
| b5fdb28 | Kuang-Hsin Liu | [OPE-1504] Update examples to Unity 2022 LTS<br>• updated Unity example Initialising Foundation to Unity 2022.3.16f1<br>• updated Unity example Basic Framework to Unity 2022.3.16f1<br>• updated Unity example Multiplayer to Unity 2022.3.16f1<br>• updated the Unity version info in README files |
|
|
83
|
+
| cdaf2cd | Michael K | [OF-1155] refac: export all `LogSystem` functions<br>NOTE: Tests are not needed for this as we currently already test<br>`LogSystem` in our C++ tests, and wrapper-related tests are handled by<br>our wrapper generator unit tests. |
|
|
84
|
+
| beb8fa8 | AdamThorn | [NT-0] fix: Update module dependencies (#315)<br>Updated requirements.txt to include the distutils<br>module dependency. |
|
|
85
|
+
| 1da5a66 | AdamThorn | Staging 4.18.0 (#322) (#323)<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. |
|