namark
namark
Consider the following IEEEish assumption: The widest floating point type can't exactly represent a bigger range of integers than the widest integer type. (that is, if we exceed the limits...
This pull request is a combination of https://github.com/vircadia/vircadia/pull/1655, https://github.com/vircadia/vircadia/pull/1675 and https://github.com/vircadia/vircadia/pull/1677 with conflicts resolved and a few minor improvements mainly for audio. Should be ideally reviewed and merged after the...
aims to resolve https://github.com/vircadia/vircadia/issues/1643 As with avatar APIs the refactoring is partial, there is a new library consisting of parts of `audio-client` that were not interface specific, but it's not...
This issue is in context of https://github.com/vircadia/vircadia/tree/unity-sdk/libraries/vircadia-client Work on this issue should be based on `unity-sdk` branch, and PRs made against it. The APIs in terms of overall structure should...
- [x] New library strictly for handling avatar network packets. - [x] API functions based on the new library. - [x] API unit tests. - [x] API documentation. - [...
Hi, I thought of using the magic of this library as a shortcut for providing a standard "tuple-like" interface for aggregates, for use in generic code that expects it, in...
…ts to the Metaverse server.
In context of https://github.com/vircadia/vircadia/pull/1726 a new domain server settings was added for Metaverse server URL, so assignment clients should ideally wait until settings have been received before making any requests.
Context: https://github.com/vircadia/vircadia/tree/unity-sdk/libraries/vircadia-client/tests The tests are simply not detected by ctest. Could be caused by missing dlls as described in this issue https://github.com/catchorg/Catch2/issues/1432.