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

Move some EntityCoordinates methods to TransformSystem #5136

Merged
merged 12 commits into from
May 24, 2024

Conversation

ElectroJr
Copy link
Contributor

@ElectroJr ElectroJr commented May 14, 2024

This PR has several miscellaneous changes for a content PR, including:

  • Marks various EntityCoordinates methods as obsolete and moves their logic to TransformSystem
  • Removes various already obsoleted & EntityCoordinates methods
  • Adds methods to UserInterfaceSystem to get the interface data & ui range.
  • Adds the BoundUserInterfaceMessage to the BoundUserInterfaceMessageAttempt event, so that specific interactrions/messages can be given special treatment (e.g., opening the UI).
  • Updates various methods in ContainerSystem to take in optional transform components.
  • Changes BoundUserInterfaceCheckRangeEvent so that it only gets raised directed and not broadcast. This is just to try slightly improve performance, because doing both will just be slower.

Requires space-wizards/space-station-14/pull/27999

@ElectroJr ElectroJr added the Status: Requires Content PR This PR breaks content and requires both to be merged together. label May 14, 2024
@PJB3005
Copy link
Member

PJB3005 commented May 16, 2024

Is it possible to do obsoletions? I really don't want to tank breaking changes here.

@ElectroJr ElectroJr removed the Status: Requires Content PR This PR breaks content and requires both to be merged together. label May 19, 2024
@ElectroJr
Copy link
Contributor Author

Is it possible to do obsoletions? I really don't want to tank breaking changes here.

AFAIK I removed all the breaking changes, though content tests are still failing because of a new error log, but that was an existing error that just wasn't being caught before by tests.

@ElectroJr ElectroJr merged commit 6cc2083 into space-wizards:master May 24, 2024
2 of 3 checks passed
@ElectroJr ElectroJr deleted the entcoord-methods branch May 24, 2024 06:44
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

2 participants