chore: sync main to experimental#391
Merged
Merged
Conversation
Adds SubscribeToTopic, PublishData and ConsumeMessages RPCs so scenes can exchange topic-scoped JSON payloads through the comms layer. Each void-returning RPC uses its own response message (following the TeleportToResponse pattern) to avoid colliding with the package-level EmptyResponse defined in restricted_actions.proto.
Author
|
🔄 Updated with latest changes from main on 2026-04-27 15:06 UTC |
feat: audio analysis (#328) * component definition * specify package in the component def * apply lint * omit experimental features * support multiple analysis modes * relax order * optional args Co-authored-by: Gon Pombo <gonzalo@decentraland.org>
Author
|
🔄 Updated with latest changes from main on 2026-05-04 17:41 UTC |
feat: add IA_MODIFIER input action (value 14) for Shift key The Decentraland desktop client already supports IA_MODIFIER at value 14, mapped to the Shift key. This adds the missing enum value to the protocol definition so the SDK type definitions stay in sync with the runtime. Co-authored-by: Nicolas Earnshaw <nearnshaw@decentraland.org>
Author
|
🔄 Updated with latest changes from main on 2026-05-04 18:02 UTC |
Author
|
🔄 Updated with latest changes from main on 2026-05-04 19:02 UTC |
Signed-off-by: Pravus <pravusjif@gmail.com>
Author
Test this pull request on NPM or Yarn
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
👑 An automated PR to keep experimental in sync with main