This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add: Protocol structures can now contain strings (#336)
* Modify message struct: no need for byteLength; strings are now supported as a type * Remove TwoWayMap as it's no longer needed. Add getter for streamer handlers * Fix keyup sending too many args * Update log message to print js types. Update default protocol * Register handler for TextboxEntry. Add check to make sure handler is defined when registering for a fromStreamer message * Remove unncessary import from player.ts * Update data type to reflect that it could contain strings
- Loading branch information
Showing
10 changed files
with
289 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
87 changes: 0 additions & 87 deletions
87
Frontend/library/src/UeInstanceMessage/SendDescriptorController.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.