Skip to content

Commit

Permalink
Update submodule to 242.0.0 (#34739)
Browse files Browse the repository at this point in the history
  • Loading branch information
metalgearsloth authored Jan 29, 2025
1 parent 3ad8337 commit 5fe94f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 34 files
+1 −1 MSBuild/Robust.Engine.Version.props
+30 −0 RELEASE-NOTES.md
+280 −233 Robust.Client/GameStates/ClientGameStateManager.cs
+1 −5 Robust.Client/GameStates/IClientGameStateManager.cs
+2 −2 Robust.Client/Graphics/Clyde/Clyde.HLR.cs
+2 −2 Robust.Client/Graphics/Clyde/Clyde.Viewport.cs
+2 −2 Robust.Client/Graphics/Clyde/ClydeHeadless.cs
+2 −2 Robust.Client/Graphics/IClydeViewport.cs
+9 −3 Robust.Client/Graphics/Overlays/OverlayDrawArgs.cs
+2 −2 Robust.Client/Replays/Playback/ReplayPlaybackManager.Update.cs
+3 −3 Robust.Client/UserInterface/Control.Styling.cs
+1 −1 Robust.Client/UserInterface/Control.cs
+0 −1 Robust.Client/UserInterface/Controllers/Implementations/TileSpawningUIController.cs
+25 −9 Robust.Client/UserInterface/Controls/EntityPrototypeView.cs
+1 −1 Robust.Client/UserInterface/Controls/SpriteView.cs
+7 −0 Robust.Client/UserInterface/CustomControls/TileSpawnWindow.xaml.cs
+3 −3 Robust.Client/UserInterface/CustomControls/ViewportContainer.cs
+11 −0 Robust.Client/UserInterface/IUserInterfaceManager.cs
+1 −1 Robust.Client/UserInterface/UserInterfaceManager.Roots.cs
+28 −3 Robust.Client/UserInterface/UserInterfaceManager.cs
+1 −1 Robust.Shared/GameObjects/Systems/CollisionWakeSystem.cs
+60 −48 Robust.Shared/GameObjects/Systems/EntityLookup.Queries.cs
+61 −44 Robust.Shared/GameObjects/Systems/EntityLookupSystem.ComponentQueries.cs
+17 −4 Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs
+4 −0 Robust.Shared/GameObjects/Systems/SharedTransformSystem.cs
+10 −10 Robust.Shared/Map/IMapManager.cs
+48 −45 Robust.Shared/Map/MapManager.Queries.cs
+3 −3 Robust.Shared/Physics/Collision/CollisionManager.Overlap.cs
+6 −5 Robust.Shared/Physics/Collision/DistanceProxy.cs
+3 −1 Robust.Shared/Physics/Collision/IManifoldManager.cs
+26 −9 Robust.Shared/Physics/Shapes/Polygon.cs
+56 −0 Robust.Shared/Physics/Systems/SharedPhysicsSystem.Pool.cs
+0 −1 Robust.Shared/Physics/Systems/SharedPhysicsSystem.cs
+446 −0 Robust.UnitTesting/Server/GameStates/DetachedParentTest.cs

0 comments on commit 5fe94f8

Please sign in to comment.