Skip to content

Fix UpdateRendering#162

Merged
VirxEC merged 2 commits into
masterfrom
fix-update-render
Jun 2, 2026
Merged

Fix UpdateRendering#162
VirxEC merged 2 commits into
masterfrom
fix-update-render

Conversation

@VirxEC
Copy link
Copy Markdown
Collaborator

@VirxEC VirxEC commented Jun 2, 2026

It wasn't working before, unpacking RenderingStatus to RenderingStatusT fixes that.

Copy link
Copy Markdown
Contributor

@NicEastvillage NicEastvillage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RenderingStatuses are now sent to everyone. Some interfaces might have to be adjusted to filter out updates for other bots. E.g. https://github.com/RLBot/python-interface/blob/master/rlbot/interface.py#L316 and https://github.com/RLBot/csharp-interface/blob/master/RLBot/Common/Renderer.cs#L55

@VirxEC
Copy link
Copy Markdown
Collaborator Author

VirxEC commented Jun 2, 2026

Some interfaces might have to be adjusted to filter out updates for other bots

Now I remember why we didn't do this. Maybe we only send all updates to non-agents (match managers.)

@NicEastvillage
Copy link
Copy Markdown
Contributor

Yes. I think that makes sense. The other clients don't need to know.

@VirxEC VirxEC merged commit e4c2812 into master Jun 2, 2026
3 checks passed
@VirxEC VirxEC deleted the fix-update-render branch June 2, 2026 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants