Skip to content

Commit

Permalink
Update engine to v240.0.1 (#34497)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroJr authored and VasilisThePikachu committed Jan 18, 2025
1 parent b07fe8e commit f3324b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 38 files
+1 −1 MSBuild/Robust.Engine.Version.props
+33 −0 RELEASE-NOTES.md
+4 −0 Robust.Analyzers.Tests/ComponentPauseGeneratorTest.cs
+3 −3 Robust.Client/BaseClient.cs
+2 −0 Robust.Client/GameObjects/EntitySystems/AppearanceSystem.cs
+2 −2 Robust.Client/GameStates/ClientGameStateManager.cs
+6 −0 Robust.Client/GameStates/IClientGameStateManager.cs
+0 −14 Robust.Client/Graphics/Clyde/Clyde.HLR.cs
+38 −3 Robust.Client/Graphics/Overlays/OverlayManager.cs
+26 −2 Robust.Client/Replays/Loading/ReplayLoadManager.Start.cs
+2 −1 Robust.Client/Replays/Playback/ReplayPlaybackManager.Update.cs
+1 −1 Robust.Client/UserInterface/Controllers/UserInterfaceManager.Controllers.cs
+6 −2 Robust.Client/UserInterface/CustomControls/DebugConsole.xaml.Completions.cs
+1 −0 Robust.Serialization.Generator/ComponentPauseGenerator.cs
+2 −2 Robust.Server/BaseServer.cs
+2 −0 Robust.Shared.CompNetworkGenerator/ComponentNetworkGenerator.cs
+1 −1 Robust.Shared/Console/CommandBuffer.cs
+11 −0 Robust.Shared/Console/CompletionResult.cs
+2 −0 Robust.Shared/ContentPack/Sandbox.yml
+8 −8 Robust.Shared/GameObjects/ComponentState.cs
+16 −14 Robust.Shared/GameObjects/Systems/SharedGridFixtureSystem.cs
+32 −26 Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs
+9 −5 Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs
+2 −18 Robust.Shared/GameStates/GameStateMapData.cs
+6 −0 Robust.Shared/Localization/ILocalizationManager.cs
+5 −0 Robust.Shared/Localization/LocalizationManager.cs
+4 −8 Robust.Shared/Map/Components/MapGridComponent.cs
+15 −0 Robust.Shared/Physics/Systems/FixtureSystem.cs
+29 −16 Robust.Shared/Physics/Systems/SharedBroadphaseSystem.cs
+0 −40 Robust.Shared/Physics/Systems/SharedPhysicsSystem.FixturesChange.cs
+1 −4 Robust.Shared/Prototypes/EntityPrototype.cs
+39 −13 Robust.Shared/Prototypes/PrototypeManager.ValidateFields.cs
+20 −2 Robust.Shared/Serialization/Manager/Definition/DataDefinition.Emitters.cs
+1 −1 Robust.Shared/Serialization/Manager/Definition/DataDefinition.cs
+3 −3 Robust.Shared/Timing/GameTiming.cs
+2 −2 Robust.Shared/Timing/IGameTiming.cs
+2 −2 Robust.Shared/Toolshed/TypeParsers/StringTypeParser.cs
+25 −4 Robust.Shared/Utility/InternalReflectionUtils.cs

0 comments on commit f3324b4

Please sign in to comment.