Skip to content

Commit

Permalink
2024 05 17 Engine Patch (#1376)
Browse files Browse the repository at this point in the history
* Update engine to v222.3.0 (#28078)

* Update engine to v222.3.0

* v222.4.0 instead

* dot

---------

Co-authored-by: Pieter-Jan Briers <[email protected]>
  • Loading branch information
dvir001 and Pieter-Jan Briers authored May 17, 2024
1 parent 70b7897 commit 66d355d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 8.0.204
dotnet-version: 8.0.x

- name: Install dependencies
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-map-renderer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 8.0.204
dotnet-version: 8.0.x

- name: Install dependencies
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 8.0.204
dotnet-version: 8.0.x

- name: Install dependencies
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 8.0.204
dotnet-version: 8.0.x

- name: Get Engine Tag
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 8.0.204
dotnet-version: 8.0.x

- name: Install dependencies
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 8.0.204
dotnet-version: 8.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 32 files
+12 −0 .editorconfig
+3 −3 .github/workflows/publish-client.yml
+10 −0 Directory.Packages.props
+1 −1 MSBuild/Robust.Engine.Version.props
+53 −0 RELEASE-NOTES.md
+1 −0 Robust.Client.Injectors/XamlCompiler.cs
+1 −1 Robust.Client/UserInterface/Controllers/Implementations/TileSpawningUIController.cs
+1 −1 Robust.Client/UserInterface/DummyFileDialogManager.cs
+2 −2 Robust.Client/UserInterface/FileDialogManager.cs
+2 −1 Robust.Client/UserInterface/IFileDialogManager.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
+1 −1 Robust.Shared/GameObjects/Components/UserInterface/BoundUserInterface.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
+60 −19 Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs
+5 −0 Robust.Shared/Map/ITileDefinition.cs
+3 −0 Robust.Shared/Physics/Systems/SharedJointSystem.Relay.cs
+3 −0 Robust.Shared/Serialization/Manager/ISerializationManager.cs
+20 −0 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 66d355d

Please sign in to comment.