Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Events: Add from and to scene names to transition events #1229

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

duncte123
Copy link

@duncte123 duncte123 commented Jun 5, 2024

Description

As stated in #983 the v5 transition events are lacking a severe amount of data rendering them pretty much useless without having your own state (that desyncs the moment you have two clients)

Motivation and Context

The missing from and to scenes on the transition events is what's keeping me on v4. When this PR is released I will be able to switch off v4 and use v5.
It would fix #983 but currently the duration is missing so it's not fixed completely.

How Has This Been Tested?

Tested OS(s):

  • Ubuntu 22.04
  • Windows 10 22H2 19045.4412

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I have read the Contributing Guidelines.
  • All commit messages are properly formatted and commits squashed where appropriate.
  • My code is not on master or a release/* branch.
  • The code has been tested.
  • I have included updates to all appropriate documentation.
These scene names are missing to make these events useful for anything other than monitoring
@duncte123 duncte123 marked this pull request as ready for review June 5, 2024 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant