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

Cache details used on the eye #910

Merged
merged 6 commits into from
Jun 19, 2024
Merged

Cache details used on the eye #910

merged 6 commits into from
Jun 19, 2024

Conversation

xen-42
Copy link
Member

@xen-42 xen-42 commented Jun 19, 2024

Improvements

  • When making changes to the Eye of the Universe you can now use any path from the base solar system. Note some objects might not behave as expected since many things aren't made to exist at the eye.


var planet = detail.path.Contains('/') ? detail.path.Split('/').First() : string.Empty;

// TODO: what other root paths can we ignore
Copy link
Member

Choose a reason for hiding this comment

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

I don't think there is any other paths since everything eye related is under these 2

@xen-42 xen-42 merged commit 103e041 into dev Jun 19, 2024
2 checks passed
@xen-42 xen-42 deleted the eye-detail-cacher branch June 19, 2024 02:55
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

3 participants