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

CorporealSystem cleanup + revenant fixes #32541

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

Conversation

MilonPL
Copy link
Contributor

@MilonPL MilonPL commented Sep 29, 2024

About the PR

Refactors and cleans up SharedCorporealSystem and CorporealSystem. Fixes #32540.

Why / Balance

bug fix good

Technical details

SharedCorporealSystem

  • Moved collision updates into a separate helper method UpdateCollision
  • Changed OnInit and OnShutdown to protected virtual methods to allow overriding in derived classes
  • Overall formatting and unused code cleanup

CorporealSystem changes

  • Moved visibility updates into a separate method UpdateVisibility
  • Overrode OnInit and OnShutdown methods to call the base implementation and then handle visibility changes.
  • Renamed _ticker to _gameTicker

Requirements

Breaking changes

hopefully none

Changelog
no cl, no fun

@SlamBamActionman SlamBamActionman added the S: Untriaged Status: Indicates an item has not been triaged and doesn't have appropriate labels. label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S: Untriaged Status: Indicates an item has not been triaged and doesn't have appropriate labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

revenants can colide with aghosts
2 participants