-
-
Notifications
You must be signed in to change notification settings - Fork 783
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
feat: InterestManagementBase #3379
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See #3380 for a WIP spatial hashing interest management |
miwarnec
reviewed
Feb 16, 2023
miwarnec
reviewed
Feb 16, 2023
imerr
force-pushed
the
feat/llaoi
branch
4 times, most recently
from
February 16, 2023 11:22
5750978
to
a7e8b19
Compare
A interest management base class that allows more advanced interest management by bypassing the built-in HashSet checks via Rebuild overriding
miwarnec
reviewed
Feb 16, 2023
MrGadget1024
pushed a commit
that referenced
this pull request
Feb 16, 2023
* feat: InterestManagementBase A interest management base class that allows more advanced interest management by bypassing the built-in HashSet checks via Rebuild overriding * Update Assets/Mirror/Core/InterestManagementBase.cs --------- Co-authored-by: mischa <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A low level interest management base class that allows more advanced interest management by bypassing the built-in HashSet checks
Full compatibility with existing interest management classes is preserved, this is technically a breaking change since NetworkServer.aoi/NetworkClient.aoi is a different type (but with same api), but that is the only breaking change I can think of
See previous PR #2764
See also #2581 (comment)