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

Overwatch Signals for QDEL: Less client disconnection? #3477

Merged
merged 3 commits into from
Jun 4, 2023

Conversation

Drulikar
Copy link
Contributor

@Drulikar Drulikar commented May 30, 2023

About the pull request

This PR is sort of a stab in the dark to fix #3444 by making marine and xeno overwatching register a signal for qdeletion to end the overwatch faster. The actual source of this issue is apparently that the multithreaded map tick beta has an issue with crashing clients, so the changes made in this PR don't need to be permanent if the effect isn't as desirable when the beta is fixed.

Locally testing has not been able to reproduce the problem, but I can confirm I do not get the momentary blank screen when overwatching something that gets deleted.

Explain why it's good for the game

Hopefully no more (or less) client disconnections when overwatching something that gets deleted.

Testing Photographs and Procedure

Screenshots & Videos

qdel

Changelog

🆑 Drathek
fix: Clients should hopefully avoid disconnection when observing someone that is deleted.
/:cl:

@github-actions github-actions bot added the Fix Fix one bug, make ten more label May 30, 2023
Copy link
Member

@fira fira left a comment

Choose a reason for hiding this comment

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

I'm not sure this will actually help with the problem given it also applies with other things (as you said possibly a 515 problem) - but it's good to have in any case

@Wintermote
Copy link

I haven't noticed disconnection when overwatching using the overwatch console in CIC, and that should be the same process as the ghost overwatch, shouldn't it?

code/modules/mob/living/carbon/xenomorph/XenoOverwatch.dm Outdated Show resolved Hide resolved
code/modules/mob/mob.dm Outdated Show resolved Hide resolved
@Watermelon914 Watermelon914 marked this pull request as draft June 3, 2023 10:36
@Drulikar Drulikar marked this pull request as ready for review June 3, 2023 13:05
Copy link
Member

@harryob harryob left a comment

Choose a reason for hiding this comment

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

lets see

@harryob harryob added this pull request to the merge queue Jun 4, 2023
@Drulikar
Copy link
Contributor Author

Drulikar commented Jun 4, 2023

#3525 might be a more comprehensive fix unless that's yet another different 515 flaw.

Merged via the queue into cmss13-devs:master with commit e56e03c Jun 4, 2023
cm13-github added a commit that referenced this pull request Jun 4, 2023
github-actions bot added a commit that referenced this pull request Jun 4, 2023
@Drulikar Drulikar deleted the Overwatch_QDEL_Bandaid branch June 4, 2023 12:44
morrowwolf pushed a commit that referenced this pull request Jun 7, 2023
# About the pull request

Followup to #3477.

# Explain why it's good for the game


![image](https://github.com/cmss13-devs/cmss13/assets/4447185/18230244-ce64-408d-9da0-43413a758134)


# Changelog
:cl:
fix: Queen Eye no longer repeatedly throws runtime errors.
/:cl:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Fix one bug, make ten more
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disconnections from server due to xeno eyeing a xeno before they gib
5 participants