-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fix entities leftovers #2101
Merged
tornac1234
merged 11 commits into
SubnauticaNitrox:master
from
tornac1234:entity-leftovers
Feb 22, 2024
Merged
Fix entities leftovers #2101
tornac1234
merged 11 commits into
SubnauticaNitrox:master
from
tornac1234:entity-leftovers
Feb 22, 2024
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
tornac1234
added
Area: persistence
Related to serialization for long term storage (i.e. files and databases)
Area: spawning
Related to spawning and/or terrain
labels
Dec 27, 2023
This was
linked to
issues
Dec 27, 2023
Measurity
reviewed
Jan 2, 2024
NitroxClient/GameLogic/Spawning/Metadata/Processor/GeyserMetadataProcessor.cs
Outdated
Show resolved
Hide resolved
NitroxClient/GameLogic/Spawning/WorldEntities/PlaceholderGroupWorldEntitySpawner.cs
Show resolved
Hide resolved
tornac1234
force-pushed
the
entity-leftovers
branch
from
January 2, 2024 12:23
2258e47
to
a56eed4
Compare
Jannify
requested changes
Jan 3, 2024
NitroxClient/GameLogic/Spawning/WorldEntities/CrashEntitySpawner.cs
Outdated
Show resolved
Hide resolved
NitroxClient/GameLogic/Spawning/WorldEntities/CrashEntitySpawner.cs
Outdated
Show resolved
Hide resolved
Nitrox.Test/Patcher/Patches/Dynamic/CrashHome_Spawn_PatchTest.cs
Outdated
Show resolved
Hide resolved
NitroxModel/DataStructures/GameLogic/Entities/Metadata/GeyserMetadata.cs
Outdated
Show resolved
Hide resolved
This was
unlinked from
issues
Jan 8, 2024
Drakonkinst
reviewed
Jan 8, 2024
NitroxClient/GameLogic/Spawning/Metadata/Processor/CrashHomeMetadataProcessor.cs
Outdated
Show resolved
Hide resolved
NitroxClient/GameLogic/Spawning/WorldEntities/ReefbackWorldEntitySpawner.cs
Outdated
Show resolved
Hide resolved
This was
linked to
issues
Jan 9, 2024
tornac1234
force-pushed
the
entity-leftovers
branch
2 times, most recently
from
January 11, 2024 20:54
10d1535
to
b764d10
Compare
tornac1234
force-pushed
the
entity-leftovers
branch
2 times, most recently
from
January 21, 2024 01:23
c3544df
to
8a7509f
Compare
To be tested |
Jannify
requested changes
Feb 7, 2024
NitroxModel/DataStructures/GameLogic/Entities/Bases/BuildEntity.cs
Outdated
Show resolved
Hide resolved
NitroxClient/GameLogic/Spawning/WorldEntities/GeyserEntitySpawner.cs
Outdated
Show resolved
Hide resolved
NitroxPatcher/Patches/Dynamic/CreatureDeath_OnKillAsync_Patch.cs
Outdated
Show resolved
Hide resolved
NitroxPatcher/Patches/Dynamic/CreatureDeath_OnKillAsync_Patch.cs
Outdated
Show resolved
Hide resolved
NitroxPatcher/Patches/Dynamic/CreatureDeath_SpawnRespawner_Patch.cs
Outdated
Show resolved
Hide resolved
…g taken into account
…for global root entities during connection
…e player entity is spawned in priority
…ored of WorldEntityManager
tornac1234
force-pushed
the
entity-leftovers
branch
from
February 19, 2024 00:56
79ae22a
to
b432878
Compare
Jannify
reviewed
Feb 22, 2024
@@ -22,9 +22,9 @@ public PlanterEntity(NitroxId id, NitroxId parentId) | |||
ParentId = parentId; | |||
} | |||
|
|||
/// <remarks>Used for deserialization</remarks> | |||
/// <remarks>Used for deserialization. Should not be used for something else</remarks> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Old comment
Measurity
approved these changes
Feb 22, 2024
tornac1234
force-pushed
the
entity-leftovers
branch
from
February 22, 2024 22:13
b432878
to
7c3a2d0
Compare
Measurity
approved these changes
Feb 22, 2024
Jannify
approved these changes
Feb 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: persistence
Related to serialization for long term storage (i.e. files and databases)
Area: spawning
Related to spawning and/or terrain
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.
Fixes and stuff:
Entity syncing:
World loading improvements:
(done)
Needs #2093 to be merged (this branch is built onto it)