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

Correct sendflags & result of QVM_SendEntity. #298

Merged
merged 1 commit into from
Feb 1, 2025

Conversation

dsvensson
Copy link
Contributor

The lower bits are used for engine metadata and was not trimmed when SendEntity was invoked in the QVM case.

Additionally the result of SendEntity was fetched with the assumption of a traditional QC VM running which caused a crash. Result is now propagated from either QVM or QC.

The lower bits are used for engine metadata and was not trimmed when
SendEntity was invoked in the QVM case.

Additionally the result of SendEntity was fetched with the assumption
of a traditional QC VM running which caused a crash. Result is now
propagated from either QVM or QC.
@dsvensson dsvensson changed the title QVM: Correct sendflags & result of QVM_SendEntity. Correct sendflags & result of QVM_SendEntity. Nov 27, 2024
@dsvensson
Copy link
Contributor Author

dsvensson commented Dec 24, 2024

@Xylemon @eukara It's christmas, plox merge!

@eukara eukara merged commit 7eac32b into fte-team:master Feb 1, 2025
7 checks passed
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