David Rowe

Results 115 issues of David Rowe

This will enable all entity types to be read on domains. Already implemented: Box, Sphere, Shape, Model, Implement next: - [x] Image. - [x] Text. ... https://github.com/vircadia/vircadia-web-sdk/pull/146 https://github.com/vircadia/vircadia-web-sdk/pull/151 - [x]...

enhancement

In addition to updating the TypeScript version used per https://github.com/vircadia/vircadia-web-sdk/issues/138, TypeScript features and practices should be reviewed and improved.

housekeeping

`animationURL` -> `url` etc. ![image](https://user-images.githubusercontent.com/7455448/185035789-00718f68-19d2-41fb-a2a2-fc1a8ee7808c.png)

housekeeping
breaking change

The SDK logs warnings to the console for certain items, e.g., packets received but not handled or a code path not implemented. ![image](https://user-images.githubusercontent.com/7455448/137990759-f36f1244-cafa-4397-9011-ea5a9cdfd807.png) Such warnings should be logged only once.

enhancement

Currently, if you run all or certain tests, Jest reports the following issue after successfully completing the tests: ``` Jest did not exit one second after the test run has...

WebRTCDataChannel.js hard codes the Vircadia ICE server: `iceServers: [{ urls: "stun:ice.vircadia.com:7337" }]`. The C++ equivalent is `ICE_SERVER_DEFAULT_HOSTNAME` in NetworkingConstants.h, though it can be overridden by a command line parameter when...

enhancement