Skip to content

Commit

Permalink
Update RT to 222.4.0 (#1789)
Browse files Browse the repository at this point in the history
Co-authored-by: amylizzle <amylizzle@users.noreply.github.com>
  • Loading branch information
amylizzle and amylizzle authored May 17, 2024
1 parent dc6eea1 commit e4971cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 27 files
+12 −0 .editorconfig
+3 −3 .github/workflows/publish-client.yml
+10 −0 Directory.Packages.props
+1 −1 MSBuild/Robust.Engine.Version.props
+41 −0 RELEASE-NOTES.md
+1 −0 Robust.Client.Injectors/XamlCompiler.cs
+1 −1 Robust.Client/UserInterface/Controllers/Implementations/TileSpawningUIController.cs
+1 −1 Robust.Server/ServerStatus/WatchdogApi.cs
+3 −0 Robust.Shared/Collections/ValueList.cs
+7 −0 Robust.Shared/ContentPack/Sandbox.yml
+24 −34 Robust.Shared/GameObjects/Components/Localization/GrammarComponent.cs
+39 −0 Robust.Shared/GameObjects/Components/Localization/GrammarSystem.cs
+2 −2 Robust.Shared/GameObjects/EntityEventBus.Broadcast.cs
+21 −9 Robust.Shared/GameObjects/EntityEventBus.Common.cs
+55 −44 Robust.Shared/GameObjects/EntityEventBus.Directed.cs
+30 −2 Robust.Shared/GameObjects/EntityEventBus.Ordering.cs
+7 −0 Robust.Shared/GameObjects/EntityManager.Components.cs
+4 −1 Robust.Shared/GameObjects/EntityManager.cs
+5 −5 Robust.Shared/GameObjects/EntitySystem.Subscriptions.cs
+31 −0 Robust.Shared/GameObjects/IEntityManager.cs
+1 −1 Robust.Shared/GameObjects/Systems/PrototypeReloadSystem.cs
+58 −19 Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs
+5 −0 Robust.Shared/Map/ITileDefinition.cs
+3 −0 Robust.Shared/Physics/Systems/SharedJointSystem.Relay.cs
+1 −1 Robust.Shared/Serialization/Manager/SerializationManager.cs
+9 −5 Robust.UnitTesting/Shared/GameObjects/EntityEventBusTests.ComponentEvent.cs
+3 −1 Robust.UnitTesting/Shared/GameObjects/EntityEventBusTests.SystemEvent.cs

0 comments on commit e4971cc

Please sign in to comment.