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

Warning fixes #5275

Merged
merged 4 commits into from
Jul 9, 2024
Merged

Warning fixes #5275

merged 4 commits into from
Jul 9, 2024

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    44ead46 View commit details
    Browse the repository at this point in the history
  2. Robust.Client warning fixes

    PJB3005 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    124dd16 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    025665c View commit details
    Browse the repository at this point in the history
  2. Fix test failure

    Test failures were due to broken system registrations for the client RobustUnitTest. It was accidentally registering some server systems, which means DebugPhysicsSystem wasn't gettings its dependencies properly.
    
    Fixing this meant pulling half a dozen extra dependencies that client ContainerSystem and TransformSystem are supposed to have, but didn't.
    PJB3005 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9ab0195 View commit details
    Browse the repository at this point in the history