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

Sync name and colors for vehicles, rocket and cyclops #2090

Merged
merged 3 commits into from
Dec 18, 2023

Conversation

tornac1234
Copy link
Collaborator

@tornac1234 tornac1234 commented Oct 29, 2023

  • When an entity is updated, ensure its children are also updated
  • Fix, improve and implement name and colors sync/persistence for vehicles, rocket and cyclops
  • Refactoring of metadata (moved EntityMetadataProcessors to their own folder, now use an interface for base EntityMetadataProcessor and EntityMetadataExtractor, replace static metadata extracting/applying to a DI instance call)

Copy link
Member

@Jannify Jannify left a comment

Choose a reason for hiding this comment

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

WorldPersistenceTest is failing for me, ExosuitMetadata has no equality entry.

@tornac1234 tornac1234 mentioned this pull request Dec 2, 2023
9 tasks
@tornac1234
Copy link
Collaborator Author

Force pushed required changes and master rebase

@tornac1234 tornac1234 merged commit 4606d19 into SubnauticaNitrox:master Dec 18, 2023
@@ -21,12 +21,14 @@ public class Items
{
private readonly IPacketSender packetSender;
private readonly Entities entities;
public GameObject PickingUpObject { get; private set; }
public static GameObject PickingUpObject { get; private set; }
Copy link
Member

Choose a reason for hiding this comment

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

Would ike to move this after or before all the private readonly fields

tornac1234 added a commit to tornac1234/Nitrox that referenced this pull request Dec 18, 2023
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.

None yet

4 participants