Skip to content

Commit

Permalink
Update Submodule to 218.2.0 (#535)
Browse files Browse the repository at this point in the history
Requires: #534
No Cherry-Picks needed for this engine version.

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Co-authored-by: DEATHB4DEFEAT <zachcaffee@outlook.com>
  • Loading branch information
3 people authored Jul 12, 2024
1 parent 4634419 commit 50ec3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 49 files
+3 −2 .github/workflows/build-test.yml
+1 −1 MSBuild/Robust.Engine.Version.props
+64 −1 RELEASE-NOTES.md
+6 −1 Robust.Analyzers.Tests/AccessAnalyzer_Test.cs
+58 −0 Robust.Analyzers.Tests/DependencyAssignAnalyzerTest.cs
+7 −0 Robust.Analyzers.Tests/Robust.Analyzers.Tests.csproj
+22 −0 Robust.Analyzers.Tests/TestHelper.cs
+61 −0 Robust.Analyzers/DependencyAssignAnalyzer.cs
+9 −4 Robust.Analyzers/Robust.Analyzers.csproj
+27 −0 Robust.Client/Audio/AudioSystem.cs
+2 −0 Robust.Client/Audio/Sources/BaseAudioSource.cs
+2 −4 Robust.Client/GameObjects/Components/Renderable/SpriteComponent.cs
+2 −2 Robust.Client/GameStates/ClientGameStateManager.cs
+132 −0 Robust.Client/UserInterface/Control.Layout.Styling.cs
+25 −7 Robust.Client/UserInterface/Control.Layout.cs
+1 −0 Robust.Client/UserInterface/Control.Styling.cs
+5 −1 Robust.Client/UserInterface/Control.cs
+23 −2 Robust.Client/UserInterface/Controls/RichTextLabel.cs
+8 −2 Robust.Client/UserInterface/Controls/Slider.cs
+34 −0 Robust.Client/UserInterface/Controls/VerticalTabContainer.xaml
+97 −0 Robust.Client/UserInterface/Controls/VerticalTabContainer.xaml.cs
+13 −5 Robust.Client/UserInterface/RichTextEntry.cs
+20 −1 Robust.Client/UserInterface/UserInterfaceManager.Themes.cs
+1 −0 Robust.Roslyn.Shared/Diagnostics.cs
+1 −1 Robust.Server/ServerStatus/StatusHost.cs
+5 −2 Robust.Server/ServerStatus/WatchdogApi.cs
+8 −0 Robust.Shared.Maths/Color.cs
+1 −1 Robust.Shared/Analyzers/AccessAttribute.cs
+1 −1 Robust.Shared/Analyzers/AccessPermissions.cs
+1 −1 Robust.Shared/Analyzers/NotNullableFlagAttribute.cs
+1 −1 Robust.Shared/Analyzers/PreferGenericVariantAttribute.cs
+24 −1 Robust.Shared/Audio/Components/AudioComponent.cs
+143 −0 Robust.Shared/Audio/Systems/SharedAudioSystem.cs
+1 −1 Robust.Shared/CVars.cs
+8 −4 Robust.Shared/Configuration/ConfigurationManager.cs
+24 −8 Robust.Shared/Configuration/EnvironmentVariables.cs
+7 −0 Robust.Shared/Configuration/IConfigurationManager.cs
+19 −0 Robust.Shared/Containers/SharedContainerSystem.Insert.cs
+12 −4 Robust.Shared/Containers/SharedContainerSystem.cs
+3 −1 Robust.Shared/ContentPack/Sandbox.yml
+21 −21 Robust.Shared/GameObjects/EntityManager.Spawn.cs
+78 −1 Robust.Shared/GameObjects/EntityManagerExt.cs
+16 −5 Robust.Shared/GameObjects/IEntityManager.Spawn.cs
+22 −0 Robust.Shared/GameObjects/Systems/SharedAppearanceSystem.cs
+9 −3 Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs
+6 −0 Robust.Shared/Prototypes/IPrototypeManager.cs
+28 −0 Robust.Shared/Prototypes/PrototypeManager.cs
+5 −4 Robust.Shared/Serialization/Markdown/Validation/FieldNotFoundErrorNode.cs
+3 −4 Robust.UnitTesting/Shared/Spawning/TrySpawnNextToTest.cs

0 comments on commit 50ec3cd

Please sign in to comment.