connected-spaces-platform.unity.core 4.3.0
Install from the command line:
Learn more about npm packages
$ npm install @magnopus-opensource/connected-spaces-platform.unity.core@4.3.0
Install via package.json:
"@magnopus-opensource/connected-spaces-platform.unity.core": "4.3.0"
About this version
π° π New Features
- OB-2676 - 3a77830 - add boolean flag
- OUC-1634 - 5698f75 - updated interface comment
- OUC-1634 - c7af988 - updated interface comment
- OUC-1634 - 7460843 - add thirdpartycomponentref test
- OF-994 - 3e430a0 - add levels to tutorial
- OUC-1634 - c83779a - add thirdpartycomponentref
π π¨ Fixes
- OB-2676 - f9caffa - fix array size mismatch
- NT-0 - 7296cd5 - remove remaining fdn refs and fix gen
- OB-2676 - 626a883 - add const to callbacks
- OB-2676 - d2c0b8d - add check for old windows
- OB-2676 - f287128 - fix debug library definition
- NT-0 - 011f09e - update submodule
- OW-1349 - 00f54c9 - pass string arguments to callback functions in typescript wrapper
- OF-2614 - 57baa6c - example project macro definitions
- OF-994 - c06390c - fix various example bugs (#13)
- OF-1038 - 769e90a - npm url in docs
- OF-1038 - 7d589ef - anonymous namespace in api docs
- OF-1038 - 3d689c1 - api docs urls reference new repo
- OF-1038 - bd0aabe - github urls in markdowns
π π π Test Changes
- OF-819 - fa3912d - add ctor/dtor wrapper gen tests
- OB-2676 - ee6b650 - add await
- OB-2676 - 6ccee73 - update tests
- OB-2676 - 72bd1b4 - update c# getfoundationsystems
π β Document Changes
- NT-0 - 0008de0 - npm install instructions
- NT-0 - 0bd8cfe - readme title emoji
- NT-0 - 92083f0 - csp references
change_id | user | description |
---|---|---|
1f09af9 | MAG-AW | v4.3.0 Contains OB-2676 - `Foundation 4.1.3 crashes when calling GetLatestMaintenanceInfo/IsInsideMaintenanceWindow from FDN Unity` Contains OF-817 - `Wrapper Generator: Write unit tests for public and private class constructors and destructors` |
f28f052 | MAG-AW | merge pull request #29 from magnopus-opensource/develop Staging v4.3.0 |
cb27712 | MAG-AW | merge pull request #26 from magnopus-opensource/main Prep staging for next release |
dc9614b | Michael K | merge pull request #25 from magnopus-opensource/of-817_unit_test_ctors [OF-817] test: unit test ctors/dtors |
f0b2074 | Sam Birley | merge branch 'develop' into of-817_unit_test_ctors |
184260a | Mag-JB | merge pull request #23 from magnopus-opensource/ob-2676-foundation-4-1-3-crashes-when-calling-get-latest-maintenance-info-is-inside-maintenance-window-from-fdn-unity OB-2676 Fix C# crashes when using MaintenanceSystem |
f9caffa | Mag-JB | [ob-2676] fix: fix array size mismatch |
da1cdd4 | Michael K | merge branch 'develop' into of-817_unit_test_ctors |
fa3912d | Michael K | [of-819] test: add ctor/dtor wrapper gen tests |
7296cd5 | Michael K | [nt-0] fix: remove remaining fdn refs and fix gen |
626a883 | Mag-JB | [ob-2676] fix: add const to callbacks |
ee6b650 | Mag-JB | [ob-2676] test: add await |
6ccee73 | Mag-JB | [ob-2676] test: update tests |
83156f8 | Mag-JB | merge pull request #22 from magnopus-opensource/main NT-0 Sync main and develop branch |
d2c0b8d | Mag-JB | [ob-2676] fix: add check for old windows |
3a77830 | Mag-JB |
[ob-2676] feat: add boolean flag * Add boolean flag if inside a maintenance window |
8a69225 | Michael K | merge pull request #16 from magnopus-opensource/fix/string-args-to-callbacks-ts-wrapper [OW-1349] fix: pass string arguments to callback functions in typescript wrapper |
f287128 | Mag-JB | [ob-2676] fix: fix debug library definition |
72bd1b4 | Mag-JB | [ob-2676] test: update c# getfoundationsystems |
b6b6f32 | Sam Birley | merge pull request #18 from magnopus-opensource/nt-0-csp-docs-refactor Source-controlled documentation references to the Connected Spaces Platform |
c344d00 | Sam Birley | merge branch 'nt-0-csp-docs-refactor' of https://github.com/magnopus-opensource/csp-foundation into of-1038-docs-urls-update |
0008de0 | Sam Birley |
[nt-0] doc: npm install instructions Dropping the `@1.2.3` syntax from the npm install instructions |
a5cadb4 | Sam Birley | merge branch 'main' into nt-0-csp-docs-refactor |
0bd8cfe | Sam Birley |
[nt-0] doc: readme title emoji Adopting the globe emoji as a placeholder. |
d865fc6 | Mag-JB | merge pull request #17 from magnopus-opensource/nt-0-update-submodule [NT-0] fix: Update Submodule |
011f09e | Mag-JB | [nt-0] fix: update submodule |
00f54c9 | Adrian Meredith | [ow-1349] fix: pass string arguments to callback functions in typescript wrapper |
92083f0 | Sam Birley |
[nt-0] doc: csp references Replacing instances of the codename foundation in the documentation with CSP. |
9bc9b35 | AdamThorn | merge pull request #5 from magnopus-opensource/ouc-1634-add-thirdpartycomponentref [OUC-1634] feat: Add ThirdPartyComponentRef |
47f152f | Caio Andrade | update feature_request.md |
37f6258 | MAG-AW | merge branch 'main' of https://github.com/magnopus-opensource/csp-foundation |
57baa6c | MAG-AW |
[of-2614] fix: example project macro definitions - Example project was missing macro definitions for the CSP DLL |
6c47de6 | AdamThorn | merge branch 'main' into ouc-1634-add-thirdpartycomponentref |
c06390c | Mag-JB |
[of-994] fix: fix various example bugs (#13) * Add missing Basic Framework Files HelloWorld * Fix C# typo in initialising Foundation * Delete unused AccountUI from C# initialising Foundation * Delete unused Headers from C# initialising Foundation * Fix path to nlohmann |
5698f75 | Adam Thorn |
[ouc-1634] feat: updated interface comment Improved comment and removed extra whitespace. |
b22377e | Adam Thorn | merge branch 'ouc-1634-add-thirdpartycomponentref' of github.com:magnopus-opensource/csp-foundation into ouc-1634-add-thirdpartycomponentref |
c7af988 | Adam Thorn |
[ouc-1634] feat: updated interface comment Updated the IThirdPartyComponentRef comment to refer to users of csp-foundation as 'developers' and removed references to game engine, instead referring to it as the platform they are developing for. |
769e90a | Sam Birley |
[of-1038] fix: npm url in docs Corrected GitHub URL we use in the readme and API docs to point at the new packages page |
7d589ef | Sam Birley |
[of-1038] fix: anonymous namespace in api docs The single anonymouse namespace in the public API, found in `Common\Optional.h` now appears correctly in the automatically generated API documentation. Previously it appeared in the docs as "@6" |
3d689c1 | Sam Birley |
[of-1038] fix: api docs urls reference new repo Updated markdown used by our API documentation to refer back to the new repo, rather than the old one. Updated references to Foundation to become CSP API |
bd0aabe | Sam Birley |
[of-1038] fix: github urls in markdowns All URLs to GitHub pages that were referenced by markdown files at the root of the repo have been updated to take the new organization into account. |
584bfbd | Mag-JB | merge pull request #7 from magnopus-opensource/of-994-creating-different-tutorial-levels-for-understanding-foundation [OF-994] feat: Add levels to tutorial |
7470b03 | Caio Andrade | update bug_report.md |
b045a97 | Sam Birley | merge branch 'main' into ouc-1634-add-thirdpartycomponentref |
7460843 | Adam Thorn |
[ouc-1634] feat: add thirdpartycomponentref test Expanded the comment on the IThirdPartyComponentRef to better capture the intent of this new property. Added a new PublicAPITest for all components implementing the new interface. |
d7c0282 | Mag-JB | merge branch 'main' into of-994-creating-different-tutorial-levels-for-understanding-foundation |
3e430a0 | Mag-JB | [of-994] feat: add levels to tutorial |
c83779a | Adam Thorn |
[ouc-1634] feat: add thirdpartycomponentref A ThirdPartyComponentRef property is required to be able to associate Engine components with their OKO equivalent. |
Details
- connected-spaces-platform.unity.core
-
magnopus-opensource
- about 2 years ago
- Apache-2.0
Assets
- connected-spaces-platform.unity.core-4.3.0.tgz
Download activity
- Total downloads 3
- Last 30 days 0
- Last week 0
- Today 0